Started by an SCM change Running as SYSTEM Agent basic-zhdxs is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-zhdxs" namespace: "californium" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-zhdxs" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-zhdxs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-californium" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-zhdxs (basic) in workspace /home/jenkins/agent/workspace/californium-main The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-californium/californium.git > git init /home/jenkins/agent/workspace/californium-main # timeout=10 Fetching upstream changes from https://github.com/eclipse-californium/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-californium/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 2a921959fcfdbab10fc5e1ce94ac12eb78c6bf5d (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 2a921959fcfdbab10fc5e1ce94ac12eb78c6bf5d # timeout=10 Commit message: "Suppress warnings using m2e ignore." > git rev-list --no-walk a6e16f78124fd7a9de582fb23b7dd842057fa69d # timeout=10 [californium-main] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Drevapi.skip=true -Dorg.eclipse.californium.elements.assume.TimeAssume.enable=true install Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 39 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Californium (Cf) BOM [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-NAT [jar] [INFO] Cf-Unix-Health [bundle] [INFO] Cf-Cluster [bundle] [INFO] Cf-command-line-interface [bundle] [INFO] Cf-cli-tcp-netty [bundle] [INFO] Cf-Encrypt [jar] [INFO] Californium (Cf) Tests [pom] [INFO] Californium (Cf) Integration Tests [jar] [INFO] Californium (Cf) Interoperability Tests [jar] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Cf-OSCORE [bundle] [INFO] Cf-PubSub [jar] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-BenchmarkServer [jar] [INFO] Cf-ObserveBenchmarkClient [jar] [INFO] Cf-CoCoAClient [jar] [INFO] Cf-ExtendedPlugtestClient [jar] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-ExtendedPlugtestServer [jar] [INFO] Cf-HelloWorldClient [jar] [INFO] Cf-HelloWorldServer [jar] [INFO] Cf-PlugtestChecker [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-ExampleCrossProxy2 [jar] [INFO] Cf-SecureServer [jar] [INFO] Californium (Cf) Demo Setup for Unix [jar] [INFO] Sc-DTLS-Example-Client [jar] [INFO] Sc-DTLS-Example-Server [jar] [INFO] Cf-SimpleFileServer [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 3.12.0-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ parent --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ parent --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ parent --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ parent --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ parent --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ parent --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.12.0-SNAPSHOT/parent-3.12.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.12.0-SNAPSHOT [2/39] [INFO] from assembly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-assembly --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-assembly --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-assembly --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/assembly/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-assembly --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-assembly --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.12.0-SNAPSHOT [3/39] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-bom --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-bom --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-bom --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.12.0-SNAPSHOT/cf-bom-3.12.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.12.0-SNAPSHOT [4/39] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-legal --- [INFO] Copying 7 resources from licenses to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-legal --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-legal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/legal/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-legal --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-legal --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/legal/target/californium-legal-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-legal --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/legal/target/californium-legal-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.12.0-SNAPSHOT [5/39] [INFO] from demo-certs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ demo-certs --- [INFO] Copying 42 resources from certs to target/classes/certs [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ demo-certs --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ demo-certs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-certs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ demo-certs --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.12.0-SNAPSHOT [6/39] [INFO] from element-connector/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ element-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/element-connector/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 100 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ element-connector --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 59 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [INFO] Running org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.config.ConfigurationTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 13:55:20.107 WARN [DirectDatagramSocketImpl]: closed/packet dropped! (E23,T29) 127.0.0.1:8,199 ==> :8,193 [] (o.e.c.e.u.DirectDatagramSocketImpl.send:319) 13:55:20.301 WARN [DirectDatagramSocketImpl]: closed/packet dropped! (E27,T47) 127.0.0.1:8,208 ==> :8,193 [] (o.e.c.e.u.DirectDatagramSocketImpl.send:319) 13:55:20.415 WARN [UDPConnector]: UDPConnector (/127.0.0.1:8218) drops 0 bytes to 127.0.0.1:8219 (o.e.c.e.UDPConnector$Sender.work:516) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s - in org.eclipse.californium.elements.UDPConnectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Running org.eclipse.californium.elements.util.StatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.StatisticTest [INFO] Running org.eclipse.californium.elements.util.BytesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.BytesTest [INFO] Running org.eclipse.californium.elements.util.Base64Test [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.Base64Test [INFO] Running org.eclipse.californium.elements.util.StringUtilTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.elements.util.StringUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest start: 2812761919782478 1: 2666 3: 3985 4: 4559 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Running org.eclipse.californium.elements.util.ClockUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.californium.elements.util.ClockUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest [INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.californium.elements.util.EncryptedStreamUtilTest [INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := 0, CVE-2022-21449! Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := N, CVE-2022-21449! [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest [INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.TimeStatisticTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 308, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.util.PersistentComponentUtilTest 13:55:24.596 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:55:24.599 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:55:24.599 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:55:24.599 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:55:24.601 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:55:24.602 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:55:24.602 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:55:24.602 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:55:24.602 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:55:24.603 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:55:24.603 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:55:24.603 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:55:24.603 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 13:55:24.607 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:55:24.607 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:55:24.607 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:55:24.607 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:55:24.610 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:55:24.610 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:55:24.610 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:55:24.610 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:55:24.610 WARN [PersistentComponentUtil]: [COMP 1] 5884 (o.e.c.e.u.PersistentComponentUtil.load:286) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.californium.elements.util.PersistentComponentUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ element-connector --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.12.0-SNAPSHOT [7/39] [INFO] from scandium-core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ scandium --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scandium --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ scandium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 159 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[185,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[222,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.java:[30,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[51,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated [INFO] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ scandium --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ scandium --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/scandium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scandium --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ scandium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 52 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorTest.java:[119,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[879,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,33] LOGGER in org.eclipse.californium.scandium.dtls.x509.StaticNewAdvancedCertificateVerifier has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 13:55:32.319 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:55:32.414 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:55:32.420 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:55:32.420 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 13:55:33.292 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:55:33.378 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:55:33.384 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:55:33.384 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.RecordTest [INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest Signatures: 22 over all, 6 ECDSA, 2 EdDSA. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.ClusterMacTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.ClusterMacTest [INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.487 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 483, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 13:55:45.397 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:55:45.492 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:55:45.498 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:55:45.499 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest groups: 37, usable: 5, preferred: 4 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.512 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 13:55:55.599 ERROR [DirectDatagramSocketImpl]: destination port 8209 not available! (E113,T53) 127.0.0.1:8,210 ==> :8,209 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 13:55:59.875 ERROR [DirectDatagramSocketImpl]: destination port 8215 not available! (E176,T53) 127.0.0.1:8,216 ==> :8,215 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 13:56:03.954 ERROR [DirectDatagramSocketImpl]: destination port 8220 not available! (E214,T48) 127.0.0.1:8,221 ==> :8,220 [rec(43 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 13:56:14.843 ERROR [DirectDatagramSocketImpl]: destination port 8235 not available! (E342,T48) 127.0.0.1:8,236 ==> :8,235 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.295 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.622 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 13:56:57.107 ERROR [DirectDatagramSocketImpl]: destination port 8328 not available! (E1,041,T324) 127.0.0.1:8,322 ==> :8,328 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 13:56:57.107 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8328 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3644) 13:57:01.021 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:3161) [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.951 s - in org.eclipse.californium.scandium.DTLSConnectorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/scandium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 13:57:08.851 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:57:08.917 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:57:08.923 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:57:08.924 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.135 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest 13:57:46.102 WARN [DTLSConnector]: Unexpected error occurred while processing record from peer [127.0.0.1:8507] [] (o.e.c.s.DTLSConnector.processRecord:2349) java.lang.IllegalStateException: connector must be started before sending messages is possible at org.eclipse.californium.scandium.DTLSConnector.send(DTLSConnector.java:3171) at org.eclipse.californium.scandium.ConnectorHelper$SimpleRawDataChannel.receiveData(ConnectorHelper.java:559) at org.eclipse.californium.scandium.DTLSConnector.processApplicationDataRecord(DTLSConnector.java:2465) at org.eclipse.californium.scandium.DTLSConnector.processRecord(DTLSConnector.java:2329) at org.eclipse.californium.scandium.DTLSConnector$17.run(DTLSConnector.java:2134) at org.eclipse.californium.elements.util.SerialExecutor$1.run(SerialExecutor.java:292) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.03 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ scandium --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 13:57:57.165 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:57:57.251 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:57:57.257 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:57:57.258 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ scandium --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 3.12.0-SNAPSHOT [8/39] [INFO] from element-connector-tcp-netty/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ element-connector-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ element-connector-tcp-netty --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.524 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest 13:58:14.324 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 13:58:14.400 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 13:58:14.406 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 13:58:14.406 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.119 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.443 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.12.0-SNAPSHOT [9/39] [INFO] from californium-core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-core --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 152 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java:[33,48] org.eclipse.californium.core.coap.option.LegacyMapBasedOptionRegistry in org.eclipse.californium.core.coap.option has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,44] org.eclipse.californium.core.observe.ObserveRelationContainer in org.eclipse.californium.core.observe has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/server/ServersSerializationUtil.java:[33,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[50,43] org.eclipse.californium.core.server.ServersSerializationUtil in org.eclipse.californium.core.server has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[57,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.java:[21,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/coap/option/BaseOptionDefinition.java:[112,28] getValueLengths() in org.eclipse.californium.core.coap.option.OptionDefinition has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-core --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 83 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/network/serialization/DataParserTest.java:[46,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/lockstep/ObserveServerSideTest.java:[745,25] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,41] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,33] LOGGER in org.eclipse.californium.core.CoapResource has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.LinkFormatTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.californium.core.coap.LinkFormatTest [INFO] Running org.eclipse.californium.core.coap.MessageTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.coap.MessageTest [INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Running org.eclipse.californium.core.coap.BlockOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.coap.BlockOptionTest [INFO] Running org.eclipse.californium.core.coap.ResourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.coap.ResourceTest [INFO] Running org.eclipse.californium.core.coap.RequestTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.californium.core.coap.RequestTest [INFO] Running org.eclipse.californium.core.coap.CoapTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.coap.CoapTest [INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Running org.eclipse.californium.core.test.MaliciousClientTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.017 s - in org.eclipse.californium.core.test.MaliciousClientTest [INFO] Running org.eclipse.californium.core.test.OptionTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.test.OptionTest [INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Running org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Running org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Running org.eclipse.californium.core.network.TcpMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in org.eclipse.californium.core.network.TcpMatcherTest [INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest [WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.03 s - in org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s - in org.eclipse.californium.core.network.UdpMatcherTest [INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.CoapEndpointTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 13:58:42.534 WARN [InMemoryMessageIdProvider]: Destination address /224.0.1.187:5683 is a multicast address, please configure NetworkConfig to support multicast messaging (o.e.c.c.n.InMemoryMessageIdProvider.getTracker:131) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Running org.eclipse.californium.core.network.EndpointManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.EndpointManagerTest [INFO] Running org.eclipse.californium.core.server.CoapServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.californium.core.server.CoapServerTest [INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Running org.eclipse.californium.core.multicast.MulticastTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.219 s - in org.eclipse.californium.core.multicast.MulticastTest [INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest 13:58:51.409 WARN [ObserveRelation]: Application notification, not longer observing, remove observe-option null-4.04 MID= -1, Token=null, OptionSet={"Observe":100}, (o.e.c.c.o.ObserveRelation.onResponse:668) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.californium.core.observe.ObserveRelationTest [INFO] Running org.eclipse.californium.core.observe.ObservationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 317, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0043: Sending Observe Request to client 1 ... 0049: Server send Observe response to client 1. 0051: CON [MID=22463, T=A70B0F8B0042BC5F], GET, /test, observe(0) -----> 0056: <----- ACK [MID=22463] 0063: <----- CON [MID=8001, T=A70B0F8B0042BC5F], 2.05, observe(101) 0064: ACK [MID=8001] -----> 0117: Relation established with client 1 1117: Server send Observe response to client 2. 1118: <----- CON [MID=8002, T=A70B0F8B0042BC5F], 2.05, observe(102) 1119: ACK [MID=8002] -----> 1119: Response received 1119: 1119: Server send Observe response to client 1. 1120: <----- CON [MID=8003, T=A70B0F8B0042BC5F], 2.05, observe(103) 1120: ACK [MID=8003] -----> 1121: Response received 1121: 1121: Cancel Observation. 1121: 1121: Server send Observe response to client 1. 1121: <----- CON [MID=8004, T=A70B0F8B0042BC5F], 2.05, observe(104) 1122: RST [MID=8004] -----> 1122: 1122: Server send Observe response to client 2. 1123: <----- CON [MID=8005, T=A70B0F8B0042BC5F], 2.05, observe(104) 1123: RST [MID=8005] -----> 0003: Sending Observe Request to client 1 ... 0003: Server send Observe response to client 1. 0003: CON [MID=12683, T=EB507A674E7F9A10], GET, /test, observe(0) -----> 0005: <----- ACK [MID=12683, T=EB507A674E7F9A10], 2.05, 2:0/1/16, observe(100) 0007: CON [MID=12684, T=2C950379C0FF4E0F], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=12684, T=2C950379C0FF4E0F], 2.05, 2:1/1/16 0008: CON [MID=12685, T=609147EEFB7068EB], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=12685, T=609147EEFB7068EB], 2.05, 2:2/0/16 0009: Relation established with client 1 0009: Server send Observe response to client 2. 0010: <----- CON [MID=8001, T=EB507A674E7F9A10], 2.05, 2:0/1/16, observe(101) 0010: ACK [MID=8001] -----> 0010: CON [MID=27089, T=7CE7D599C6D44BD3], GET, /test, 2:1/0/16 -----> 0011: <----- ACK [MID=27089, T=7CE7D599C6D44BD3], 2.05, 2:1/1/16 0011: CON [MID=27090, T=F071E69B31AF98C6], GET, /test, 2:2/0/16 -----> 0012: <----- ACK [MID=27090, T=F071E69B31AF98C6], 2.05, 2:2/0/16 0012: Response received 0012: 0012: Server send Observe response to client 1. 0013: <----- CON [MID=8002, T=EB507A674E7F9A10], 2.05, 2:0/1/16, observe(102) 0013: ACK [MID=8002] -----> 0013: CON [MID=12686, T=7C71CCF659EA420B], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=12686, T=7C71CCF659EA420B], 2.05, 2:1/1/16 0014: CON [MID=12687, T=FC1FD3508FD71463], GET, /test, 2:2/0/16 -----> 0015: <----- ACK [MID=12687, T=FC1FD3508FD71463], 2.05, 2:2/0/16 0002: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0003: CON [MID=3580, T=43988FE02FF2D22B], GET, /test, observe(0) -----> 0004: <----- ACK [MID=3580] 0004: <----- CON [MID=8001, T=43988FE02FF2D22B], 2.05, observe(101) 0004: ACK [MID=8001] -----> 0004: Relation established with client 1 0004: Server send Observe response to client 2. 0005: <----- CON [MID=8002, T=43988FE02FF2D22B], 2.05, observe(102) 0005: ACK [MID=8002] -----> 0005: Response received 0005: 0005: Server send Observe response to client 1. 0006: <----- CON [MID=8003, T=43988FE02FF2D22B], 2.05, observe(103) 0006: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0017: CON [MID=7001, T=0B], GET, /obs, observe(0) -----> 0020: <----- ACK [MID=7001, T=0B], 2.05, observe(0), ETags( 0020: Observe relation established[0001]) 0021: <----- NON [MID=59365, T=0B], 2.05, observe(1), ETags([0002]) 0021: <----- NON [MID=59366, T=0B], 2.05, observe(2), ETags([0003]) 0022: <----- NON [MID=59367, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0022: RST [MID=59365] -----> 0248: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0) -----> 0249: <----- NON [MID=43106, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0251: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0251: <----- NON [MID=43107, T=0C], 2.05, 2:1/0/16, ETags([0005]) 0252: Observe relation established 0252: <----- NON [MID=43108, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0253: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0253: <----- NON [MID=43109, T=0C], 2.05, 2:1/0/16, ETags([0006]) 0254: <----- CON [MID=43110, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0255: ACK [MID=43110] -----> 0255: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0256: <----- NON [MID=43111, T=0C], 2.05, 2:1/0/16, ETags([0007]) 0256: <----- NON [MID=43112, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0257: RST [MID=43112] -----> 0457: CON [MID=7001, T=0D], GET, /obs, observe(0) -----> 0457: <----- ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0457: Observe relation established 0458: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0458: <----- ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009]) 0459: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0459: <----- ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009]) 0459: === changed === 0460: <----- CON [MID=605, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0460: ACK [MID=605] -----> 0460: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0461: <----- ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A]) 0461: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0462: <----- ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A]) 0462: === changed === 0462: <----- CON [MID=606, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0463: RST [MID=606] -----> 0663: NON [MID=7001, T=10], GET, /obs, observe(0) -----> 0663: <----- NON [MID=9602, T=10], 2.05, observe(8), ETags([000C]) 0663: Observe relation established 0664: <----- NON [MID=9603, T=10], 2.05, observe(9), ETags([000D]) 0664: <----- CON [MID=9604, T=10], 2.05, observe(10), ETags([000E]) 0665: ACK [MID=9604] -----> 0765: <----- NON [MID=9605, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0765: RST [MID=9605] -----> 13:58:54.819 WARN [BaseCoapStack]: error send response NON-2.05 MID=42385, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 6207062241" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 1039: CON [MID=7001, T=11], GET, /obs, observe(0) -----> 1040: <----- ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010]) 1040: // Observe relation established 1040: <----- NON [MID=42384, T=11], 2.05, observe(12), ETags([0011]) 1041: (should be dropped by error) NON [MID=42385, T=11], 2.05, observe(13), ETags([0012]) 1042: (dropped) <--- NON [MID=42385, T=11], 2.05, observe(13), ETags([0012]) 1142: <----- NON [MID=42386, T=11], 2.05, observe(14), ETags([0013]) 1142: // Reject 1. notification (cancel observe) 1142: RST [MID=42384] -----> 1268: CON [MID=7001, T=12], GET, /obs, observe(0) -----> 1268: <----- ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014]) 1268: Observe relation established 1269: <----- CON [MID=17768, T=12], 2.05, observe(15), ETags([0015])// lost 1470: <----- CON [MID=17768, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1470: RST [MID=17768] -----> 1670: CON [MID=7001, T=13], GET, /obs, observe(0) -----> 1671: <----- ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016]) 1671: Observe relation established 1672: <----- CON [MID=41719, T=13], 2.05, observe(16), ETags([0017])// lost 1872: <----- CON [MID=41719, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 2073: <----- CON [MID=41720, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2274: <----- CON [MID=41721, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2474: <----- CON [MID=41721, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2677: CON [MID=7001, T=14], GET, /obs, observe(0) -----> 2677: <----- ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A]) 2677: Observe relation established 2678: <----- NON [MID=47243, T=14], 2.05, observe(19), ETags([001B]) 2679: <----- CON [MID=47244, T=14], 2.05, observe(20), ETags([001C]) 2879: <----- CON [MID=47245, T=14], 2.05, observe(21), ETags([001D]) 3080: <----- CON [MID=47246, T=14], 2.05, observe(22), ETags([001E]) 3280: <----- CON [MID=47246, T=14], 2.05, observe(22), ETags([001E]) 3481: <----- CON [MID=47247, T=14], 2.05, observe(23), ETags([001F]) 3482: ACK [MID=47247] -----> 3482: <----- CON [MID=47248, T=14], 2.05, observe(24), ETags([0020]) 3483: ACK [MID=47248] -----> 3483: <----- CON [MID=47249, T=14], 2.05, observe(26), ETags([0022]) 3484: ACK [MID=47249] -----> 3560: NON [MID=7001, T=15], GET, /obs, observe(0) -----> 3560: <----- NON [MID=37766, T=15], 2.05, observe(26), ETags([0023]) 3560: Observe relation established 3561: <----- CON [MID=37767, T=15], 2.05, observe(27), ETags([0024]) 3561: ACK [MID=37767] -----> 3562: <----- CON [MID=37768, T=15], 2.05, observe(28), ETags([0025]) 3562: RST [MID=37768] -----> 3688: CON [MID=7001, T=16], GET, /obs, observe(0) -----> 3688: <----- ACK [MID=7001, T=16], 2.05, observe(28), ETags([0026]) 3688: Observe relation established 3688: <----- NON [MID=63106, T=16], 2.05, observe(29), ETags([0027]) 3689: <----- NON [MID=63107, T=16], 2.05, observe(30), ETags([0028]) 3689: <----- CON [MID=63108, T=16], 2.05, observe(31), ETags([0029]) 3690: ACK [MID=63108] -----> 3690: <----- NON [MID=63109, T=16], 2.05, observe(32), ETags([002A]) 3691: <----- CON [MID=63110, T=16], 2.05, observe(33), ETags([002B]) // lost 3891: <----- CON [MID=63110, T=16], 2.05, observe(33), ETags([002B]) // lost 4092: <----- CON [MID=63110, T=16], 2.05, observe(33), ETags([002B]) // lost 4292: <----- CON [MID=63110, T=16], 2.05, observe(33), ETags([002B]) // lost 4493: <----- CON [MID=63110, T=16], 2.05, observe(33), ETags([002B]) // lost 4695: CON [MID=7001, T=17], GET, /obs, observe(0) -----> 4696: <----- ACK [MID=7001, T=17], 2.05, observe(33), ETags([002C]) 4696: Observe relation established 4696: === changed === 4697: <----- CON [MID=61623, T=17], 2.05, 2:0/1/32, observe(34), size2(80), ETags([002D]) 4697: ACK [MID=61623] -----> 4698: CON [MID=7002, T=18], GET, /obs, 2:1/0/32, ETags([002D]) -----> 4698: <----- ACK [MID=7002, T=18], 2.05, 2:1/1/32, ETags([002D]) 13:58:58.625 WARN [BaseCoapStack]: error send response NON-2.05 MID=28470, Token=19, OptionSet={"ETag":0x0030, "Observe":36}, "Second notification 2955496278" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 4848: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 4849: <----- ACK [MID=7001, T=19], 2.05, observe(34), ETags([002E]) 4849: // Observe relation established 4850: <----- NON [MID=28469, T=19], 2.05, observe(35), ETags([002F]) 4850: (should be dropped by error) NON [MID=28470, T=19], 2.05, observe(36), ETags([0030]) 4850: (dropped) <--- NON [MID=28470, T=19], 2.05, observe(36), ETags([0030]) 4950: // Reject 1. notification (cancel observe) 4950: RST [MID=28469] -----> 5076: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5076: <----- ACK [MID=7001, T=1A], 2.05, observe(36), ETags([0031]) 5076: Observe relation established 5077: <----- NON [MID=58015, T=1A], 2.05, observe(37), ETags([0032]) 5077: <----- CON [MID=58016, T=1A], 2.05, observe(38), ETags([0033]) 5278: <----- CON [MID=58017, T=1A], 2.05, observe(39), ETags([0034]) 5478: <----- CON [MID=58018, T=1A], 2.05, observe(40), ETags([0035]) 5679: <----- CON [MID=58018, T=1A], 2.05, observe(40), ETags([0035]) 5880: <----- CON [MID=58019, T=1A], 2.05, observe(41), ETags([0036]) 5880: server cancels observe relation 6082: CON [MID=7001, T=1B], GET, /obs, observe(0) -----> 6082: <----- ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037]) 6083: Observe relation established 6083: CON [MID=7001, T=1B], GET, /obs, observe(0) -----> 6084: <----- ACK [MID=7001, T=1B], 2.05, observe(41), ETags([0037]) 6233: CON [MID=7001, T=1C], GET, /obs, observe(0) -----> 6234: <----- ACK [MID=7001] 6234: <----- NON [MID=12036, T=1C], 2.05, observe(41), ETags([0038]) 6234: Observe relation established 6234: CON [MID=7001, T=1C], GET, /obs, observe(0) -----> 6235: <----- ACK [MID=7001] 6235: <----- NON [MID=12036, T=1C], 2.05, observe(41), ETags([0038]) 6235: CON [MID=7002, T=1C], GET, /obs, observe(1) -----> 6236: <----- ACK [MID=7002] 6236: <----- CON [MID=12037, T=1C], 2.05, ETags([0039]) 6236: ACK [MID=12037] -----> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.445 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0004: CON [MID=31019, T=044B99B768820F04], GET, /test -----> 0106: CON [MID=31019, T=044B99B768820F04], GET, /test -----> 1108: CON [MID=31020, T=2C935473549343B4], GET, /test -----> 1208: CON [MID=31020, T=2C935473549343B4], GET, /test -----> 0003: CON [MID=1234, T=9053518FF181258B], GET, /test -----> 0003: <----- ACK [MID=1234] 0003: <----- ACK [MID=1234] 0003: <----- CON [MID=4711, T=9053518FF181258B], 2.05 0004: ACK [MID=4711] -----> 0004: <----- CON [MID=4711, T=9053518FF181258B], 2.05 0005: ACK [MID=4711] -----> 0005: <----- CON [MID=42, T=9053518FF181258B], 2.05 0005: RST [MID=42] -----> 0006: CON [MID=4711, T=C017E5B3EFE179DB], GET, /test -----> 0006: <----- ACK [MID=4711, T=C017E5B3EFE179DB], 2.05 0006: <----- ACK [MID=4711, T=C017E5B3EFE179DB], 2.05 0002: CON [MID=1234, T=2807FA80AF724783], GET, /test -----> (drop) 0001: CON [MID=2573, T=04912FA704682C2E], GET, /test -----> 0102: CON [MID=2573, T=04912FA704682C2E], GET, /test -----> 0202: CON [MID=2573, T=04912FA704682C2E], GET, /test -----> 1204: CON [MID=2574, T=189EDB498167260A], GET, /test -----> 1304: CON [MID=2574, T=189EDB498167260A], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.133 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0004: CON [MID=2345, T=0001], GET, /test/CON -----> 0004: <----- ACK [MID=2345] 0005: <----- CON [MID=29684, T=0001], 2.05 0005: CON [MID=2345, T=0001], GET, /test/CON -----> 0005: <----- ACK [MID=2345] 0005: <----- CON [MID=29684, T=0001], 2.05 1006: <----- CON [MID=29684, T=0001], 2.05 1007: ACK [MID=29684] -----> 1007: CON [MID=2346, T=0001], GET, /test/CON -----> 1007: <----- ACK [MID=2346] 1007: <----- CON [MID=29685, T=0001], 2.05 1007: ACK [MID=29685] -----> 1509: CON [MID=1234, T=0000], GET, /test -----> 1509: <----- ACK [MID=1234, T=0000], 2.05 1610: CON [MID=1234, T=0000], GET, /test -----> 1610: <----- ACK [MID=1234, T=0000], 2.05 1610: CON [MID=1235, T=0000], GET, /test -----> 1611: <----- ACK [MID=1235, T=0000], 2.05 2113: CON [MID=2345, T=0001], GET, /test/NON -----> 2113: <----- ACK [MID=2345] 2113: <----- NON [MID=5743, T=0001], 2.05 2114: CON [MID=2345, T=0001], GET, /test/NON -----> 2114: <----- ACK [MID=2345] 2114: <----- NON [MID=5743, T=0001], 2.05 2114: CON [MID=2346, T=0001], GET, /test/NON -----> 2114: <----- ACK [MID=2346] 2115: <----- NON [MID=5744, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0003: CON [MID=33364, T=C8CA651D6854123B], PUT, /test, 1:0/1/128, size1(290) -----> 0004: <----- ACK [MID=33364, T=C8CA651D6854123B], 2.31, 1:0/1/128 0004: CON [MID=33365, T=E04E43A5F0F9C39D], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=33365, T=E04E43A5F0F9C39D], 2.31, 1:1/1/32 0005: CON [MID=33366, T=C0071E143C5E9783], PUT, /test, 1:8/1/32 -----> 0005: <----- ACK [MID=33366, T=C0071E143C5E9783], 2.31, 1:8/1/32 0006: CON [MID=33367, T=C04E32CDE1E05799], PUT, /test, 1:9/0/32 -----> 0006: <----- ACK [MID=33367, T=C04E32CDE1E05799], 2.04, 1:9/0/32 0002: CON [MID=243, T=0C8E6D97E3EB8635], GET, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=243, T=0C8E6D97E3EB8635], 2.05, 2:2/0/128 0001: CON [MID=54351, T=64C0913023FDB1A2], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=54351, T=64C0913023FDB1A2], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=54352, T=CC4A36D3A0C8C10C], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=54352, T=CC4A36D3A0C8C10C], 2.05, 2:1/1/64 0003: CON [MID=54353, T=ECD4AE88DD651A80], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=54353, T=ECD4AE88DD651A80], 2.05, 2:2/0/64 0001: CON [MID=41665, T=7CC6E91FBD6DFDCD], GET, /test -----> 0002: <----- ACK [MID=41665, T=7CC6E91FBD6DFDCD], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0002: CON [MID=41666, T=9C639E3AD828F385], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=41666, T=9C639E3AD828F385], 2.05, 2:1/1/128, ETags([0001]) 0003: CON [MID=41667, T=F0891C57F95FAA46], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=41667, T=F0891C57F95FAA46], 2.05, 2:2/0/128, ETags([0001]) 0001: CON [MID=30634, T=D430189C9C7B9F6F], PUT, /test -----> 0002: <----- ACK [MID=30634, T=D430189C9C7B9F6F], 4.13, 1:0/0/64 0002: CON [MID=30635, T=D430189C9C7B9F6F], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=30635, T=D430189C9C7B9F6F], 2.31, 1:0/1/64 0003: CON [MID=30636, T=CC6A48C7552A9654], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=30636, T=CC6A48C7552A9654], 2.04, 1:1/0/64 0001: CON [MID=60338, T=D072197E47A5478E], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=60338, T=D072197E47A5478E], 2.31, 1:0/1/256 0002: CON [MID=60339, T=5CA70D4E426A722C], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=60339, T=5CA70D4E426A722C], 2.31, 1:1/1/256 0003: CON [MID=60340, T=2C66E3A77DA0F806], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=60340, T=2C66E3A77DA0F806], 2.04, 1:2/0/256 0001: Establish observe relation to test1 0001: CON [MID=3333, T=6BF100C524057D41], GET, /test1, observe(0) -----> 0002: <----- ACK [MID=3333, T=6BF100C524057D41], 2.05, 2:0/1/128, observe(62350), size2(300) 0002: CON [MID=3334, T=EC7D3F85AE195F6F], GET, /test1, 2:1/0/128 -----> 0002: <----- ACK [MID=3334, T=EC7D3F85AE195F6F], 2.05, 2:1/1/128 0002: CON [MID=3335, T=207B64BA73928FB0], GET, /test1, 2:2/0/128 -----> 0003: <----- ACK [MID=3335, T=207B64BA73928FB0], 2.05, 2:2/0/128 0003: ... time passes ... 0003: <----- CON [MID=8001, T=6BF100C524057D41], 2.05, 2:0/1/128, observe(62354), size2(280) 0003: ACK [MID=8001] -----> 0004: CON [MID=3336, T=1CAB6ED1E406B98E], GET, /test1, 2:1/0/128 -----> 0004: <----- ACK [MID=3336, T=1CAB6ED1E406B98E], 2.05, 2:1/1/128 0004: CON [MID=3337, T=848A9FD575957DDE], GET, /test1, 2:2/0/128 -----> 0005: <----- ACK [MID=3337, T=848A9FD575957DDE], 2.05, 2:2/0/128 0005: ... time passes ... 0005: <----- CON [MID=8002, T=6BF100C524057D41], 2.05, 2:0/1/128, observe(17), size2(290) 0005: ACK [MID=8002] -----> 0005: CON [MID=3338, T=8CE36C76A5A6039A], GET, /test1, 2:1/0/128 -----> 0006: Server sends third notification during transfer 0006: <----- CON [MID=8003, T=6BF100C524057D41], 2.05, 2:0/1/128, observe(19), size2(290) 0006: <----- ACK [MID=3338, T=8CE36C76A5A6039A], 2.05, 2:1/1/128 0006: ACK [MID=8003] -----> 0006: CON [MID=3339, T=88147230D3D44D34], GET, /test1, 2:1/0/128 -----> 0006: Send old notification during transfer 0007: <----- CON [MID=8004, T=6BF100C524057D41], 2.05, 2:0/1/128, observe(18), size2(290) 0007: <----- ACK [MID=3339, T=88147230D3D44D34], 2.05, 2:1/1/128 0007: ACK [MID=8004] -----> 0007: CON [MID=3340, T=740B083B35E87EDF], GET, /test1, 2:2/0/128 -----> 0007: <----- ACK [MID=3340, T=740B083B35E87EDF], 2.05, 2:2/0/128 0002: CON [MID=14944, T=0449C79611E64933], PUT, /test -----> 0003: <----- ACK [MID=14944, T=0449C79611E64933], 4.13 0003: CON [MID=14945, T=0449C79611E64933], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=14945, T=0449C79611E64933], 4.13, 1:0/1/32 0004: CON [MID=14946, T=90B898A4A1BF7112], PUT, /test, 1:0/1/32, size1(128) -----> 0005: <----- ACK [MID=14946, T=90B898A4A1BF7112], 2.31, 1:0/1/32 0005: CON [MID=14947, T=A86D5F67C1F66B84], PUT, /test, 1:1/1/32 -----> 0006: <----- ACK [MID=14947, T=A86D5F67C1F66B84], 2.31, 1:1/1/32 0006: CON [MID=14948, T=9C90FCEE1D55AC31], PUT, /test, 1:2/1/32 -----> 0006: <----- ACK [MID=14948, T=9C90FCEE1D55AC31], 2.31, 1:2/1/32 0007: CON [MID=14949, T=70DCF66F0DB7FEF1], PUT, /test, 1:3/0/32 -----> 0007: <----- ACK [MID=14949, T=70DCF66F0DB7FEF1], 2.04, 1:3/0/32 0001: CON [MID=7636, T=D49B8F3A2FF556D8], GET, /test -----> 0002: <----- ACK [MID=7636, T=D49B8F3A2FF556D8], 2.05, 2:0/1/256, size2(300) 0002: CON [MID=7637, T=B4B6350F6F801A3F], GET, /test, 2:2/0/128 -----> // lost 0202: CON [MID=7637, T=B4B6350F6F801A3F], GET, /test, 2:2/0/128 -----> 0203: <----- ACK [MID=7637, T=B4B6350F6F801A3F], 2.05, 2:2/0/128 0003: CON [MID=20869, T=885EAA4C5D0FFAA2], GET, /test -----> 0003: <----- ACK [MID=20869, T=885EAA4C5D0FFAA2], 2.05, 2:0/1/128 0003: CON [MID=20870, T=8073A16DD38F12E9], GET, /test, 2:1/0/128 -----> 0204: CON [MID=20870, T=8073A16DD38F12E9], GET, /test, 2:1/0/128 -----> 0002: CON [MID=2155, T=C429D571AD5A175C], GET, /test -----> 0003: <----- ACK [MID=2155, T=C429D571AD5A175C], 2.05, 2:0/1/128 0003: CON [MID=2156, T=60FF31000C414801], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=2156, T=60FF31000C414801], 2.05, 2:1/1/128 0004: CON [MID=2157, T=A4AE14EB0D46406C], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=2157] 0002: CON [MID=31898, T=58AFC0EA186149F9], PUT, /test, 1:0/1/128, size1(138) -----> 0003: <----- ACK [MID=31898, T=58AFC0EA186149F9], 4.13, 1:0/0/64 0004: CON [MID=31899, T=4CEF86E56E76DEEF], PUT, /test, 1:0/1/64, size1(138) -----> 0004: <----- ACK [MID=31899, T=4CEF86E56E76DEEF], 2.31, 1:0/1/64 0004: CON [MID=31900, T=4C3F0EB2B214416E], PUT, /test, 1:1/1/64 -----> 0005: <----- ACK [MID=31900, T=4C3F0EB2B214416E], 2.31, 1:1/1/64 0005: CON [MID=31901, T=C8C697F2E74BBC50], PUT, /test, 1:2/0/64 -----> 0006: <----- ACK [MID=31901, T=C8C697F2E74BBC50], 2.04, 1:2/0/64 0002: CON [MID=13616, T=D4B139C8AA1C763B], GET, /test -----> 0002: <----- ACK [MID=13616, T=D4B139C8AA1C763B], 2.05, 2:0/1/128 0002: CON [MID=13617, T=D4D393432DD0C400], GET, /test, 2:1/0/128 -----> 0003: CON [MID=13618, T=D028A43C05BA7F8B], GET, /test -----> 0004: <----- ACK [MID=13618, T=D028A43C05BA7F8B], 2.05, 2:0/1/128 0004: CON [MID=13619, T=70F0092E682A32F2], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=13617, T=D4D393432DD0C400], 2.05, 2:1/0/128 0005: <----- ACK [MID=13619, T=70F0092E682A32F2], 2.05, 2:1/0/128 0001: CON [MID=22734, T=E81C921D068FF008], GET, /test -----> 0002: <----- ACK [MID=22734, T=E81C921D068FF008], 2.05, 2:0/1/128 0002: CON [MID=22735, T=3C25050ACAC56CBD], GET, /test, 2:1/0/128 -----> 0203: CON [MID=22735, T=3C25050ACAC56CBD], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=22735, T=3C25050ACAC56CBD], 2.05, 2:1/1/128 0228: CON [MID=22736, T=9CE5F7D5731439D2], GET, /test, 2:2/0/128 -----> 0429: CON [MID=22736, T=9CE5F7D5731439D2], GET, /test, 2:2/0/128 -----> 0454: <----- ACK [MID=22736, T=9CE5F7D5731439D2], 2.05, 2:2/0/128 0455: // next transfer 0455: CON [MID=22737, T=A8662BCAD75C630D], GET, /test -----> 0456: <----- ACK [MID=22737, T=A8662BCAD75C630D], 2.05, 2:0/1/128 0456: CON [MID=22738, T=58848592B6A5FE61], GET, /test, 2:1/0/128 -----> 0657: CON [MID=22738, T=58848592B6A5FE61], GET, /test, 2:1/0/128 -----> 0682: <----- ACK [MID=22738, T=58848592B6A5FE61], 2.05, 2:1/1/128 0682: CON [MID=22739, T=0C4AD1C73D183CF7], GET, /test, 2:2/0/128 -----> 0883: CON [MID=22739, T=0C4AD1C73D183CF7], GET, /test, 2:2/0/128 -----> 0909: <----- ACK [MID=22739, T=0C4AD1C73D183CF7], 2.05, 2:2/0/128 0002: CON [MID=21674, T=98C750D774958983], PUT, /test, 1:0/1/128, size1(260) -----> 0003: <----- ACK [MID=21674, T=98C750D774958983], 2.31, 1:0/0/128 0003: CON [MID=21675, T=AC384BD25A8DDCAD], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=21675, T=AC384BD25A8DDCAD], 4.13, 1:1/0/64 0002: CON [MID=29261, T=687508D32526FD25], PUT, /test, 1:0/1/128, size1(200) -----> 0002: <----- ACK [MID=29261, T=687508D32526FD25], 2.31, 1:0/1/32 0003: CON [MID=29262, T=1409F16F5E565663], PUT, /test, 1:4/1/32 -----> 0003: <----- ACK [MID=29262, T=1409F16F5E565663], 2.31, 1:4/1/32 0003: CON [MID=29263, T=D4AA7D8A41F3B771], PUT, /test, 1:5/1/32 -----> 0004: <----- ACK [MID=29263, T=D4AA7D8A41F3B771], 2.31, 1:5/1/32 0004: CON [MID=29264, T=F4E8C9CC100AFF17], PUT, /test, 1:6/0/32 -----> 0005: <----- ACK [MID=29264, T=F4E8C9CC100AFF17], 2.04, 1:6/0/32 0001: CON [MID=2911, T=3017733BFC930C5D], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=2911, T=3017733BFC930C5D], 2.05, 2:0/1/64, size2(170) 0002: CON [MID=2912, T=7462A6270982B544], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=2911, T=3017733BFC930C5D], 2.05, 2:0/1/64, size2(170) 0203: CON [MID=2912, T=7462A6270982B544], GET, /test, 2:1/0/64 -----> 0204: <----- ACK [MID=2912, T=7462A6270982B544], 2.05, 2:1/1/64 0204: CON [MID=2913, T=386851815C6FDA38], GET, /test, 2:2/0/64 -----> 0205: <----- ACK [MID=2913, T=386851815C6FDA38], 2.05, 2:2/0/64 0002: CON [MID=21256, T=784E5313BE38D9A4], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=21256, T=784E5313BE38D9A4], 2.31, 1:1/0/128 0003: CON [MID=21257, T=80887781FCF85569], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=21257] 0002: CON [MID=8217, T=B031FAA75FFB3419], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=8217, T=B031FAA75FFB3419], 2.31, 1:0/1/128 0003: CON [MID=8218, T=041FB1652A603AFC], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=8218, T=041FB1652A603AFC], 2.31, 1:1/1/128 0004: CON [MID=8219, T=8856830D830920CF], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=8219, T=8856830D830920CF], 4.08 0001: CON [MID=18671, T=A8F154F5CFF32EE7], PUT, /test -----> 0002: <----- ACK [MID=18671, T=A8F154F5CFF32EE7], 4.13, size1(90) 0003: CON [MID=18672, T=A8F154F5CFF32EE7], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=18672, T=A8F154F5CFF32EE7], 2.31, 1:0/1/64 0004: CON [MID=18673, T=A89969C07B550A84], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=18673, T=A89969C07B550A84], 2.04, 1:1/0/64 0002: CON [MID=10537, T=8483965389FF3A5B], PUT, /test, 1:0/1/128, size1(1034) -----> 0002: <----- ACK [MID=10537, T=8483965389FF3A5B], 4.13, size1(1024) 0001: CON [MID=52788, T=C433A2F1564DB7D3], PUT, /test, 1:0/1/128, size1(300) -----> 0002: CON [MID=52789, T=5C05278545951732], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=52788, T=C433A2F1564DB7D3], 2.31, 1:0/1/128 0010: <----- ACK [MID=52789, T=5C05278545951732], 2.31, 1:0/1/128 0010: CON [MID=52790, T=2C92696636D934B3], PUT, /test, 1:1/1/128 -----> 0011: <----- ACK [MID=52790, T=2C92696636D934B3], 2.31, 1:1/1/128 0011: CON [MID=52791, T=D000D970A1C077B5], PUT, /test, 1:2/0/128 -----> 0011: <----- ACK [MID=52791, T=D000D970A1C077B5], 2.04, 1:2/0/128 0006: CON [MID=59768, T=1856CC07FF6762C6], POST, /test, 1:0/1/128, size1(300) -----> 0008: <----- ACK [MID=59768, T=1856CC07FF6762C6], 2.31, 1:0/1/128 0009: CON [MID=59769, T=646A0B103ECD69BC], POST, /test, 1:1/1/128 -----> 0009: <----- ACK [MID=59769, T=646A0B103ECD69BC], 2.31, 1:1/1/128 0009: CON [MID=59770, T=48BDEB26E8A82A84], POST, /test, 1:2/0/128 -----> 0010: <----- ACK [MID=59770, T=48BDEB26E8A82A84], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0010: CON [MID=59771, T=A40C8E3CBD78AE58], POST, /test, 2:1/0/128 -----> 0011: <----- ACK [MID=59771, T=A40C8E3CBD78AE58], 2.04, 2:1/1/128, ETags([0001]) 0011: CON [MID=59772, T=4CE588063EB839F9], POST, /test, 2:2/0/128 -----> 0012: <----- ACK [MID=59772, T=4CE588063EB839F9], 2.04, 2:2/1/128, ETags([0001]) 0012: CON [MID=59773, T=90DDBB6608B8252A], POST, /test, 2:3/0/128 -----> 0012: <----- ACK [MID=59773, T=90DDBB6608B8252A], 2.04, 2:3/0/128, ETags([0001]) 0003: CON [MID=29328, T=2CA1357083A2D4A2], PUT, /test, 1:0/1/128, size1(138) -----> 0003: <----- ACK [MID=29328, T=2CA1357083A2D4A2], 4.13, 1:0/0/128 0001: CON [MID=33284, T=08FB11D4684C2EC9], GET, /test -----> 0002: <----- ACK [MID=33284, T=08FB11D4684C2EC9], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=33285, T=A05CFD23800BFFDF], GET, /test, 2:1/0/128 -----> 0002: <----- ACK [MID=33285, T=A05CFD23800BFFDF], 2.05, 2:1/1/128 0002: CON [MID=33286, T=80F0C5D92602C3ED], GET, /test, 2:2/0/128 (should be dropped by error) 0003: CON [MID=33286, T=80F0C5D92602C3ED], GET, /test, 2:2/0/128 -----> (dropped) 0002: CON [MID=38544, T=209463FAC0A11CBB], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=38544, T=209463FAC0A11CBB], 2.31, 1:0/0/128 0003: CON [MID=38545, T=000F29354716A1F4], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=38545, T=000F29354716A1F4], 2.31, 1:1/0/128 0001: CON [MID=20922, T=803013C01A3C1042], GET, /test -----> 0002: <----- ACK [MID=20922, T=803013C01A3C1042], 2.05, 2:0/1/128 0002: CON [MID=20923, T=D85128C9182DEC7F], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=20923, T=D85128C9182DEC7F], 2.05, 2:1/1/128 0003: CON [MID=20924, T=DC01F29A488A9696], GET, /test, 2:2/0/128 -----> 0001: CON [MID=17866, T=081C9F3A1DB52CAE], PUT, /test, 1:0/1/128, size1(250) -----> 0002: <----- ACK [MID=17866, T=081C9F3A1DB52CAE], 2.31, 1:0/0/128 0002: CON [MID=17867, T=2CE01E7E76C8FDFE], PUT, /test, 1:1/0/128 -----> 0002: <----- ACK [MID=17867, T=2CE01E7E76C8FDFE], 4.13, 1:1/0/64 13:59:10.267 WARN [BlockwiseLayer]: cannot process next block request, aborting request! (o.e.c.c.n.s.BlockwiseLayer.sendNextBlock:1118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0001: CON [MID=9495, T=0854A09A1725D171], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=9495, T=0854A09A1725D171], 2.31, 1:0/1/128 0002: CON [MID=9496, T=60BC9237F4A9644D], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=9496, T=60BC9237F4A9644D], 2.31, 1:1/1/128 0003: CON [MID=9497, T=6021E11F77273203], PUT, /test, 1:2/0/128 (should be dropped by error) 0003: CON [MID=9497, T=6021E11F77273203], PUT, /test, 1:2/0/128 -----> (dropped) 0002: CON [MID=10194, T=A0575B703CD4641D], GET, /test -----> 0002: <----- ACK [MID=10194, T=A0575B703CD4641D], 2.05, 2:0/1/128, size2(1034) 0001: CON [MID=59010, T=9CC5BFE6DAE0C0DA], PUT, /test -----> 0001: <----- ACK [MID=59010, T=9CC5BFE6DAE0C0DA], 4.13 0002: CON [MID=59011, T=9CC5BFE6DAE0C0DA], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=59011, T=9CC5BFE6DAE0C0DA], 2.31, 1:0/1/64 0002: CON [MID=59012, T=7C39BC9CFC60BED4], PUT, /test, 1:1/0/64 -----> 0003: <----- ACK [MID=59012, T=7C39BC9CFC60BED4], 2.04, 1:1/0/64 0001: CON [MID=29869, T=80421AD8FAEF24BA], GET, /test -----> 0001: <----- ACK [MID=29869, T=80421AD8FAEF24BA], 2.05, 2:0/1/128 0002: CON [MID=29870, T=B4CB182D834081CB], GET, /test, 2:1/0/128 -----> 0202: CON [MID=29870, T=B4CB182D834081CB], GET, /test, 2:1/0/128 -----> 0227: <----- ACK [MID=29870, T=B4CB182D834081CB], 2.05, 2:1/1/128 0228: CON [MID=29871, T=F45581CED2BB188E], GET, /test, 2:2/0/128 -----> 0428: CON [MID=29871, T=F45581CED2BB188E], GET, /test, 2:2/0/128 -----> 0002: CON [MID=44173, T=B869CF21EABB4D53], PUT, /test -----> 0002: <----- ACK [MID=44173, T=B869CF21EABB4D53], 4.13 0002: CON [MID=44174, T=B869CF21EABB4D53], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=44174, T=B869CF21EABB4D53], 4.13 0001: CON [MID=5269, T=540ECBA218AF9353], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=5269, T=540ECBA218AF9353], 2.31, 1:0/1/128 0002: CON [MID=5270, T=94EC190F07B40942], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=5270, T=94EC190F07B40942], 2.31, 1:1/1/128 0002: CON [MID=5271, T=88F02845CC28E4D1], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=5271, T=88F02845CC28E4D1], 2.04, 1:2/0/128 0001: CON [MID=38537, T=A02E3742A5895C4C], PUT, /test, 1:0/1/128, size1(400) -----> 0002: <----- ACK [MID=38537, T=A02E3742A5895C4C], 2.31, 1:1/0/128 0002: CON [MID=38538, T=D0CEA57ED0A7CED7], PUT, /test, 1:1/1/128 -----> 0202: CON [MID=38538, T=D0CEA57ED0A7CED7], PUT, /test, 1:1/1/128 -----> 0227: <----- ACK [MID=38538, T=D0CEA57ED0A7CED7], 2.31, 1:2/0/128 0228: CON [MID=38539, T=784F7BB186FC9AAE], PUT, /test, 1:2/1/128 -----> 0428: CON [MID=38539, T=784F7BB186FC9AAE], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.338 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest 0003: CON [MID=1001, T=1D], GET, /test -----> 0003: <----- ACK [MID=1001] 0004: <----- CON [MID=5713, T=1D], 2.05 0004: CON [MID=1002, T=1E], GET, /test -----> 0004: <----- ACK [MID=1002] 0005: <----- CON [MID=5714, T=1E], 2.05 0005: CON [MID=1003, T=1F], GET, /test -----> 0005: <----- ACK [MID=1003] 0005: <----- CON [MID=5715, T=1F], 2.05 0005: CON [MID=1004, T=20], GET, /test -----> 0005: <----- ACK [MID=1004] 1006: CON [MID=1005, T=21], GET, /test -----> 1007: <----- ACK [MID=1005, T=21], 2.05 1007: ACK [MID=5713] -----> 1008: <----- CON [MID=5716, T=20], 2.05 1009: ACK [MID=5714] -----> 1009: ACK [MID=5715] -----> 1009: ACK [MID=5716] -----> 0002: CON [MID=2001, T=22], GET, /test -----> 0002: <----- ACK [MID=2001, T=22], 2.05 0002: CON [MID=2002, T=23], GET, /test -----> 0003: <----- ACK [MID=2002, T=23], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest 0001: NON [MID=29283, T=B89745C9777FC0B4], GET, /test -----> 0002: NON [MID=29284, T=C4625034580FA61B], GET, /test -----> 0002: NON [MID=29285, T=0833BF5129746C7D], GET, /test -----> 1003: <----- NON [MID=1001, T=C4625034580FA61B], 2.05 1004: NON [MID=29286, T=7487E6D996D4FFD9], GET, /test -----> 1504: <----- NON [MID=1002, T=B89745C9777FC0B4], 2.05 1504: <----- NON [MID=1003, T=0833BF5129746C7D], 2.05 1504: <----- NON [MID=1004, T=7487E6D996D4FFD9], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0002: CON [MID=17001, T=24], GET, /con -----> 0002: <----- ACK [MID=17001] 0003: <----- CON [MID=4383, T=24], 2.05 0003: ACK [MID=4383] -----> 0002: CON [MID=17001, T=25], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=55496, T=25], 2.05 0202: <----- CON [MID=55496, T=25], 2.05 0203: ACK [MID=55496] -----> 0002: CON [MID=17001, T=26], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=6933, T=26], 2.05 0203: <----- CON [MID=6933, T=26], 2.05 0002: CON [MID=17001, T=27], GET, /ack -----> 0002: <----- ACK [MID=17001, T=27], 2.05 0002: CON [MID=17001, T=27], GET, /ack -----> 0002: <----- ACK [MID=17001, T=27], 2.05 0002: CON [MID=17001, T=28], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: (drop) <--- CON [MID=3173, T=28], 2.05 0002: CON [MID=17001, T=29], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: <----- CON [MID=46920, T=29], 2.05 0003: CON [MID=17001, T=29], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: <----- CON [MID=46920, T=29], 2.05 0003: ACK [MID=46920] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0003: NON [MID=51436, T=BCDBC4476FDA15FF], POST, /test, 1:0/1/16, size1(20) -----> 0004: <----- NON [MID=17688, T=BCDBC4476FDA15FF], 2.31, 1:0/1/16 0004: NON [MID=51437, T=E01612B4E6B5341C], POST, /test, 1:1/0/16 -----> 0005: <----- NON [MID=17689, T=E01612B4E6B5341C], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0005: NON [MID=51438, T=A82D0F1713C9DF2B], POST, /test, 2:1/0/16 -----> 0005: <----- NON [MID=17690, T=A82D0F1713C9DF2B], 2.01, 2:1/1/16 0006: NON [MID=51439, T=ECD84108C9F6C671], POST, /test, 2:2/0/16 -----> 0006: <----- NON [MID=17691, T=ECD84108C9F6C671], 2.01, 2:2/0/16 0138: CON [MID=51440, T=939E256353B0AD2B], GET, /test, observe(0) -----> 0139: <----- ACK [MID=51440, T=939E256353B0AD2B], 2.05, observe(0) 0336: <----- CON [MID=17692, T=939E256353B0AD2B], 2.05, observe(1) 0336: ACK [MID=17692] -----> 0536: <----- CON [MID=17693, T=939E256353B0AD2B], 2.05, observe(2) 0536: ACK [MID=17693] -----> 0666: CON [MID=51441, T=3C0E2D474F85C554], POST, /test, 1:0/1/16, size1(20) -----> 0667: <----- ACK [MID=51441, T=3C0E2D474F85C554], 2.31, 1:0/1/16 0667: CON [MID=51442, T=28CB03E9861FC520], POST, /test, 1:1/0/16 -----> 0668: <----- ACK [MID=51442, T=28CB03E9861FC520], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0668: CON [MID=51443, T=60D5F12DCBDE41AF], POST, /test, 2:1/0/16 -----> 0668: <----- ACK [MID=51443, T=60D5F12DCBDE41AF], 2.01, 2:1/1/16 0669: CON [MID=51444, T=94EFC5816CECC342], POST, /test, 2:2/0/16 -----> 0669: <----- ACK [MID=51444, T=94EFC5816CECC342], 2.01, 2:2/0/16 0799: CON [MID=51445, T=9CF9A6A0D214E8E1], GET, /test -----> 0799: <----- ACK [MID=51445] 0799: <----- CON [MID=17694, T=9CF9A6A0D214E8E1], 2.05 0800: ACK [MID=17694] -----> 0929: NON [MID=51446, T=58558119000D4B5C], GET, /test -----> 0929: <----- NON [MID=17695, T=58558119000D4B5C], 2.05 1058: CON [MID=51447, T=A5BAAE04AF11B851], GET, /test, observe(0) -----> 1059: <----- ACK [MID=51447, T=A5BAAE04AF11B851], 2.05, 2:0/1/16, observe(2), size2(40) 1059: CON [MID=51448, T=202F34BCE81FBF95], GET, /test, 2:1/0/16 -----> 1060: <----- ACK [MID=51448, T=202F34BCE81FBF95], 2.05, 2:1/1/16 1060: CON [MID=51449, T=D0F798A25E41E2FE], GET, /test, 2:2/0/16 -----> 1061: <----- ACK [MID=51449, T=D0F798A25E41E2FE], 2.05, 2:2/0/16 1659: <----- CON [MID=17696, T=939E256353B0AD2B], 2.05, 2:0/1/16, observe(3), size2(40) 1659: RST [MID=17696] -----> 1659: <----- CON [MID=17697, T=A5BAAE04AF11B851], 2.05, 2:0/1/16, observe(3), size2(40) 1659: ACK [MID=17697] -----> 1659: CON [MID=51450, T=C8F69FAE65F1D9BC], GET, /test, 2:1/0/16 -----> 1660: <----- ACK [MID=51450, T=C8F69FAE65F1D9BC], 2.05, 2:1/1/16 1660: CON [MID=51451, T=3C8FF681BB9D167D], GET, /test, 2:2/0/16 -----> 1661: <----- ACK [MID=51451, T=3C8FF681BB9D167D], 2.05, 2:2/0/16 2259: <----- CON [MID=17698, T=A5BAAE04AF11B851], 2.05, 2:0/1/16, observe(4), size2(40) 2259: ACK [MID=17698] -----> 2260: CON [MID=51452, T=24417D75BE962080], GET, /test, 2:1/0/16 -----> 2260: <----- ACK [MID=51452, T=24417D75BE962080], 2.05, 2:1/1/16 2260: CON [MID=51453, T=5CFD116731A1AF3D], GET, /test, 2:2/0/16 -----> 2261: <----- ACK [MID=51453, T=5CFD116731A1AF3D], 2.05, 2:2/0/16 2261: CON [MID=51454, T=A5BAAE04AF11B851], GET, /test, observe(1) -----> 2262: <----- ACK [MID=51454, T=A5BAAE04AF11B851], 2.05, 2:0/1/16, size2(40) 2262: CON [MID=51455, T=7898A1D00CAF4787], GET, /test, 2:1/0/16 -----> 2263: <----- ACK [MID=51455, T=7898A1D00CAF4787], 2.05, 2:1/1/16 2263: CON [MID=51456, T=549F9721C8F1919D], GET, /test, 2:2/0/16 -----> 2263: <----- ACK [MID=51456, T=549F9721C8F1919D], 2.05, 2:2/0/16 2393: CON [MID=51457, T=E7AADD0AFC94D961], GET, /test, observe(0) -----> 2393: <----- ACK [MID=51457, T=E7AADD0AFC94D961], 2.05, observe(4) 2593: <----- CON [MID=17699, T=E7AADD0AFC94D961], 2.05, observe(5) 2593: ACK [MID=17699] -----> 2793: <----- CON [MID=17700, T=E7AADD0AFC94D961], 2.05, observe(6) 2793: ACK [MID=17700] -----> 2794: CON [MID=51458, T=E7AADD0AFC94D961], GET, /test, observe(1) -----> 2794: <----- ACK [MID=51458, T=E7AADD0AFC94D961], 2.05 2923: CON [MID=51459, T=B018DA5CBC93A756], GET, /test -----> 2924: <----- ACK [MID=51459, T=B018DA5CBC93A756], 2.05 3053: CON [MID=51460, T=B4315F28472D9A02], POST, /test, 1:0/1/16, size1(20) -----> 3053: <----- ACK [MID=51460, T=B4315F28472D9A02], 2.31, 1:0/1/16 3054: CON [MID=51461, T=BC5419754778B029], POST, /test, 1:1/0/16 -----> 3054: <----- ACK [MID=51461] 3054: <----- CON [MID=17701, T=BC5419754778B029], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3054: ACK [MID=17701] -----> 3055: CON [MID=51462, T=88BC20FD52A89794], POST, /test, 2:1/0/16 -----> 3055: <----- ACK [MID=51462, T=88BC20FD52A89794], 2.01, 2:1/1/16 3055: CON [MID=51463, T=A076AB6C3E6CC91E], POST, /test, 2:2/0/16 -----> 3055: <----- ACK [MID=51463, T=A076AB6C3E6CC91E], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.182 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest [INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.936 s - in org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0005: CON [MID=16156, T=DCA137E105290B4A], GET, /test, 2:0/1/64 -----> 0006: <----- ACK [MID=16156, T=DCA137E105290B4A], 2.05, 2:0/1/32, size2(152) 0006: CON [MID=16157, T=545C5D82C291C67E], GET, /test, 2:1/0/32 -----> 0007: <----- ACK [MID=16157, T=545C5D82C291C67E], 2.05, 2:1/1/32 0007: CON [MID=16158, T=906BB9810B0EB287], GET, /test, 2:2/0/32 -----> 0007: <----- ACK [MID=16158, T=906BB9810B0EB287], 2.05, 2:2/1/32 0007: CON [MID=16159, T=C0D5AD5E862D0174], GET, /test, 2:3/0/32 -----> 0008: <----- ACK [MID=16159, T=C0D5AD5E862D0174], 2.05, 2:3/1/32 0008: CON [MID=16160, T=7CABEBF3683B113A], GET, /test, 2:4/0/32 -----> 0008: <----- ACK [MID=16160, T=7CABEBF3683B113A], 2.05, 2:4/0/32 0114: CON [MID=11347, T=88C5E1D1D54E0A1C], POST, /test, 1:0/1/32, size1(150) -----> 0114: <----- ACK [MID=11347, T=88C5E1D1D54E0A1C], 2.31, 1:0/1/32 0115: CON [MID=11348, T=8C5D40066C70ECDD], POST, /test, 1:1/1/32 -----> 0115: <----- ACK [MID=11348, T=8C5D40066C70ECDD], 2.31, 1:1/1/32 0116: CON [MID=11349, T=A00474360315FDC7], POST, /test, 1:2/1/32 -----> 0116: <----- ACK [MID=11349, T=A00474360315FDC7], 2.31, 1:2/1/32 0116: CON [MID=11350, T=280B329817E79AF0], POST, /test, 1:3/1/32 -----> 0116: <----- ACK [MID=11350, T=280B329817E79AF0], 2.31, 1:3/1/32 0117: CON [MID=11351, T=90BBBE608ACD8901], POST, /test, 1:4/0/32 -----> 0117: <----- ACK [MID=11351, T=90BBBE608ACD8901], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0118: CON [MID=11352, T=A4020E52EA2FDD14], POST, /test, 2:1/0/32 -----> 0118: <----- ACK [MID=11352, T=A4020E52EA2FDD14], 2.05, 2:1/1/32 0118: CON [MID=11353, T=9CAEBC89ED721CED], POST, /test, 2:2/0/32 -----> 0118: <----- ACK [MID=11353, T=9CAEBC89ED721CED], 2.05, 2:2/1/32 0119: CON [MID=11354, T=F84C24F06FFEE0E7], POST, /test, 2:3/0/32 -----> 0119: <----- ACK [MID=11354, T=F84C24F06FFEE0E7], 2.05, 2:3/1/32 0120: CON [MID=11355, T=54803C5A21D35320], POST, /test, 2:4/0/32 -----> 0120: <----- ACK [MID=11355, T=54803C5A21D35320], 2.05, 2:4/0/32 0221: CON [MID=11356, T=E476855C67EFFFF9], POST, /test, 1:0/1/32, size1(150) -----> 0221: <----- ACK [MID=11356, T=E476855C67EFFFF9], 2.31, 1:0/1/32 0222: CON [MID=11357, T=10CA4DC22648E548], POST, /test, 1:1/1/32 -----> 0222: <----- ACK [MID=11357, T=10CA4DC22648E548], 2.31, 1:1/1/32 0222: CON [MID=11358, T=8C23D3B342490292], POST, /test, 1:2/1/32 -----> 0222: <----- ACK [MID=11358, T=8C23D3B342490292], 2.31, 1:2/1/32 0223: CON [MID=11359, T=14FEE36FE64291BB], POST, /test, 1:3/1/32 -----> 0223: <----- ACK [MID=11359, T=14FEE36FE64291BB], 2.31, 1:3/1/32 0223: CON [MID=11360, T=E84F55039CA3BB83], POST, /test, 1:4/0/32 -----> 0224: <----- ACK [MID=11360, T=E84F55039CA3BB83], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0224: CON [MID=11361, T=18454649BEBD5F9C], POST, /test, 2:1/0/32 -----> 0225: <----- ACK [MID=11361, T=18454649BEBD5F9C], 2.05, 2:1/1/32 0225: CON [MID=11362, T=08F5293BBAE86C79], POST, /test, 2:2/0/32 -----> 0225: <----- ACK [MID=11362, T=08F5293BBAE86C79], 2.05, 2:2/1/32 0226: CON [MID=11363, T=A4EF2E217619AC34], POST, /test, 2:3/0/32 -----> 0226: <----- ACK [MID=11363, T=A4EF2E217619AC34], 2.05, 2:3/1/32 0226: CON [MID=11364, T=18D16FB4C94FDBAA], POST, /test, 2:4/0/32 -----> 0227: <----- ACK [MID=11364, T=18D16FB4C94FDBAA], 2.05, 2:4/0/32 2334: CON [MID=58777, T=C4C4ACEE3C6FBC7F], POST, /test -----> 2334: <----- ACK [MID=58777, T=C4C4ACEE3C6FBC7F], 2.05, 2:0/1/32, size2(151) 2335: CON [MID=58778, T=B879A84DDB368C48], POST, /test, 2:1/0/32 -----> 2335: <----- ACK [MID=58778, T=B879A84DDB368C48], 2.05, 2:1/1/32 2335: CON [MID=58779, T=7C092AC80CFDC6D2], POST, /test, 2:2/0/32 -----> 2335: <----- ACK [MID=58779, T=7C092AC80CFDC6D2], 2.05, 2:2/1/32 2336: CON [MID=58780, T=F8203330B01E1856], POST, /test, 2:3/0/32 -----> 2336: <----- ACK [MID=58780, T=F8203330B01E1856], 2.05, 2:3/1/32 2336: CON [MID=58781, T=3819184D7465D6ED], POST, /test, 2:4/0/32 -----> 2336: <----- ACK [MID=58781, T=3819184D7465D6ED], 2.05, 2:4/0/32 3443: CON [MID=23479, T=24850DF525524193], GET, /test -----> 3444: <----- ACK [MID=23479, T=24850DF525524193], 2.05, 2:0/1/32, size2(152) 4547: CON [MID=20267, T=E8FE81171A8C149D], GET, /test -----> 4547: <----- ACK [MID=20267, T=E8FE81171A8C149D], 2.05 6658: CON [MID=10251, T=B497AB6E6F061852], POST, /test -----> 6658: <----- ACK [MID=10251, T=B497AB6E6F061852], 2.05 6761: CON [MID=36248, T=60F079F98BE05389], GET, /test -----> 6761: <----- ACK [MID=36248, T=60F079F98BE05389], 2.05, 2:0/1/32, size2(152) 6762: CON [MID=36249, T=78894629FC160B4B], GET, /test, 2:1/0/32 -----> 6762: <----- ACK [MID=36249, T=78894629FC160B4B], 2.05, 2:1/1/32 6762: CON [MID=36250, T=F082FA5589B23234], GET, /test, 2:2/0/32 -----> 6763: <----- ACK [MID=36250, T=F082FA5589B23234], 2.05, 2:2/1/32 6763: CON [MID=36251, T=382E4C044DF90430], GET, /test, 2:3/0/32 -----> 6763: <----- ACK [MID=36251, T=382E4C044DF90430], 2.05, 2:3/1/32 6763: CON [MID=36252, T=E0E24B691959AEED], GET, /test, 2:4/0/32 -----> 6764: <----- ACK [MID=36252, T=E0E24B691959AEED], 2.05, 2:4/0/32 6865: CON [MID=36253, T=185F4E31768F604B], GET, /test -----> 6865: <----- ACK [MID=36253, T=185F4E31768F604B], 2.05, 2:0/1/32, size2(152) 6865: CON [MID=36254, T=8C4E6CDF10A9DCDE], GET, /test, 2:1/0/32 -----> 6865: <----- ACK [MID=36254, T=8C4E6CDF10A9DCDE], 2.05, 2:1/1/32 6866: CON [MID=36255, T=9062008E8E798694], GET, /test, 2:2/0/32 -----> 6866: <----- ACK [MID=36255, T=9062008E8E798694], 2.05, 2:2/1/32 6866: CON [MID=36256, T=48678B630207D0DB], GET, /test, 2:3/0/32 -----> 6866: <----- ACK [MID=36256, T=48678B630207D0DB], 2.05, 2:3/1/32 6867: CON [MID=36257, T=7C554689B106E2AD], GET, /test, 2:4/0/32 -----> 6867: <----- ACK [MID=36257, T=7C554689B106E2AD], 2.05, 2:4/0/32 6971: CON [MID=47120, T=90A41B6A41039AED], POST, /test, 1:0/1/32, size1(150) -----> 6971: <----- ACK [MID=47120, T=90A41B6A41039AED], 2.31, 1:0/1/32 6971: CON [MID=47121, T=687D5487446633F8], POST, /test, 1:1/1/32 -----> 6971: <----- ACK [MID=47121, T=687D5487446633F8], 2.31, 1:1/1/32 6972: CON [MID=47122, T=94E33FD57A4B50C3], POST, /test, 1:2/1/32 -----> 6972: <----- ACK [MID=47122, T=94E33FD57A4B50C3], 2.31, 1:2/1/32 6972: CON [MID=47123, T=4C46CBEEF46DFFC2], POST, /test, 1:3/1/32 -----> 6972: <----- ACK [MID=47123, T=4C46CBEEF46DFFC2], 2.31, 1:3/1/32 6973: CON [MID=47124, T=8C7567F797BEFA6A], POST, /test, 1:4/0/32 -----> 6973: <----- ACK [MID=47124, T=8C7567F797BEFA6A], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.072 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.StartStopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s - in org.eclipse.californium.core.test.StartStopTest [INFO] Running org.eclipse.californium.core.test.ResourceTreeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.test.ResourceTreeTest [INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Running org.eclipse.californium.core.test.ObserveTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 s - in org.eclipse.californium.core.test.ObserveTest [INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0014: CON [MID=-1, T=5C52E457249B60EF], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0014: <----- null [MID=-1, T=5C52E457249B60EF], 2.31, 1:0/1/1024(BERT) 0015: CON [MID=-1, T=40BF18D8EF6CFC0D], POST, /test, 1:2/0/1024(BERT) -----> 0015: <----- CON [MID=-1, T=40BF18D8EF6CFC0D], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0015: CON [MID=-1, T=286ABA631E6A2C63], POST, /test, 2:2/0/1024(BERT) -----> 0015: <----- null [MID=-1, T=286ABA631E6A2C63], 2.05, 2:2/1/1024(BERT) 0016: CON [MID=-1, T=1C2A0A516818E518], POST, /test, 2:4/0/1024(BERT) -----> 0016: <----- null [MID=-1, T=1C2A0A516818E518], 2.05, 2:4/0/1024(BERT) 0117: CON [MID=-1, T=085D286508E5953F], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0117: <----- null [MID=-1, T=085D286508E5953F], 2.31, 1:0/1/1024(BERT) 0118: CON [MID=-1, T=68B4C1CEECCFE487], POST, /test, 1:2/0/1024(BERT) -----> 0118: <----- CON [MID=-1, T=68B4C1CEECCFE487], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0118: CON [MID=-1, T=70C3BF6ACE59A608], POST, /test, 2:2/0/1024(BERT) -----> 0119: <----- null [MID=-1, T=70C3BF6ACE59A608], 2.05, 2:2/1/1024(BERT) 0119: CON [MID=-1, T=8CD644947665E03F], POST, /test, 2:4/0/1024(BERT) -----> 0119: <----- null [MID=-1, T=8CD644947665E03F], 2.05, 2:4/0/1024(BERT) 0222: CON [MID=-1, T=4C3FFDD43511892B], GET, /test -----> 0222: <----- CON [MID=-1, T=4C3FFDD43511892B], 2.05, 2:0/1/1024(BERT), size2(6000) 1324: CON [MID=-1, T=10C4049F65A8F486], GET, /test -----> 1325: <----- CON [MID=-1, T=10C4049F65A8F486], 2.05, 2:0/1/1024(BERT), size2(6000) 1325: CON [MID=-1, T=94AFAB2BB9DD7840], GET, /test, 2:2/0/1024(BERT) -----> 1326: <----- null [MID=-1, T=94AFAB2BB9DD7840], 2.05, 2:2/1/1024(BERT) 1326: CON [MID=-1, T=DC88038BA0531684], GET, /test, 2:4/0/1024(BERT) -----> 1326: <----- null [MID=-1, T=DC88038BA0531684], 2.05, 2:4/0/1024(BERT) 1427: CON [MID=-1, T=38831EF4B5F89949], GET, /test -----> 1427: <----- CON [MID=-1, T=38831EF4B5F89949], 2.05, 2:0/1/1024(BERT), size2(6000) 1427: CON [MID=-1, T=4CB8845BB0F5BC3B], GET, /test, 2:2/0/1024(BERT) -----> 1428: <----- null [MID=-1, T=4CB8845BB0F5BC3B], 2.05, 2:2/1/1024(BERT) 1428: CON [MID=-1, T=E47CBB6898D45982], GET, /test, 2:4/0/1024(BERT) -----> 1428: <----- null [MID=-1, T=E47CBB6898D45982], 2.05, 2:4/0/1024(BERT) 1530: CON [MID=-1, T=084F694C094EBBED], GET, /test, 2:0/1/1024(BERT) -----> 1531: <----- CON [MID=-1, T=084F694C094EBBED], 2.05, 2:0/1/1024(BERT), size2(6000) 1531: CON [MID=-1, T=800BD48169562BB3], GET, /test, 2:2/0/1024(BERT) -----> 1531: <----- null [MID=-1, T=800BD48169562BB3], 2.05, 2:2/1/1024(BERT) 1531: CON [MID=-1, T=388787172B18855B], GET, /test, 2:4/0/1024(BERT) -----> 1531: <----- null [MID=-1, T=388787172B18855B], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest [INFO] Running org.eclipse.californium.core.test.SmallServerClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.eclipse.californium.core.test.SmallServerClientTest [INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Running org.eclipse.californium.core.test.MessageTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.test.MessageTypeTest [INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.RequestPayloadTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.core.test.RequestPayloadTest [INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 13:59:49.114 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 13:59:49.115 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275) 13:59:49.115 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 13:59:49.115 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 13:59:49.116 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 13:59:49.122 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 13:59:49.122 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275) 13:59:49.122 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 13:59:49.123 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 13:59:49.123 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 13:59:49.124 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 13:59:49.124 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275) 13:59:49.124 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 13:59:49.124 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 13:59:49.124 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 13:59:49.150 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 13:59:49.150 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670) 13:59:49.153 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 13:59:49.153 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275) 13:59:49.153 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 13:59:49.153 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 13:59:49.154 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 13:59:49.156 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 13:59:49.157 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, 3 connections skipped, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:275) 13:59:49.157 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 13:59:49.157 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 13:59:49.157 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 13:59:49.157 WARN [ServersSerializationUtil]: [SRV 1] coaps://0.0.0.0:5884 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest 13:59:49.160 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:59:49.160 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:59:49.160 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:59:49.160 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:59:49.164 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:59:49.164 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:59:49.164 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:59:49.164 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:59:49.165 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:59:49.165 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:59:49.166 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:59:49.166 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:59:49.167 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 13:59:49.170 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:59:49.170 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:59:49.171 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:59:49.171 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:59:49.174 WARN [PersistentComponentUtil]: loading 0.0.0.0/0.0.0.0:5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 13:59:49.174 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 13:59:49.174 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 13:59:49.174 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 13:59:49.175 WARN [PersistentComponentUtil]: [COMP 1] 0.0.0.0/0.0.0.0:5884 (o.e.c.e.u.PersistentComponentUtil.load:286) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.core.server.ServerPersistenceComponentsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0041: CON [MID=7001, T=0B], GET, /test -----> 0047: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0048: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0048: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0048: CON [MID=7003, T=0D], GET, /test -----> 0049: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0049: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0071: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0002: CON [MID=7001, T=0F], GET, /test, 2:2/1/64 -----> 0002: <----- ACK [MID=7001, T=0F], 2.05, 2:2/1/64 0002: CON [MID=7002, T=0F], GET, /test, 2:4/1/64 -----> 0003: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0002: CON [MID=7001, T=10], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0004: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0004: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0002: CON [MID=7001, T=11], GET, /test -----> 0002: <----- ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220) 0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost 0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 0004: CON [MID=7003, T=11], GET, /test, 2:3/0/64 -----> 0005: <----- ACK [MID=7003, T=11], 2.05, 2:3/0/64 0003: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0005: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0005: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0005: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0006: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0007: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0002: CON [MID=7001, T=13], GET, /test -----> 0003: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0003: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0104: //////// Missing last GET //////// 0002: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0003: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0104: //////// Missing last PUT //////// 0003: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0005: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0006: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0006: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0007: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0007: ... time passes ... 0009: <----- CON [MID=18946, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0009: ACK [MID=18946] -----> 0010: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0011: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0011: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0011: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0012: ... time passes ... 0012: <----- CON [MID=18947, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0013: ACK [MID=18947] -----> 0013: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0013: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0013: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0014: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0002: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0003: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0003: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0006: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0006: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0007: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0007: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0007: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0002: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0003: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0003: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0004: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0004: ... time passes ... 0005: <----- CON [MID=31206, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0005: ACK [MID=31206] -----> 0005: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0006: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0006: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0007: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0007: ... time passes ... 0007: <----- CON [MID=31207, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0008: ACK [MID=31207] -----> 0008: CON [MID=7006, T=1C], GET, /test, 2:1/0/64 -----> 0008: <----- ACK [MID=7006, T=1C], 2.05, 2:1/1/64 0009: CON [MID=7007, T=1C], GET, /test, 2:2/0/64 -----> 0009: <----- ACK [MID=7007, T=1C], 2.05, 2:2/0/64 0002: CON [MID=7001, T=1D], GET, /test, 2:0/0/32 -----> 0003: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=1D], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=1D], 2.05, 2:1/1/32 0004: CON [MID=7003, T=1D], GET, /test, 2:2/0/32 -----> 0005: <----- ACK [MID=7003, T=1D], 2.05, 2:2/0/32 0002: CON [MID=7001, T=1E], GET, /test -----> 0002: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170) 0003: CON [MID=7002, T=1E], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=1E], 2.05, 2:2/0/64 13:59:53.167 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0002: CON [MID=7001, T=1F], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=1F], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=1F], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=1F], 2.05, 2:1/1/32 0004: CON [MID=7003, T=1F], GET, /test, 2:2/0/32 -----> 0009: <----- ACK [MID=7003, T=1F], 2.05, 2:2/0/32 0003: CON [MID=7001, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=20], 2.31, 1:0/1/128 0004: CON [MID=7002, T=20], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=20], 2.31, 1:1/1/128 0004: CON [MID=7003, T=20], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=20], 2.04, 1:2/0/128 0005: // next transfer 0005: CON [MID=7004, T=21], PUT, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=7004, T=21], 2.31, 1:0/1/128 0006: CON [MID=7005, T=21], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7005, T=21], 2.31, 1:1/1/128 0006: CON [MID=7006, T=21], PUT, /test, 1:2/0/128 -----> 0007: <----- ACK [MID=7006, T=21], 2.04, 1:2/0/128 0002: CON [MID=7001, T=22], GET, /test -----> 0002: <----- ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0003: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001]) -----> 0003: <----- ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001]) 0004: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7003, T=22], 2.05, 2:2/0/128, ETags([0001]) 0003: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=23], 2.31, 1:0/1/128 0004: CON [MID=7002, T=23], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7002, T=23], 4.08 0002: CON [MID=7001, T=24], PUT, /test, 1:0/1/128, size1(1034) -----> 0002: <----- ACK [MID=7001, T=24], 4.13, size1(1024) 0002: CON [MID=7001, T=25], POST, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0003: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0003: CON [MID=7003, T=25], POST, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0004: CON [MID=7004, T=25], POST, /test, 2:1/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/128, ETags([0001]) 0005: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001]) 0005: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7006, T=25], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=7001, T=27], POST, /test, 1:0/1/128 -----> 0002: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0002: CON [MID=7002, T=27], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=27], 2.31, 1:1/1/128 0003: CON [MID=7003, T=27], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0003: <----- ACK [MID=7003, T=27], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0004: CON [MID=7004, T=27], POST, /test, 2:1/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7004, T=27], 2.04, 2:1/1/64, ETags([0001]) 0004: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7005, T=27], 2.04, 2:2/1/64, ETags([0001]) 0005: CON [MID=7006, T=27], POST, /test, 2:3/0/64, ETags([0001]) -----> 0005: <----- ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001]) 0002: CON [MID=7001, T=28], PUT, /test, 1:2/1/64 -----> 0003: <----- ACK [MID=7001, T=28], 4.08 13:59:54.251 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0002: CON [MID=7001, T=29], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=29], 2.31, 1:0/1/128 0003: CON [MID=7002, T=29], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=29], 4.08 0002: CON [MID=7001, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=2A], 2.31, 1:0/1/128 0002: CON [MID=7002, T=2A], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=2A], 2.31, 1:1/1/128 0003: ... client crashes or whatever and restarts transfer 0003: CON [MID=7003, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7003, T=2A], 2.31, 1:0/1/128 0004: CON [MID=7004, T=2A], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7004, T=2A], 2.31, 1:1/1/128 0004: CON [MID=7005, T=2A], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7005, T=2A], 2.04, 1:2/0/128 0002: CON [MID=7001, T=2B], GET, /test -----> 0003: <----- ACK [MID=7001, T=2B], 2.05, 2:0/1/128, size2(400) 0003: CON [MID=7002, T=2B], GET, /test, 2:1/1/128 -----> 0003: <----- ACK [MID=7002, T=2B], 2.05, 2:1/1/128 0004: CON [MID=7003, T=2B], GET, /test, 2:4/1/64 -----> 0004: <----- ACK [MID=7003, T=2B], 2.05, 2:4/1/64 0005: CON [MID=7004, T=2B], GET, /test, 2:5/1/64 -----> 0005: <----- ACK [MID=7004, T=2B], 2.05, 2:5/1/64 0005: CON [MID=7005, T=2B], GET, /test, 2:6/1/64 -----> 0006: <----- ACK [MID=7005, T=2B], 2.05, 2:6/0/64 0002: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=2C], 2.31, 1:0/1/128 0003: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=2D], 2.31, 1:1/1/128 0003: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7003, T=2E], 2.04, 1:2/0/128 0004: CON [MID=7001, T=2F], PUT, /test, 1:2/1/64 -----> 0004: <----- ACK [MID=7001, T=2F], 4.08, 1:2/1/64 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.343 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest 0005: CON [MID=11573, T=A5942277F4775134], GET, /test, observe(0) -----> 0007: <----- ACK [MID=11573, T=A5942277F4775134], 2.05, 2:0/1/16, observe(0), size2(40) 0008: CON [MID=11574, T=509593C331689338], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=11574, T=509593C331689338], 2.05, 2:1/1/16 0009: CON [MID=11575, T=74B1FEEFCE853F43], GET, /test, 2:2/0/16 -----> 0010: <----- ACK [MID=11575, T=74B1FEEFCE853F43], 2.05, 2:2/0/16 0011: <----- CON [MID=8001, T=A5942277F4775134], 2.05, 2:0/1/16, observe(2), size2(42) 0012: ACK [MID=8001] -----> 0012: CON [MID=6843, T=18EBBAA660D1C507], GET, /test, 2:1/0/16 -----> 0013: <----- ACK [MID=6843, T=18EBBAA660D1C507], 2.05, 2:1/1/16 0013: CON [MID=6844, T=F0AE464340ADCD4B], GET, /test, 2:2/0/16 -----> 0013: <----- ACK [MID=6844, T=F0AE464340ADCD4B], 2.05, 2:2/0/16 0002: CON [MID=46703, T=7D5C64B6EB0CCFA9], GET, /test, observe(0) -----> 0002: <----- ACK [MID=46703] 0053: <----- CON [MID=8001, T=7D5C64B6EB0CCFA9], 2.05, observe(101) 0053: ACK [MID=8001] -----> // lost 0053: <----- CON [MID=8001, T=7D5C64B6EB0CCFA9], 2.05, observe(101) 0054: ACK [MID=8001] -----> 0054: Relation established 0055: <----- CON [MID=8002, T=7D5C64B6EB0CCFA9], 2.05, observe(102) 0055: ACK [MID=8002] -----> // lost 0056: <----- CON [MID=8002, T=7D5C64B6EB0CCFA9], 2.05, observe(102) 0056: ACK [MID=8002] -----> 0002: CON [MID=42891, T=1FAC4AC676489365], GET, /test, observe(0) -----> 0002: <----- ACK [MID=42891] 0053: <----- CON [MID=8001, T=1FAC4AC676489365], 2.05, observe(101) 0053: ACK [MID=8001] -----> 0063: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0063: ACK [MID=8001] -----> 0008: CON [MID=17530, T=41E8D764E383DB22], GET, /test, observe(0) -----> 0009: <----- ACK [MID=17530, T=41E8D764E383DB22], 2.05, 2:0/1/16, observe(0), size2(40) 0010: CON [MID=17531, T=E0BCCCEE4821DE17], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=17531, T=E0BCCCEE4821DE17], 2.05, 2:1/1/16 0010: CON [MID=17532, T=EC8F66AF50F45CA8], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=17532, T=EC8F66AF50F45CA8], 2.05, 2:2/0/16 0012: <----- CON [MID=8001, T=41E8D764E383DB22], 2.05, 2:0/1/16, observe(2), size2(42) 0012: ACK [MID=8001] -----> 0012: CON [MID=17533, T=A0E7EC7AD0B8C6F1], GET, /test, 2:1/0/16 -----> 0012: <----- ACK [MID=17533, T=A0E7EC7AD0B8C6F1], 2.05, 2:1/1/16 0013: CON [MID=17534, T=D0A79DC5346A98CA], GET, /test, 2:2/0/16 -----> 0001: CON [MID=54255, T=D728E7399956EBC7], GET, /test, observe(0) -----> 0002: <----- ACK [MID=54255, T=D728E7399956EBC7], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=54256, T=244977840067ED47], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8001, T=D728E7399956EBC7], 2.05, observe(2) 0003: ACK [MID=8001] -----> 0003: <----- ACK [MID=54256, T=244977840067ED47], 2.05, 2:1/1/16 1004: <----- CON [MID=8002, T=D728E7399956EBC7], 2.05, observe(3) 1004: ACK [MID=8002] -----> 1005: <----- CON [MID=8003, T=D728E7399956EBC7], 2.05, 2:0/1/16, observe(4) 1005: ACK [MID=8003] -----> 1005: CON [MID=54257, T=1069D47E7D33BBA4], GET, /test, 2:1/0/16 -----> 1006: <----- ACK [MID=54257, T=1069D47E7D33BBA4], 2.05, 2:1/0/16 0002: CON [MID=40380, T=8929248D6240EF19], GET, /test, observe(0) -----> 0002: <----- ACK [MID=40380, T=8929248D6240EF19], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=40381, T=A4D2F32A61AFA46F], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=40381, T=A4D2F32A61AFA46F], 2.05, 2:1/0/16 0004: <----- CON [MID=8001, T=8929248D6240EF19], 2.05, 2:0/1/16, observe(2) 0004: ACK [MID=8001] -----> 0004: CON [MID=40382, T=D851B29938A3916E], GET, /test, 2:1/0/16 -----> 0005: CON [MID=40383, T=8C7FA4244F75681E], GET, /test -----> 0006: <----- ACK [MID=40383, T=8C7FA4244F75681E], 2.05, 2:0/1/16 0006: CON [MID=40384, T=4855DD63BDDB4968], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=40384, T=4855DD63BDDB4968], 2.05, 2:1/1/16 0007: CON [MID=40385, T=800E85424D9EEA6F], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=40385, T=800E85424D9EEA6F], 2.05, 2:2/0/16 0002: CON [MID=8067, T=9F454D99E6C4866D], GET, /test, observe(0) -----> 0003: <----- ACK [MID=8067, T=9F454D99E6C4866D], 2.05, observe(1) 0003: <----- CON [MID=8001, T=9F454D99E6C4866D], 2.05, 2:0/1/16, observe(3) 0004: ACK [MID=8001] -----> 0004: CON [MID=8068, T=147855EB6CD6047C], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8002, T=9F454D99E6C4866D], 2.05, observe(2) 0005: ACK [MID=8002] -----> 0005: <----- ACK [MID=8068, T=147855EB6CD6047C], 2.05, 2:1/0/16 0006: <----- CON [MID=8003, T=9F454D99E6C4866D], 2.05, 2:0/1/16, observe(4) 0006: ACK [MID=8003] -----> 0006: CON [MID=8069, T=0C01E9DB3C7B1677], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=8069, T=0C01E9DB3C7B1677], 2.05, 2:1/0/16 0004: CON [MID=41154, T=09EBD5766548FCA4], GET, /test, observe(0) -----> 0005: <----- ACK [MID=41154, T=09EBD5766548FCA4], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=41155, T=20C9ED636DDC7C5A], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8001, T=09EBD5766548FCA4], 2.05, 2:0/1/16, observe(2) 0006: <----- ACK [MID=41155, T=20C9ED636DDC7C5A], 2.05, 2:1/0/16 0006: ACK [MID=8001] -----> 0006: CON [MID=41156, T=18B9DE0A815329F8], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=41156, T=18B9DE0A815329F8], 2.05, 2:1/0/16 0007: <----- CON [MID=8002, T=09EBD5766548FCA4], 2.05, 2:0/1/16, observe(2) 0007: ACK [MID=8002] -----> 0008: CON [MID=41157, T=AC35582821D43A50], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=41157, T=AC35582821D43A50], 2.05, 2:1/0/16 0002: CON [MID=2109, T=2367675F2B3ECA59], GET, /test, observe(0) -----> 0003: <----- ACK [MID=2109, T=2367675F2B3ECA59], 2.05, 2:0/1/16, observe(0), size2(40) 0004: CON [MID=2110, T=08E37E6DB84602B8], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=2110, T=08E37E6DB84602B8], 2.05, 2:1/1/16 0004: CON [MID=2111, T=F8019C568BD86C6B], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=2111, T=F8019C568BD86C6B], 2.05, 2:2/0/16 0006: <----- CON [MID=8001, T=2367675F2B3ECA59], 2.05, 2:0/1/16, observe(2), size2(42) 0006: ACK [MID=8001] -----> 0007: CON [MID=60274, T=20E03FE66156BCCF], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=60274, T=20E03FE66156BCCF], 2.05, 2:1/1/16 0007: CON [MID=60275, T=38DF0F7A70281F0E], GET, /test, 2:2/0/16 -----> 0008: <----- ACK [MID=60275] 0002: CON [MID=19131, T=AD97DC95A5FE30B1], GET, /test, observe(0) -----> 0002: <----- ACK [MID=19131, T=AD97DC95A5FE30B1], 2.05, 2:0/1/16, observe(2) 0003: CON [MID=19132, T=40A19D4801359AF2], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8001, T=AD97DC95A5FE30B1], 2.05, observe(0) 0003: ACK [MID=8001] -----> 1004: <----- ACK [MID=19132, T=40A19D4801359AF2], 2.05, 2:1/0/16 1005: <----- CON [MID=8002, T=AD97DC95A5FE30B1], 2.05, observe(3) 1005: ACK [MID=8002] -----> 1006: <----- CON [MID=8003, T=AD97DC95A5FE30B1], 2.05, 2:0/1/16, observe(4) 1006: ACK [MID=8003] -----> 1006: CON [MID=19133, T=ACDED1EE6B3F5B48], GET, /test, 2:1/0/16 -----> 1007: <----- ACK [MID=19133, T=ACDED1EE6B3F5B48], 2.05, 2:1/0/16 0002: CON [MID=63482, T=5304DD1780C8D6BC], GET, /test, observe(0) -----> 0002: <----- ACK [MID=63482, T=5304DD1780C8D6BC], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=63483, T=74B1F3123EA07FC7], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=63483, T=74B1F3123EA07FC7], 2.05, 2:1/0/16 0004: <----- CON [MID=8001, T=5304DD1780C8D6BC], 2.05, 2:0/1/16, observe(2) 0004: ACK [MID=8001] -----> 0004: CON [MID=63484, T=DC1706A92B1FBDAD], GET, /test, 2:1/0/16 -----> 0206: CON [MID=63484, T=DC1706A92B1FBDAD], GET, /test, 2:1/0/16 -----> 0406: CON [MID=63484, T=DC1706A92B1FBDAD], GET, /test, 2:1/0/16 -----> 0607: <----- CON [MID=8002, T=5304DD1780C8D6BC], 2.05, 2:0/1/16, observe(3) 0607: ACK [MID=8002] -----> 0607: CON [MID=63485, T=706A8A8982319993], GET, /test, 2:1/0/16 -----> 0608: <----- ACK [MID=63485, T=706A8A8982319993], 2.05, 2:1/0/16 0002: CON [MID=4005, T=41CE54C3B734240E], GET, /test, observe(0) -----> 0002: <----- ACK [MID=4005, T=41CE54C3B734240E], 2.05, observe(1) 0002: <----- CON [MID=8001, T=41CE54C3B734240E], 2.05, 2:0/1/16, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=4006, T=8083E3627F79859D], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=4006, T=8083E3627F79859D], 2.05, 2:1/1/16 0004: CON [MID=4007, T=1C865F23DD6D7549], GET, /test, 2:2/0/16 (should be dropped by error) 0005: CON [MID=4007, T=1C865F23DD6D7549], GET, /test, 2:2/0/16 -----> (dropped) 14:00:04.396 WARN [BaseCoapStack]: error send request CON-GET MID=44788, Token=81B48D686C2D4707, OptionSet={"Observe":0, "Uri-Path":"test"}, (o.e.c.c.n.s.BaseCoapStack.sendRequest:92) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0002: CON [MID=44788, T=81B48D686C2D4707], GET, /test, observe(0) (should be dropped by error) 0002: CON [MID=44788, T=81B48D686C2D4707], GET, /test, observe(0) -----> (dropped) 0001: CON [MID=23712, T=8175839B3E30D703], GET, /test, observe(0) -----> 0002: <----- ACK [MID=23712, T=8175839B3E30D703], 2.05, observe(1) 0003: <----- CON [MID=8001, T=8175839B3E30D703], 2.05, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=23713, T=8175839B3E30D703], GET, /test, observe(1) -----> 0004: <----- CON [MID=8002, T=8175839B3E30D703], 2.05, observe(4) 0004: <----- NON [MID=8003, T=8175839B3E30D703], 2.05, observe(5) 0204: CON [MID=23713, T=8175839B3E30D703], GET, /test, observe(1) -----> 0404: CON [MID=23713, T=8175839B3E30D703], GET, /test, observe(1) -----> 0504: <----- ACK [MID=23713, T=8175839B3E30D703], 2.05 0002: CON [MID=64108, T=150663D126BF1072], GET, /test, observe(0) -----> 0002: <----- ACK [MID=64108, T=150663D126BF1072], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=64109, T=B0C57BE1197D7E3E], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=64109, T=B0C57BE1197D7E3E], 2.05, 2:1/0/16 0003: CON [MID=64110, T=8835DD37BF9B9D29], GET, /test -----> 0004: <----- ACK [MID=64110, T=8835DD37BF9B9D29], 2.05, 2:0/1/16 0004: CON [MID=64111, T=E0D605483736E750], GET, /test, 2:1/0/16 -----> 0004: <----- CON [MID=8001, T=150663D126BF1072], 2.05, 2:0/1/16, observe(2) 0004: ACK [MID=8001] -----> 0005: CON [MID=64112, T=E8DF29C84F03CB88], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=64111, T=E0D605483736E750], 2.05, 2:1/0/16 0005: <----- ACK [MID=64112, T=E8DF29C84F03CB88], 2.05, 2:1/0/16 0002: CON [MID=60876, T=7878442039B5A296], GET, /test -----> 0002: <----- ACK [MID=60876, T=7878442039B5A296], 2.05, observe(3) 0003: CON [MID=60877, T=F4346BEAB94DB5B3], GET, /test -----> 0003: <----- CON [MID=8000, T=F4346BEAB94DB5B3], 2.05, observe(4) 0003: ACK [MID=8000] -----> 0003: CON [MID=60878, T=AC102C327766C733], GET, /test -----> 0004: <----- NON [MID=60878, T=AC102C327766C733], 2.05, observe(5) 0002: CON [MID=14242, T=29B6D846DE8FC589], GET, /test, observe(0) -----> 0002: <----- ACK [MID=14242, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=14243, T=D03A433017D5885B], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=14243, T=D03A433017D5885B], 2.05, 2:1/1/16 0003: CON [MID=14244, T=5CD42E965D835759], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=14244, T=5CD42E965D835759], 2.05, 2:2/0/16 0004: observe relation has been established, server now sends a notification 0004: <----- CON [MID=8001, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(1), size2(45) 0004: ACK [MID=8001] -----> 0005: CON [MID=14245, T=E46F770F5EEE0724], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=14245, T=E46F770F5EEE0724], 2.05, 2:1/1/16 0005: CON [MID=14246, T=4C21529CB2E3A926], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=14246, T=4C21529CB2E3A926], 2.05, 2:2/0/16 0006: client has successfully retrieved content for notification using blockwise transfer 0006: server now sends notifications interfering with ongoing blockwise transfer 0006: <----- CON [MID=8002, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8002] -----> 0007: CON [MID=14247, T=C4519D38EB618661], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=14247, T=C4519D38EB618661], 2.05, 2:1/1/16 0007: CON [MID=14248, T=BC0DF9939BB2A01D], GET, /test, 2:2/0/16 -----> 0008: //////// Overriding notification //////// 0008: <----- CON [MID=8003, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(3), size2(40) 0008: ACK [MID=8003] -----> 0008: CON [MID=14249, T=A4746D0F27DADE8A], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=14248, T=BC0DF9939BB2A01D], 2.05, 2:2/0/16 0009: <----- ACK [MID=14249, T=A4746D0F27DADE8A], 2.05, 2:1/1/16 0009: CON [MID=14250, T=602AEF354071D1DC], GET, /test, 2:2/0/16 -----> 0010: <----- ACK [MID=14250, T=602AEF354071D1DC], 2.05, 2:2/0/16 0010: client has detected newly arriving notification while doing blockwise transfer of previous notification 0010: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0010: <----- CON [MID=8004, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(4), size2(38) 0010: ACK [MID=8004] -----> 0011: CON [MID=14251, T=78848D3455D332CC], GET, /test, 2:1/0/16 -----> 0011: //////// Overriding notification (4) //////// 0011: <----- CON [MID=8005, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(5), size2(40) 0011: ACK [MID=8005] -----> 0011: CON [MID=14252, T=548641BABE43A0DA], GET, /test, 2:1/0/16 -----> 0012: //////// Conflicting notification block //////// 0012: <----- ACK [MID=14251, T=78848D3455D332CC], 2.05, 2:1/1/16 0012: <----- ACK [MID=14252, T=548641BABE43A0DA], 2.05, 2:1/1/16 0012: CON [MID=14253, T=F428CC0B533D223A], GET, /test, 2:2/0/16 -----> 0013: <----- ACK [MID=14253, T=F428CC0B533D223A], 2.05, 2:2/0/16 0013: //////// Notification after cancellation //////// 0013: <----- CON [MID=8006, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(6), size2(34) 0013: ACK [MID=8006] -----> 0014: CON [MID=14254, T=EC1548A709A7D8DE], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=14254, T=EC1548A709A7D8DE], 2.05, 2:1/1/16 0415: <----- CON [MID=8007, T=29B6D846DE8FC589], 2.05, 2:0/1/16, observe(7) 0415: RST [MID=8007] -----> 0002: CON [MID=57137, T=5DCCC868F7C59533], GET, /test, observe(0) -----> 0003: <----- ACK [MID=57137, T=5DCCC868F7C59533], 2.05, 2:0/1/16, observe(0), size2(45) 0003: CON [MID=57138, T=38DEC4240047A3C7], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=57138, T=38DEC4240047A3C7], 2.05, 2:1/1/16 0004: CON [MID=57139, T=E411C70B631DDE05], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=57139, T=E411C70B631DDE05], 2.05, 2:2/0/16 0006: <----- CON [MID=8001, T=5DCCC868F7C59533], 2.05, 2:0/1/16, observe(2), size2(42) 0006: ACK [MID=8001] -----> 0006: CON [MID=31204, T=3042B931FBDC0893], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=31204, T=3042B931FBDC0893], 2.05, 2:1/1/16 0007: CON [MID=31205, T=D4D9EAF9D8CEDB56], GET, /test, 2:2/0/16 -----> 0007: Cancel observation 5DCCC868F7C59533 0002: CON [MID=45018, T=B19213F78633472B], GET, /test, observe(0) -----> 0002: <----- ACK [MID=45018, T=B19213F78633472B], 2.05, observe(1) 0003: <----- CON [MID=8001, T=B19213F78633472B], 2.05, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=45019, T=B19213F78633472B], GET, /test, observe(1) -----> 0004: <----- ACK [MID=45019, T=B19213F78633472B], 2.05 0004: <----- CON [MID=8002, T=B19213F78633472B], 2.05, observe(4) 0004: RST [MID=8002] -----> 0004: <----- NON [MID=8003, T=B19213F78633472B], 2.05, observe(5) 0004: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.612 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.805 s - in org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-core --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 3.12.0-SNAPSHOT [10/39] [INFO] from cf-utils/cf-nat/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-nat --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-nat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-nat --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-nat --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-nat --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 2 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-nat --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-nat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-nat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-nat --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-nat --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.12.0-SNAPSHOT [11/39] [INFO] from cf-utils/cf-unix-health/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-health --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-health --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-health --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-health --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-health --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-unix-health --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-health --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-health --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-unix-health --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-unix-health --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health --- [INFO] Installing org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-cluster >----------------- [INFO] Building Cf-Cluster 3.12.0-SNAPSHOT [12/39] [INFO] from cf-utils/cf-cluster/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cluster --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cluster --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cluster --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cluster --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cluster --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cluster --- [INFO] Signature checking is skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cluster --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cluster --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cluster --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cluster --- [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cluster --- [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cluster --- [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cluster --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cluster --- [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cluster --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cluster --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cluster --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cluster --- [INFO] Installing org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 3.12.0-SNAPSHOT [13/39] [INFO] from cf-utils/cf-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cli --- [INFO] Signature checking is skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cli --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.12.0-SNAPSHOT [14/39] [INFO] from cf-utils/cf-cli-tcp-netty/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli-tcp-netty --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli-tcp-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cli-tcp-netty --- [INFO] Signature checking is skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli-tcp-netty --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli-tcp-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli-tcp-netty --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-encrypt >----------------- [INFO] Building Cf-Encrypt 3.12.0-SNAPSHOT [15/39] [INFO] from cf-utils/cf-encrypt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-encrypt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-encrypt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-encrypt --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-encrypt --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-encrypt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-encrypt --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-encrypt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-encrypt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-encrypt --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-encrypt --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-encrypt --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-encrypt --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-encrypt --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-encrypt --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-encrypt --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-encrypt --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-encrypt --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-encrypt --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.californium:californium-tests >-------------- [INFO] Building Californium (Cf) Tests 3.12.0-SNAPSHOT [16/39] [INFO] from californium-tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-tests --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-tests --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-tests --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-tests --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-tests --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-tests --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-tests --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -------< org.eclipse.californium:californium-integration-tests >-------- [INFO] Building Californium (Cf) Integration Tests 3.12.0-SNAPSHOT [17/39] [INFO] from californium-tests/californium-integration-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-integration-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-integration-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-integration-tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-integration-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-tests/californium-integration-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-integration-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-integration-tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-integration-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/californium-tests/californium-integration-tests/src/test/java/org/eclipse/californium/integration/test/NatTestHelper.java:[242,56] DTLS_VERIFY_PEERS_ON_RESUMPTION_THRESHOLD in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 14:00:21.384 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 14:00:21.459 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 14:00:21.465 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 14:00:21.465 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Running org.eclipse.californium.integration.test.SecureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.352 s - in org.eclipse.californium.integration.test.SecureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 14:00:25.430 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 14:00:25.504 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 14:00:25.510 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 14:00:25.511 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.integration.test.SecureObserveTest Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:50972/resource coap-client coaps://127.0.0.1:60478 Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says new client for the 5 time" 14:00:25.885 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "D520A775A0312B1BB53A44D9BBDD52A23749A82FCA77F57FBE489A073045C456" != "A4E7EFC78E6F6FA608E295467A2F710FFCDDFEDDF3E4BDE7F402AE04BCB51E44" (o.e.c.e.u.FilteredLogger.log:200) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:54028/resource coap-client coaps://127.0.0.1:46829 URI: change coaps://127.0.0.1:54028/resource to coaps://127.0.0.1:33315/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" URI: change coaps://127.0.0.1:33315/resource to coaps://127.0.0.1:45690/resource 14:00:28.232 WARN [NioNatUtil]: NAT 127.0.0.1:55370 stopped. 12 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:54023/resource coap-client coaps://127.0.0.1:60478 Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:53213/resource coap-client coaps://127.0.0.1:60369 Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:39347/resource coap-client coaps://127.0.0.1:57162 URI: change coaps://127.0.0.1:39347/resource to coaps://127.0.0.1:50447/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 14:00:32.762 WARN [NioNatUtil]: NAT 127.0.0.1:53677 stopped. 7 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:52523/resource coap-client coaps://127.0.0.1:55295 URI: change coaps://127.0.0.1:52523/resource to coaps://127.0.0.1:52928/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 14:00:37.091 WARN [NioNatUtil]: NAT 127.0.0.1:52269 stopped. 10 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:45763/resource coap-client coaps://127.0.0.1:48205 URI: change coaps://127.0.0.1:45763/resource to coaps://127.0.0.1:57660/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 14:00:37.428 WARN [NioNatUtil]: NAT 127.0.0.1:59510 stopped. 14 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:53545/resource coap-client coaps://127.0.0.1:35659 URI: change coaps://127.0.0.1:53545/resource to coaps://127.0.0.1:49308/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 14:00:37.759 WARN [NioNatUtil]: NAT 127.0.0.1:47637 stopped. 13 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.18 s - in org.eclipse.californium.integration.test.SecureObserveTest [INFO] Running org.eclipse.californium.integration.test.SecureNatTest URI: LoadBalancer destination coaps://127.0.0.1:35109/resource coap-server coaps://127.0.0.1:35109/resource coap-client coaps://127.0.0.1:51885 14:00:39.173 WARN [NioNatUtil]: NAT 127.0.0.1:35109 stopped. 1544 forwarded messages, 1368 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:37907/resource coap-server coaps://127.0.0.1:37907/resource coap-client coaps://127.0.0.1:50505 14:00:39.680 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "8FC13CEA815BAE2F8DA3B981FB63F43EF0A0B86BCE3F31C4411E9569725281CE" != "D957153AC0DE72865835F183E6A47100F9132367AA18A7B094777C95AFE76798" (o.e.c.e.u.FilteredLogger.log:200) 14:00:39.774 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "8FC13CEA815BAE2F8DA3B981FB63F43EF0A0B86BCE3F31C4411E9569725281CE" != "D957153AC0DE72865835F183E6A47100F9132367AA18A7B094777C95AFE76798" (o.e.c.e.u.FilteredLogger.log:200) 14:00:39.961 WARN [NioNatUtil]: NAT 127.0.0.1:37907 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:45673/resource coap-server coaps://127.0.0.1:45673/resource coap-client coaps://127.0.0.1:57725 14:00:40.874 WARN [NioNatUtil]: NAT 127.0.0.1:45673 stopped. 1525 forwarded messages, 1319 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:42096/resource coap-server coaps://127.0.0.1:42096/resource coap-client coaps://127.0.0.1:43270 14:00:48.115 WARN [NioNatUtil]: NAT 127.0.0.1:42096 stopped. 373 forwarded messages, 341 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:35962/resource coap-server coaps://127.0.0.1:35962/resource coap-client coaps://127.0.0.1:58881 14:00:53.461 WARN [NioNatUtil]: NAT 127.0.0.1:35962 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:45288/resource coap-server coaps://127.0.0.1:45288/resource coap-client coaps://127.0.0.1:38780 14:00:53.471 WARN [NioNatUtil]: NAT 127.0.0.1:45288 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:49580/resource coap-server coaps://127.0.0.1:49580/resource coap-client coaps://127.0.0.1:52618 14:00:53.872 WARN [NioNatUtil]: NAT 127.0.0.1:49580 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.114 s - in org.eclipse.californium.integration.test.SecureNatTest [INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest URI: LoadBalancer destination coaps://127.0.0.1:45504/resource coap-server coaps://127.0.0.1:45504/resource coap-client coaps://127.0.0.1:40837 14:00:54.867 WARN [NioNatUtil]: NAT 127.0.0.1:45504 stopped. 1643 forwarded messages, 1540 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:38360/resource coap-server coaps://127.0.0.1:38360/resource coap-client coaps://127.0.0.1:48574 14:00:55.265 WARN [NioNatUtil]: NAT 127.0.0.1:38360 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:33274/resource coap-server coaps://127.0.0.1:33274/resource coap-client coaps://127.0.0.1:55267 14:00:55.867 WARN [NioNatUtil]: NAT 127.0.0.1:33274 stopped. 1635 forwarded messages, 1527 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:46598/resource coap-server coaps://127.0.0.1:46598/resource coap-client coaps://127.0.0.1:44162 14:01:03.375 WARN [NioNatUtil]: NAT 127.0.0.1:46598 stopped. 395 forwarded messages, 375 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:60791/resource coap-server coaps://127.0.0.1:60791/resource coap-client coaps://127.0.0.1:36554 14:01:10.729 WARN [NioNatUtil]: NAT 127.0.0.1:60791 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:47732/resource coap-server coaps://127.0.0.1:47732/resource coap-client coaps://127.0.0.1:39436 14:01:10.743 WARN [NioNatUtil]: NAT 127.0.0.1:47732 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:58081/resource coap-server coaps://127.0.0.1:58081/resource coap-client coaps://127.0.0.1:43810 14:01:11.166 WARN [NioNatUtil]: NAT 127.0.0.1:58081 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.292 s - in org.eclipse.californium.integration.test.SecureCidClusterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-integration-tests --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -----< org.eclipse.californium:californium-interoperability-tests >----- [INFO] Building Californium (Cf) Interoperability Tests 3.12.0-SNAPSHOT [18/39] [INFO] from californium-tests/californium-interoperability-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-interoperability-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-interoperability-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-interoperability-tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-interoperability-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-tests/californium-interoperability-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-interoperability-tests --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-interoperability-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-interoperability-tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-interoperability-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/californium-tests/californium-interoperability-tests/src/test/java/org/eclipse/californium/interoperability/test/libcoap/mbedtls/LibCoapClientMbedTlsInteroperabilityTest.java:[107,48] DTLS_SUPPORT_DEPRECATED_CID in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-interoperability-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 14:01:12.277 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 14:01:12.369 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 14:01:12.375 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 14:01:12.376 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) 14:01:12.390 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.:35) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (0ms). 14:01:12.526 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424) 14:01:12.527 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424) [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest 14:01:12.575 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:12.620 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:12.628 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:12.631 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37126] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.631 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37126, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:12.631 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37126] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.676 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:12.701 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgtVF+/nHqfYlJ+EwUgI8kQoxY5D/68gF2AAdyirxq kMoEMOF5lYxxTZ2/29DfVGxMvPRwegH+kxsPdzUJHmcs55zMhU684gIeZyz6xfqC CtBS4qEGAgRmEVWoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (138ms, testOpenSslServerTrustTrustAll). 14:01:12.721 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:12.722 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 14:01:12.735 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:12.736 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:12.751 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40410] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.751 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40410] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.751 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40410, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:12.753 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:12.756 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgTmMxGCkJyavhLuTP2+VSGj4boITF3Ls4IhdUo+nL ygEEMPIVKZBW6qIvvEyfjVBb2GdIHkImzlYPXdZ6SaStQrLWcldfZ8H7B4BWAiUS OyK6KKEGAgRmEVWoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (45ms, testOpenSslServerChainTrustCa). 14:01:12.771 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:12.771 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:12.783 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:12.784 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:12.785 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54945] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.785 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54945, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:12.785 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54945] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.787 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:12.791 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgMGP0RtMInsbfyT4dO9kQL+S8glTOe97MbfZ8EGA2 mmkEMAtjYSpcPlS8gMTE9YLeknW7/N9CBh7QNN7hQqkt5poOlLhWeF61bQ4xe9vq 3kIFiaEGAgRmEVWoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (26ms, testOpenSslServerFullTrustTrustAll). 14:01:12.802 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:12.802 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256:PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -cert serverRsa.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 14:01:12.903 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:12.904 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:12.905 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:57068] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.905 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:57068, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:12.905 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:57068] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.910 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:12.915 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIDVQIBAQIDAP79BALALwQg5gVngJ/Yflx+qKlFFCkgCFSomCCmzXLYlAyoSmed ibEEMPrVMynOTmgOW3SskS3Po+S7rikt4HAYtJLSXiNu0SCI5QDZlenp3VTuV2OV g2TuEqEGAgRmEVWoogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/G2WVhMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODI0WhcNMjUxMDI1MDgwODI0WjBiMRYwFAYDVQQD Ew1jZi1jbGllbnQtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChML RWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0G CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPBY5bhxq5LXFvNj3jz0do6aqm/O72 rl4oFw1TFpSf+VTxv1Bb8/52XwjERwjAYBRPmdajl5RTE+Q5q9erPwm5kbPl5VcA uC1DGWJ6ThIMS4tOQ2ZBqD/W10Mf2bIGnA0glDi01U3CB+Aje44a4KwnHro/LRVc zMTbVE9GFTyzOjUmy+EpMLjYqNA08FCU1jtOev+ikAxZ7BEZekZZ30gYT12IQ/Sr SL6yE2yekHuNFRaLjacSMPhKBzJDMcrE4JSWCS24F8u1oi/73W60YCVGZVaiWb86 PO7qAPbu2z7Dli8QjdsewOeU6py1KVShubmdTDtDP96HYUNNIUjwh0YRAgMBAAGj TzBNMB0GA1UdDgQWBBQdDQAgA3UvOv45g4nMvxHhfMezmTALBgNVHQ8EBAMCB4Aw HwYDVR0jBBgwFoAUsVc6CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSQAw RgIhAMxj4xPpoR+VraRwXPggN4F/zuDsgh3qzwPsYFcFQ8pDAiEA5wVZJI+cq7JH 5LZlV54F8QMu4m4D0XBvBxMw4a35716kBgQEAQAAAKUDAgEUrQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICzTCCAnKgAwIBAgIIZygdH8bZZWEwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjRa Fw0yNTEwMjUwODA4MjRaMGIxFjAUBgNVBAMTDWNmLWNsaWVudC1yc2ExFDASBgNV BAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElvVDEPMA0GA1UEBxMG T3R0YXdhMQswCQYDVQQGEwJDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC ggEBAM8FjluHGrktcW82PePPR2jpqqb87vauXigXDVMWlJ/5VPG/UFvz/nZfCMRH CMBgFE+Z1qOXlFMT5Dmr16s/CbmRs+XlVwC4LUMZYnpOEgxLi05DZkGoP9bXQx/Z sgacDSCUOLTVTcIH4CN7jhrgrCceuj8tFVzMxNtUT0YVPLM6NSbL4SkwuNio0DTw UJTWO056/6KQDFnsERl6RlnfSBhPXYhD9KtIvrITbJ6Qe40VFouNpxIw+EoHMkMx ysTglJYJLbgXy7WiL/vdbrRgJUZlVqJZvzo87uoA9u7bPsOWLxCN2x7A55TqnLUp VKG5uZ1MO0M/3odhQ00hSPCHRhECAwEAAaNPME0wHQYDVR0OBBYEFB0NACADdS86 /jmDicy/EeF8x7OZMAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++h sUb9vQwqODzgUTAKBggqhkjOPQQDAgNJADBGAiEAzGPjE+mhH5WtpHBc+CA3gX/O 4OyCHerPA+xgVwVDykMCIQDnBVkkj5yrskfktmVXngXxAy7ibgPRcG8HEzDhrfnv Xg== -----END CERTIFICATE----- subject=CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-GCM-SHA256:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-RSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (123ms, testOpenSslServerRsaTrustRoot). 14:01:12.974 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:12.975 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert serverCaRsa.pem -CAfile caRsaTrustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 verify depth is 5 Using default temp DH parameters ACCEPT 14:01:12.986 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:12.986 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:12.987 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55239] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.987 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55239, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:12.987 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55239] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:12.989 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:12.996 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgxMxrh5qWH9u/vqI2RmnVuTB9BMd8XHWHx9iU0FuC /LgEMAXELquKd5WKRZZEJ0N7llBeS37cG8bKcoHlyXVCxynaxdc3nxI3frsFy3Er SOgWO6EGAgRmEVWoogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (26ms, testOpenSslServerRsaTrustTrustRoot). 14:01:13.005 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.006 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:13.007 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.008 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:13.009 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.009 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.019 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.020 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.020 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36374] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.020 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36374, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.021 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36374] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.022 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.025 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgJq2//xbahuPiy9iu0HQ2xKEeQz13MiDOb0XIO7ZF hSkEMNvlSLS2cmWVzuZ8u3/zgQWTmMhHMElONZSvfe8eQSYmRCsKnGAC5azGO+Zv xgUlkqEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (47ms, testOpenSslServerChainTrustAll). 14:01:13.059 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.060 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:13.060 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.061 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.074 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.075 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.076 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43972] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.076 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43972] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.076 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43972, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.078 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.081 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQggySHJdakD35O7e53RGUq2FboGBk/J6igQ/K77QPT 3HsEMPylY4BfTCvTATt93ZrAzdWepxm5l2LWmXF8JtChAHMlFsnCLw5gM4QmEC4i /ZnmH6EGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (24ms, testOpenSslServerChainTrustRoot). 14:01:13.089 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.089 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.098 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.099 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.099 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37910] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.099 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37910, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.099 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37910] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.101 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.104 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQg9NAQrllDEhHvR2QEKbbVqyzjsFy+OxZnY2ARhnmg nlkEMNl14ao8JxsTYBEecjRT0ztqWJ/dgtCjFOXeMlkbJx7EVI0H4Z+WmvqID6Qx 1eYhl6EGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (20ms, testOpenSslServerCertTrustCa). 14:01:13.150 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.151 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -keymatexport EXPERIMENTAL_TEST verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.157 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.158 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.159 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:34863] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.159 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:34863, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.159 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:34863] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCBC9GxYweHCOR1YqA7LvXxYOJORdQ54SmmFx8zxUZ/Q ZQQw3PW+EKMOnanjQziPgja67Y1EG4gM4Ti+lCbcXKnFv3o/Wg3kxl3C3TLqWd1i 6rRPoQYCBGYRVamiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS supported Keying material exporter: Label: 'EXPERIMENTAL_TEST' Length: 20 bytes Keying material: A647852B9AFB582BC9144A18A308C6F033983D9D Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (10ms, testOpenSslServerExportKeyMaterial). 14:01:13.165 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.166 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.177 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.177 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.178 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42488] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.178 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42488, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.178 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42488] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.180 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.183 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQghFu9Y6dqRclXfRBs5bs8w9aR3J+DOS89NZAT3oA5 CcwEMBhU/KXD3ZU5eiU26ACh3uCsowlzzBS5ocn8P0iWtRnEW2GOlJuLuodbovJN JhidkKEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256 Shared Elliptic groups: P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (22ms, testOpenSslServerPrime256v1). 14:01:13.191 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.191 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.202 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.202 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.203 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:48131] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.203 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:48131] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.203 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:48131, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.205 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.208 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgb1DSuZts+rftF9AfFKi3+F/tPE9fM6pTkRe2o279 hIUEMLssvCEwoq3IZm3O5Uyd5Dj10K7x8u9hevpg0I4rLTYoYPVSH0BRiXGkSXhl zIt06KEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: X25519:P-256 Shared Elliptic groups: X25519:P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (63ms, testOpenSslServerX25519). 14:01:13.257 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.258 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.267 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.268 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.268 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52363] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.268 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52363, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.269 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52363] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.271 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.274 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgWjbXcq2sMhURnUt4w8l+WPTHbQ74Ud1bD8vgOJGR pqgEMGYxb8tyFpbUIat2anfyG4N7PgcsjTutmu10dNVVyTGn/rHlpga+pAUTtS1a sp12j6EGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (25ms, testOpenSslServerCertTrustAll). 14:01:13.286 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.287 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.297 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.298 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.299 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39989] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.299 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39989, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.299 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39989] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.301 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.304 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgU5yyt4ktf2L7OSgXBtqtOAAJUhDYSKCfmfBU1qD1 y0gEMGmld1rKXyGoEjjsq+Q0nizoR4fP7SjPJ1ksIQcDAsKdl+IugTJ+UGyRDOMp XIYg/6EGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: X448:P-256 Shared Elliptic groups: X448:P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (24ms, testOpenSslServerX448). 14:01:13.315 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.315 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.363 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.364 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.364 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:32811] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.365 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:32811] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.365 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:32811, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.367 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.370 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgADnoyiWzFEta/TXAJN2vdx403N/U37CmnNS+3p2k tr8EMAwOcZk2Jxn4qXvqQtL9gsuDJFwvBkp6tufCl5upJsjuch0zWab4XwJcUf5T js3HXKEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-384:P-256 Shared Elliptic groups: P-384:P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (29ms, testOpenSslServerSecP384r1). 14:01:13.382 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.383 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.389 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.390 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.391 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58625] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.391 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58625] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.391 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58625, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCBLlgVMUO2suS2Qz97nDHXBj94aQYnEFxA3KSP1ZkCf XAQwag27nWizOwE2YL1AoI50UzgIyqZ107Ip4cT3RjgV96MaMIPklavMWUwXuVu3 nc2voQYCBGYRVamiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (10ms, testOpenSslServerPsk). 14:01:13.396 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.396 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.406 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.406 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.407 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33680] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.407 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33680, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.407 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33680] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.409 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.411 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgrDE/X8FniwpOXhpok4n0NdaC1M69gltANqyEoHNW MdUEMA2tvPMyGsSZit21MC3h7jr8JK/G4P5HcpqfCQcSpHxNf48+q3OnKdP3tYia tjUvp6EGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (20ms, testOpenSslServerTrustTrustCa). 14:01:13.419 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.419 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.455 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.456 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.463 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41467] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.463 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41467] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.463 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41467, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.465 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.470 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICgAIBAQIDAP79BALArgQgseFilkRldgdSZX7WL5Ts9NLyMtTarPse35tEhwpm QJwEMHYd0HmwgDrzh/o4bDyeG9ycMz/8tSM+LfEO+vgAf304JexJcfcWH2GdSHB+ 2FS+lqEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAArQMCAQE= -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (58ms, testOpenSslServerTrustTrustRoot). 14:01:13.481 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:13.481 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0:PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -cert serverCaRsa.pem -no-CAfile -cert_chain caRsaTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 14:01:13.492 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.493 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.494 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53468] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.494 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53468, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.494 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53468] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.496 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:13.498 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgIFNu7Zko2ka8fCbwhwhW5uXnxJwWxVtAJHWs4HyY hyYEMIuweNWTfaeVogwJw7m6yGW/xRdxJ797I7aOTteZzNNv44UigNq7wapBxHfb hogi8KEGAgRmEVWpogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (21ms, testOpenSslServerRsaChainTrustRoot). 14:01:13.505 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (2ms). [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.943 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest 14:01:13.516 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:13.517 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:13.518 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:13.519 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:13.519 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:13.519 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 245 bytes and written 411 bytes Verification: OK --- New, TLSv1.2, Cipher is PSK-AES128-CCM8 Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : PSK-AES128-CCM8 Session-ID: 7ACA2381BD577E22DFB69EF77CCE64119926C0BBE49508106FDD4CED835F56E0 Session-ID-ctx: Master-Key: FAA208BAAD57148687E758F967913BBB26162D321761AF0E0762A137535C3FF70401F470AFA4BAC0BD37120E21AE4583 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1712412073 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (505ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 14:01:14.058 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:14.059 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:14.060 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:14.061 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:14.062 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:14.062 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:14.062 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 258 bytes and written 411 bytes Verification: OK --- New, TLSv1.2, Cipher is PSK-AES128-CCM8 Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : PSK-AES128-CCM8 Session-ID: 07024A3EA576687F24BFB9D1847C43FA5B4077C453C935BF3C6AB06C8B009AB0 Session-ID-ctx: Master-Key: CA3560846867A69FB4A9093CC31F49174D557654BAE20B55924EF38449398DDF7A48ED34FC5A0DD262F8D7F130FF932B PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1712412074 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (510ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8). 14:01:14.576 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:14.576 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:14.577 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:14.578 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:14.579 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:14.579 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:14.579 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent Server Temp Key: X25519, 253 bits --- SSL handshake has read 341 bytes and written 508 bytes Verification: OK --- New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-PSK-AES128-CBC-SHA256 Session-ID: 857F4C7E3AE8B8F75DBA0CEA48616188C248C73827F149103F750F085D7127D3 Session-ID-ctx: Master-Key: 34D56581B67E4E2D99558C34E59F187A36B5ABD6DFA467E25DC16C2BB4E732B913ED73A0861FB9F9BE4770F0A5E2B474 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1712412074 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 14:01:15.095 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:15.096 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:15.096 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:15.097 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:15.098 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:15.098 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:15.098 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent Server Temp Key: X25519, 253 bits --- SSL handshake has read 367 bytes and written 508 bytes Verification: OK --- New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-PSK-AES128-CBC-SHA256 Session-ID: E5FF04D40FBB1EDE993FEF0B6BE694E8A1A7165F03E9E7A12634A7AE0C97B2E4 Session-ID-ctx: Master-Key: 601BA45D931DEE1BA0F0A84C9D53C92DF5112F1471B5E50C32CE1ED7E7D0CAC2D1E811E2382B0DEE1D963DA4BA074EF0 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1712412075 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (510ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 14:01:15.612 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:15.613 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:15.618 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:15.619 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:15.620 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:15.620 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:15.620 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:15.628 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:15.633 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1570 bytes and written 1103 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-GCM-SHA256 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-GCM-SHA256 Session-ID: 8070733F77051B7F1627B94ABB20169C4661E470F65A58E0F4A2738A50E0E2C0 Session-ID-ctx: Master-Key: C7E9E262BE6BC529AE7A7FE028067329336FAEE56987291721A1A1046FF9452C8B81C8EADB588845F3BB7D7BB5496F6B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412075 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 14:01:16.141 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:16.142 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:16.145 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:16.146 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:16.147 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:16.147 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:16.147 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:16.154 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:16.159 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1622 bytes and written 1102 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-GCM-SHA256 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-GCM-SHA256 Session-ID: 1758D1CAD9BB327D03CB6B1E2EA0F0A645DE7B9E1E5101B269049BDE0860D2AA Session-ID-ctx: Master-Key: 87A5A0203B6681DE59DF8D6557A754B3F839FE609EE480A65A4D24CDCB071230DFDB3C48F7347372ABCB5DDB746837E2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412076 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 14:01:16.666 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:16.666 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:16.686 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:16.686 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:16.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:16.687 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:16.687 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:16.694 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:16.708 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3 WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R 805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA== -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1973 bytes and written 1103 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256 Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-GCM-SHA256 Session-ID: 416213BE3AC090C49A97F5C31E24C2A483EFB243201D21DB5F4A88B856A7D60C Session-ID-ctx: Master-Key: BE818A24D206BC7337F26EF8E7B408095555C183206DB04DD14E7E2D2CD4AC9AF93E3F1FBD5A3615E02094E60F55EBB8 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412076 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (525ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 14:01:17.215 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.216 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:17.224 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.225 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.226 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.226 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.226 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:17.233 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:17.242 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3 WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R 805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA== -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1999 bytes and written 1103 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256 Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-GCM-SHA256 Session-ID: 023EDBA68A501B00DA623D52CED06F680CB16822DF2BCD0A33797DCA09BF670F Session-ID-ctx: Master-Key: C7D74997344EBE982D181D4313A9058ABE9E265D94DE1AC3868FACCD9B8D743A28D1BB5F4269DD9FDA64E0F673A22655 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412077 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (520ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 14:01:17.749 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (3ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.239 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest 14:01:17.758 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.765 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.766 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.767 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46873] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.767 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46873, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.767 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46873] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCCnE8gkgJUYfRRmv2EtcQueVT8SOsdQsrxLvrMa5XDJ owQw0cFPpCZv9rxw4xZg5xcZFWEh5lEjWwmX4QBy3Qfs1jOyW971TZqrAIrrA6In rBmYoQYCBGYRVa2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (10ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 14:01:17.771 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.772 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.779 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.780 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.781 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35402] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.781 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35402, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.781 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35402] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDMR7FO9rOSOhAZccu+2xnJLhvNvrmhQcPUojfcEWdx JgQwXo8KBMWvVaexTRDmwNqRIPrwkrf2f3CBCtDgiimk0AWi5rhRMiV9nvrCEs+x 7krooQYCBGYRVa2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (10ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8). 14:01:17.785 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.786 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.792 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.793 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.793 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38817] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.793 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38817, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.793 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38817] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCCJP8zj3clDqjf6Vq0rCm9IztX69WUQ4+zzbvC1XWJb HAQwkFr20iaDljiSVJ8tOyqv+VDj7p/0cbbFzi13l8MVV6gasuYZxDH5HfB31jGE kL3DoQYCBGYRVa2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (12ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 14:01:17.800 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.801 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.807 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.808 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.809 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58110] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.809 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58110, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.809 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58110] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCD/pTA97ow1qNEiKD0jBWotfLwz4Va/k/KzCCHusRkN sQQwxr0L1FQ5fi4azO7ll0UOXyCmW13Z5vBX60rTiaDotzK5eyUeJVyun4ai2TlP KQxFoQYCBGYRVa2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (12ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 14:01:17.816 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.816 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.825 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.826 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.826 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33135] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.826 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33135] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.826 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33135, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.828 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:17.830 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALAKwQg8iArRIetMrPK8HjA5eEbkM+aRq3Xw/D36hLpACo/ lw8EMIAm6hqD/nTuH2Qa3fBzPOZonyUt5JpLFcKWKTUw2DvAYIfGoRdABjPCdhaK 4Eevo6EGAgRmEVWtogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-GCM-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (33ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 14:01:17.852 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.852 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.861 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.861 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.862 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56349] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.862 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56349, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.862 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56349] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.864 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:17.866 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALAKwQgRuaZP845EDgmPrnwUYBmDowpyZrr1PaQLREsdEHI RocEMMVmpxB7KdgmEBs+7o/ds7y36j4JOEEgHHUGQZ753W3BA1ki/p1JZe0B50uP jruE06EGAgRmEVWtogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-GCM-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-ECDSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (18ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 14:01:17.873 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.873 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert serverRsa.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.882 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.882 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.883 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36321] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.883 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36321, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.883 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36321] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.886 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:17.886 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALALwQgdQhX/BmUFzTxNy9RJEa56U2SJC5wyJdIUzP624lh htYEMJijE2hgInMvpP7Zo/twtw0qKkS0d87MetNSNgZ724GHxzDw3PiAr6tCl8Yk VOeHW6EGAgRmEVWtogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-GCM-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-RSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 14:01:17.894 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.894 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -dtls1_2 -4 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert serverRsa.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 14:01:17.903 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.903 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.904 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50827] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.904 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50827, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:17.904 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50827] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.907 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 14:01:17.908 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALALwQgGYAVuJsBsuqamKZ8WiWgF6kupqDxb4hcGjU3LX8N na8EMAX1WYK3ar09/Do+GSP1m243xGQmR9C6nhNY2zD4UIhPZStnqPmXJu9AC1Fm AfM3RKEGAgRmEVWtogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1 bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49 AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2 qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6 CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5 ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19 j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-GCM-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:X25519:X448:P-384 Shared Elliptic groups: P-256:X25519:X448:P-384 CIPHER is ECDHE-RSA-AES128-GCM-SHA256 Secure Renegotiation IS supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (18ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 14:01:17.915 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (2ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest 14:01:17.922 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:17.922 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.922 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:17.922 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:17.923 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:17.926 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:17.927 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:17.927 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.950 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 14:01:17.951 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:17.957 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:17.960 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1613 bytes and written 2121 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 051480D1BC445B78A748E59D2A71FD37B552E8CC9112D4FE206227C01A72F4AF Session-ID-ctx: Master-Key: 1B4191B3BC3519ED7A81EE66C2F702A1E451FB2D56AB2E6301A011B8AAD5B6FAB44CEC2F216BF8982323147602F0D126 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412077 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientChainTrustAll). 14:01:18.469 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.470 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:18.473 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:18.474 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:18.475 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:18.475 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:18.475 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 14:01:18.483 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:18.486 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1707 bytes and written 2122 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 146EABC2132C0DE54BC530DC993CFEA30639E903801DFB98EECF745085623982 Session-ID-ctx: Master-Key: 2DFB3757D22672196DD2352A46AB199F048B0AA27E0ABE74C7C315100A65620146C098DB943F38EE132DFA794051A896 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412078 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientChainTrustCa). 14:01:18.993 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.994 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:18.994 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.994 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:18.994 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.995 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:18.995 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.995 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:18.995 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:18.996 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:19.000 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:19.001 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:19.002 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:19.002 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:19.002 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 14:01:19.010 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1577 bytes and written 463 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 057E3B29B587BA2E4ECDD6F404D071192F1B8D9203121FA2706623D78CD7798C Session-ID-ctx: Master-Key: 90548F24DA172DA529E889E858ADA1E87F0F84825FAF76E96DA0B3000FFD7285623506CCD8EEE48113E74847D6C0ACD9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412079 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientUnauthenticated). 14:01:19.518 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:19.518 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:19.536 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:19.537 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:19.538 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:19.538 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:19.538 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -no-CAfile -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 14:01:19.545 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:19.550 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICIDCCAdKgAwIBAgIJALyoiM5f/jZDMAUGAytlcDBgMRQwEgYDVQQDEwtjZi1j YS1lZGRzYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIzMTAyNjA4MDgy OFoXDTI1MTAyNTA4MDgyOFowZDEYMBYGA1UEAxMPY2Ytc2VydmVyLWVkZHNhMRQw EgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNV BAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwKjAFBgMrZXADIQApaMQQ02fUpLdoD/EC qXB6YHerRX+/a/2wpcGPf3RvFaOBpDCBoTAdBgNVHQ4EFgQU9RoN0QulwYKjX3F8 oKrVm3zE4RkwCwYDVR0PBAQDAgeAMFIGA1UdEQRLMEmCCWxvY2FsaG9zdIcEfwAA AYcQAAAAAAAAAAAAAAAAAAAAAYIeY2FsaWZvcm5pdW0uZWNsaXBzZXByb2plY3Rz LmlvhwQjuSi2MB8GA1UdIwQYMBaAFDU54qiOF9gK/PlHCEfY4AzdqXmeMAUGAytl cANBAPddt+M+ptTdqK9c4TWEST2f5eSi3JQrR4MJvCqTu5VQhseoKYZH+kG6LioF 7Zl/ckeR4mFkbLluVZwd9vzcnAc= -----END CERTIFICATE----- subject=CN = cf-server-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca-eddsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256:Ed25519 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256:Ed25519 Peer signature type: Ed25519 Server Temp Key: X25519, 253 bits --- SSL handshake has read 1500 bytes and written 984 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 253 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: E9174A0CAD4E3DC4A25CD05BADC5CBFB1D5D73B63C3830009018E2320B4B5E90 Session-ID-ctx: Master-Key: 4D42F09B6A770DE3A8C1E4E7C91DF3C7DC67A5F5393CF49818726C8F8869119A03E52B5754CB94267AFD64F75C72BE57 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412079 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientEd25519). 14:01:20.056 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:20.057 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:20.060 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:20.061 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:20.062 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:20.062 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:20.062 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 14:01:20.070 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:20.074 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1709 bytes and written 2123 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 6C9E0D34513E785C7C0F20F6254A2E9A2CDD93046CEF14AD1819A9B49F6694A9 Session-ID-ctx: Master-Key: 1311ADB73A68EE5EB902EA6C2569FF50642EAD19CC6E250AA80626F306CAB898F38C4103A82FC04596334DC6A314D59B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412080 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientTrustTrustRoot). 14:01:20.581 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:20.582 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:20.585 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:20.586 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:20.587 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:20.587 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:20.587 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X448:prime256v1 14:01:20.595 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:20.600 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X448, 448 bits --- SSL handshake has read 1734 bytes and written 2145 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 8FB26A93F770DBA4ECE2792C473B0051DBF0B0469F4DE450AFDA9A0E9C22127B Session-ID-ctx: Master-Key: 72A6DB81240ACF8594F30D4F59FC18F43D3741053226CD8A1E0F138D3A4A16DD4948C40276BF78CBF04C763BC5979495 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412080 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientX448). 14:01:21.108 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:21.109 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:21.113 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:21.114 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:21.115 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:21.115 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:21.115 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 -keymatexport EXPERIMENTAL_TEST 14:01:21.122 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:21.126 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1615 bytes and written 1107 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 54C74A7B1775F9ED6CE6F5256CBFC6C5CBD7339CE683816EA2ED82CCA3F5D5A8 Session-ID-ctx: Master-Key: 0F0482D7412270F75D52A000BD270B3B9AC4EE957DBB58B106466E0B2412B4BCE07BCDA80FA96FE3759F01A73EE3D97F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412081 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes Keying material exporter: Label: 'EXPERIMENTAL_TEST' Length: 20 bytes Keying material: AF720F201E407F355BF39F034886B0D53A005131 --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, testOpenSslClientExportKeyMaterial). 14:01:21.633 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:21.633 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:21.642 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:21.643 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:21.644 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:21.644 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:21.644 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 14:01:21.652 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:21.659 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3 WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R 805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA== -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 2095 bytes and written 2443 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256 Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-GCM-SHA256 Session-ID: B6B5CB443477F0E860B4B1FAAE87837B91A6072DF78461BE483A53336721837B Session-ID-ctx: Master-Key: A8F4CE84515EB3B0408D10381BB6811C38B24FDC5D7EAC7380D2A5C927374E005A6BAAEFCBBAB374F42D5F40DCACA3F9 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412081 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (520ms, testOpenSslClientRsaCertificatChain). 14:01:22.167 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:22.168 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:22.171 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:22.172 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:22.172 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:22.172 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -CAfile trustStore.pem -build_chain 14:01:22.173 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA256 14:01:22.182 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:22.186 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256:Ed25519 Shared Requested Signature Algorithms: ECDSA+SHA256:Ed25519 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1712 bytes and written 1991 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 00390DDFD58A35E1441400A44F6D3C35E36978B7CA025F870BC5CF36A87729D4 Session-ID-ctx: Master-Key: 0E0FC11A414EA5313361E98788804708629ADF982D97826DA4935DDEFF7BD6A66F84D18A8375BB5E9DB723BADD8EAEA1 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412082 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientEdDsaCertificatChain). 14:01:22.695 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:22.696 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:22.700 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:22.701 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:22.709 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:22.709 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:22.709 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_out sess.pem -no_ticket 14:01:22.717 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1578 bytes and written 455 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: F68032C4D0BD4A2AF99F7FF91EE9BA25B4D9811FAFE73C70AD08DEE07AD9B702 Session-ID-ctx: Master-Key: 96AB4823830D9DDD701CB2C4CDD8E3AF3B4D01FF5A3340CAAD8D71C1BBD7BC848E0ECB8980B4704D6DB907A88701E31B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412082 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (512ms, testOpenSslClientUnauthenticatedFullhandshake). openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_in sess.pem -no_ticket 14:01:23.233 INFO [ResumingServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1586 bytes and written 515 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM Session-ID: C0F48FAEB63F66CB26FA0EA6BCC1AD801D82094493B71291258EF21736193374 Session-ID-ctx: Master-Key: 2D4EEA230D510C82851BCC271093EEFE441C4353CC65654038789ECA07AF77428F6A66F5C9F94BB784568E1E0857AA32 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412083 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientUnauthenticatedFullhandshake). 14:01:23.741 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:23.742 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:23.746 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:23.747 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:23.748 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:23.748 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:23.748 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:23.756 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:23.760 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1614 bytes and written 1107 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 7453B2243071A8F05FD0275CC11B67F9A482C256F627F4D1F27A76F427A054A0 Session-ID-ctx: Master-Key: A79E3A288CA621ECAA7F33187F48DB467066B8A028DC8B47672B746D76FF4C4B7854A5744F64ED2B22950442E74294B6 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412083 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientCertTrustAll). 14:01:24.266 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:24.267 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:24.271 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:24.272 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:24.273 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:24.273 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:24.273 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves secp384r1:prime256v1 14:01:24.282 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:24.289 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-384, 384 bits --- SSL handshake has read 1775 bytes and written 2186 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 10405FA9FEC22F829765B310D31971A09A530811CF820F567F019D8BBCE1C7F6 Session-ID-ctx: Master-Key: D3BAA3280D0D112DAFA092F7E44F7AE8DEC46A74532606F74CFC80F5AC068597C4D997E120A70E47360ACA4B9604B518 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412084 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (522ms, testOpenSslClientSecP384r1). 14:01:24.799 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:24.799 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:24.803 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:24.804 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:24.804 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:24.804 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:24.805 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves prime256v1 14:01:24.813 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:24.817 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1742 bytes and written 2151 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: DD6EF6D77617465E697F7D16E3BB8D8B19B09861CA52E2C223BEF7339AE3D3B0 Session-ID-ctx: Master-Key: 023453401D62D09E927A32C94A909178449BEC6CB93E81AE1BDD186148738169CE40F0A6B2EEC8EDE9F1DAE8FD1BEF56 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412084 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, testOpenSslClientPrime256v1). 14:01:25.325 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:25.326 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:25.330 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:25.330 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:25.331 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:25.331 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:25.331 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 14:01:25.340 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:25.344 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1708 bytes and written 2122 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: F6C365298E116C568DC176999A87D4772760B4AF591AD0C1CBCEF30E2A236C08 Session-ID-ctx: Master-Key: 88ED4D434DD428652DB04741C86E686934F3C8A0210D02A8637F1AB65392CAD9FB2DD1AF149984D65331EE4B8617CA23 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412085 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, testOpenSslClientTrustTrustCa). 14:01:25.852 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:25.853 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:25.856 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:25.857 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:25.858 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:25.858 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:25.858 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 14:01:25.866 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:25.870 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1615 bytes and written 2122 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: DB6318F1A5A4143E7A73BE8B037665BB7DE2B39D7A3E7CC27B5EDB89EF3FA1EA Session-ID-ctx: Master-Key: DA6F7CA2AEB12DA3AA9E054571163DAE6A44D87F84BB6B3608934D33753EDC52788D2C5655A485E660D25BBBF4580D7E PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412085 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientTrustTrustAll). 14:01:26.376 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:26.377 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:26.380 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:26.381 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:26.382 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:26.382 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:26.382 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 14:01:26.389 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:26.393 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1709 bytes and written 1107 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 7917A6498BF8951DF1A17AF02ED8570E903D074ADF0DEEF929787E2588522B27 Session-ID-ctx: Master-Key: D02FFBCD455D5573DD26240302ECF39D74DFF131CC939260304AAF0DD7F559CCA5B8835426C1DA1BF68ACA9EE1E65549 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412086 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientCertTrustCa). 14:01:26.900 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:26.901 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:26.904 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:26.905 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:26.906 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:26.906 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:26.906 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_out sess.pem -no_ticket 14:01:26.914 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1579 bytes and written 455 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 9B744760281D2FC96B72615E755B071F32F5668275DFAE05099C5DF5F5DE29A8 Session-ID-ctx: Master-Key: 0F699274E6E770A7105BD18E61360364A7AFDDA4362B761629F5A3CE9250717769D42369DDD51991E8D0B32F52897043 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412086 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientUnauthenticatedResumes). openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_in sess.pem -no_ticket Can't use SSL_get_servername CONNECTED(00000003) --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent --- SSL handshake has read 179 bytes and written 248 bytes Verification: OK --- Reused, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 9B744760281D2FC96B72615E755B071F32F5668275DFAE05099C5DF5F5DE29A8 Session-ID-ctx: Master-Key: 0F699274E6E770A7105BD18E61360364A7AFDDA4362B761629F5A3CE9250717769D42369DDD51991E8D0B32F52897043 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412086 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (509ms, testOpenSslClientUnauthenticatedResumes). 14:01:27.934 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:27.934 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:27.938 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:27.939 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:27.940 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:27.940 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:27.940 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 14:01:27.948 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:27.953 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDCjCCAfKgAwIBAgIIWfdw7nJIpZowDQYJKoZIhvcNAQELBQAwXjESMBAGA1UE AxMJY2YtY2EtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNs aXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2 MDgwODIxWhcNMjUxMDI1MDgwODIxWjBlMRkwFwYDVQQDExBjZi1zZXJ2ZXItY2Et cnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1Qx DzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjO PQMBBwNCAATsvXqWFn4xpoGMeJjo2VmaVYJ2Se7lr/dCkdPjH73TL+7ITV7Y8u+E zAbmWL3QyHLAivJyiUuoRMjhrr6dsDBfo4GPMIGMMB0GA1UdDgQWBBQjcpZSqTGv 1phpo59BgxIsvxzZJDALBgNVHQ8EBAMCB4AwPQYDVR0RBDYwNIIPbXkudGVzdC5z ZXJ2ZXIygglsb2NhbGhvc3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAEwHwYDVR0j BBgwFoAUfAvp8sPEv4igyeS72FAfPfpxqFcwDQYJKoZIhvcNAQELBQADggEBAApz 9NU/YTF4sX0wibZkpmRtvjt6XvMwBC7P/ndt/kn1GXim2gsd6c2pFKXulN+oWM6c 0E28dj7/cvhQtQWo4oqsavUfdn/CEXYNoBkZ/3fsXfOlF/lMYcRUhM/aREWejP7Q GEbMSFaStE5taOl2JWfNz0dyNUqy1qcTqAnTQNURiSuzVlw0Ptjxb48hHDNb8u/n dkHheJQg0kkHHyODulzxRA9bnpcH8b9WLB17apCT+FtOiCpMaP32LDqJrjw9jRJS Q1Ub1FXvr5Tc513mnhtlp6Mr/cKiR6fR+IzO4yba1caWpoPO/yhIgxg/xgCa8JFJ I4yTE5RHMZj4XiIFDKA= -----END CERTIFICATE----- subject=CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 2108 bytes and written 2043 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 3E254CD2183C02F63F4EBBFA8E3348D2B185383EB3A0DA4C2FF36C1DAA5B2127 Session-ID-ctx: Master-Key: 656386BC0B2FBF50ADC3451AB22BCBB9F36D3F59BBABD5712FF9687A8CD16B6FAA69CA3834A2070EF5501FF40C6A9776 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412087 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientMixedCertificatChain). 14:01:28.460 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:28.460 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:28.464 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:28.464 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:28.465 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:28.465 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:28.465 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 14:01:28.473 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:28.476 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1710 bytes and written 2122 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: F76F43B1EEB164F289F5D22E96A405241D59EB0DDCDA0A9A7E7CD32A7B3550C5 Session-ID-ctx: Master-Key: 033852A4299F3BA6FACC74C60C2A2B05C194B29F9621C5E176BCBD6D92AF9EE9DF929F774BF6BA4BF3C38B3405649CB2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412088 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, testOpenSslClientChainTrustRoot). 14:01:28.983 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 14:01:28.984 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 14:01:28.987 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 14:01:28.988 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 14:01:28.989 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 14:01:28.989 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 14:01:28.989 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 14:01:28.997 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 14:01:29.001 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC +rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 1710 bytes and written 2122 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: D3971A95D83554EA20DD0C8AF2715D54FC481203C314C24440B815F7D6F6F84E Session-ID-ctx: Master-Key: B004FE58D85D5B0E7CFA05288B1D3B2F9BAC70F186DB97EF4B2068BAAC2039C535B291ACC59023C5EDB6917BEE96D363 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1712412088 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientX25519). 14:01:29.508 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 21, Time elapsed: 11.629 s - in org.eclipse.californium.interoperability.test.tinydtls.TinydtlsServerInteroperabilityTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 81, Failures: 0, Errors: 0, Skipped: 27 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-interoperability-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-interoperability-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-interoperability-tests --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-interoperability-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 3.12.0-SNAPSHOT [19/39] [INFO] from californium-proxy2/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-proxy2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-proxy2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-proxy2 --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-proxy2 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.12.0-SNAPSHOT [20/39] [INFO] from cf-oscore/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-oscore --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-oscore/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,26] createCoapStack(java.lang.String,java.lang.String,org.eclipse.californium.elements.config.Configuration,org.eclipse.californium.core.network.Outbox,java.lang.Object) in org.eclipse.californium.core.network.CoapStackFactory has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-oscore --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-oscore --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-oscore --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-oscore/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-oscore --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 14:01:37.281 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 14:01:37.283 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 14:01:37.284 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. 14:01:37.376 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 14:01:37.388 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 14:01:37.390 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 14:01:37.391 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 14:01:37.466 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 14:01:37.472 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 14:01:37.473 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 14:01:37.474 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 14:01:37.483 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 14:01:37.487 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 14:01:37.488 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 14:01:37.489 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 14:01:37.491 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 14:01:37.492 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 14:01:37.550 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 14:01:37.551 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 14:01:37.553 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 14:01:37.579 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 14:01:37.584 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-main/cf-oscore/Californium3.properties 14:01:37.655 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 14:01:37.659 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.660 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.666 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.670 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.670 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 14:01:37.670 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:37.672 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.672 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 14:01:37.672 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.673 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.674 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.675 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.675 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.682 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.683 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 14:01:37.684 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.685 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.686 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.686 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.688 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.688 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 14:01:37.688 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:37.689 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.689 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 14:01:37.751 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.751 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 14:01:37.753 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.753 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.754 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.755 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.755 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.758 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 14:01:37.758 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.759 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.761 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.761 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.761 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.762 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 14:01:37.763 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.764 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.765 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.765 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.766 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:37.766 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.768 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.768 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 14:01:37.769 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 14:01:37.770 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 14:01:37.770 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 14:01:37.772 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 14:01:37.772 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 14:01:37.773 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 14:01:37.774 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 14:01:37.774 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 14:01:37.775 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 14:01:37.779 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.780 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:37.785 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 14:01:37.792 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.795 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:37.796 [main] INFO org.eclipse.californium.ban - Started. 14:01:37.797 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:37.856 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:37.864 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:37.866 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:37.867 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:37.869 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:37.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:37.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 14:01:37.869 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:37.871 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:37.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:37.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:37.871 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 14:01:37.873 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.874 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:37.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:37.874 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:37.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:37.875 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:37.875 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:37.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:37.875 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:37.875 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 14:01:37.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:37.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:37.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:37.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:37.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 14:01:37.876 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 14:01:37.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 14:01:37.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L2, 127.0.0.1:8192] send request 14:01:37.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L2, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 14:01:37.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x190009484B54C4D3420F5E05}, 10 19 AC D4 62 CD DF 6E 82 DE 6A 0B 95 74 99 DD E2 BC 91 CC E5 72 27 28 21 2E CF 51 07 0F D3 F3 14:01:37.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L2, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-46424], CON-POST MID=46424, Token=null, OptionSet={"Object-Security":0x190009484B54C4D3420F5E05}, 10 19 AC D4 62 CD DF 6E 82 DE 6A 0B 95 74 99 DD E2 BC 91 CC E5 72 27 28 21 2E CF 51 07 0F D3 F3 14:01:37.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L2, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-C8B9B3295C8556BC], CON-POST MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x190009484B54C4D3420F5E05}, 10 19 AC D4 62 CD DF 6E 82 DE 6A 0B 95 74 99 DD E2 BC 91 CC E5 72 27 28 21 2E CF 51 07 0F D3 F3 14:01:37.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-46424], KeyToken[127.0.0.1:8192-C8B9B3295C8556BC]] 14:01:37.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8192 14:01:37.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x190009484B54C4D3420F5E05}, 10 19 AC D4 62 CD DF 6E 82 DE 6A 0B 95 74 99 DD E2 BC 91 CC E5 72 27 28 21 2E CF 51 07 0F D3 F3] 14:01:37.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 58 bytes from 127.0.0.1:8193 14:01:37.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-46424] 14:01:37.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 14:01:37.891 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193 14:01:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R3, 127.0.0.1:8193] send response null-4.04 MID= -1, Token=null, OptionSet={}, 14:01:37.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 14:01:37.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 14:01:37.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x101150EE634AEBBE3E0E51CACB352E55764279}, A4 AD 43 18 92 99 C3 A7 BA! 14:01:37.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193 14:01:37.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x101150EE634AEBBE3E0E51CACB352E55764279}, A4 AD 43 18 92 99 C3 A7 BA] 14:01:37.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 43 bytes from 127.0.0.1:8192 14:01:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 14:01:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x101150EE634AEBBE3E0E51CACB352E55764279}, : 14:01:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]! 14:01:37.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L2, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-C8B9B3295C8556BC] 14:01:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L2, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-46424] 14:01:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L2, 127.0.0.1:8192, complete] completed CON-GET MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=46424, Token=C8B9B3295C8556BC, OptionSet={"Object-Security":0x190009484B54C4D3420F5E05}, acked 10 19 AC D4 62 CD DF 6E 82 DE 6A 0B 95 74 99 DD E2 BC 91 CC E5 72 27 28 21 2E CF 51 07 0F D3 F3! 14:01:37.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 14:01:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818EE634AEBBE3E0E51CACB352E557642798763487FD2C9DE27}, 50 0D 5D A5 AC A1 C5 90 F4 4B BF BA F3 CC FB 14:01:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-46425], CON-POST MID=46425, Token=null, OptionSet={"Object-Security":0x19001A5818EE634AEBBE3E0E51CACB352E557642798763487FD2C9DE27}, 50 0D 5D A5 AC A1 C5 90 F4 4B BF BA F3 CC FB 14:01:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-7CEA73D7407A6647], CON-POST MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x19001A5818EE634AEBBE3E0E51CACB352E557642798763487FD2C9DE27}, 50 0D 5D A5 AC A1 C5 90 F4 4B BF BA F3 CC FB 14:01:37.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-46425], KeyToken[127.0.0.1:8192-7CEA73D7407A6647]] 14:01:37.901 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8192 14:01:37.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x19001A5818EE634AEBBE3E0E51CACB352E557642798763487FD2C9DE27}, 50 0D 5D A5 AC A1 C5 90 F4 4B BF BA F3 CC FB] 14:01:37.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 59 bytes from 127.0.0.1:8193 14:01:37.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-46425] 14:01:37.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 14:01:37.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:37.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 14:01:37.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 14:01:37.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x}, 87 74 09 33 B6 0D 06 3A AA 79 B8 70 96 B9 8F 52 1F E6 FF 32 3D 39! 14:01:37.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193 14:01:37.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x}, 87 74 09 33 B6 0D 06 3A AA 79 B8 70 96 B9 8F 52 1F E6 FF 32 3D 39] 14:01:37.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192 14:01:37.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 14:01:37.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 14:01:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-7CEA73D7407A6647] 14:01:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-46425] 14:01:37.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, 127.0.0.1:8192, complete] completed CON-GET MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=46425, Token=7CEA73D7407A6647, OptionSet={"Object-Security":0x19001A5818EE634AEBBE3E0E51CACB352E557642798763487FD2C9DE27}, acked 50 0D 5D A5 AC A1 C5 90 F4 4B BF BA F3 CC FB! ==[ CoAP Response ]============================================ MID : 46425 Token : 7CEA73D7407A6647 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 77 ms Payload: 12 Bytes =============================================================== 14:01:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5, 127.0.0.1:8192] send request 14:01:37.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 5D 51 24 1C AF EE 21 00 8E B1 0A 63 4E B9 26 14:01:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-46426], CON-POST MID=46426, Token=null, OptionSet={"Object-Security":0x0901}, 5D 51 24 1C AF EE 21 00 8E B1 0A 63 4E B9 26 14:01:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A47C462E7FE3FB21], CON-POST MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x0901}, 5D 51 24 1C AF EE 21 00 8E B1 0A 63 4E B9 26 14:01:37.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-46426], KeyToken[127.0.0.1:8192-A47C462E7FE3FB21]] 14:01:37.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8192 14:01:37.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x0901}, 5D 51 24 1C AF EE 21 00 8E B1 0A 63 4E B9 26] 14:01:37.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 31 bytes from 127.0.0.1:8193 14:01:37.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-46426] 14:01:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 14:01:37.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x}, 12 96 F7 3E 87 80 97 BD 6F BF 85 B1 DF E1 9D 87 85 9A 14 34 05 D1! 14:01:37.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193 14:01:37.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x}, 12 96 F7 3E 87 80 97 BD 6F BF 85 B1 DF E1 9D 87 85 9A 14 34 05 D1] 14:01:37.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192 14:01:37.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]! 14:01:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-A47C462E7FE3FB21] 14:01:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-46426] 14:01:37.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L5, 127.0.0.1:8192, complete] completed CON-GET MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=46426, Token=A47C462E7FE3FB21, OptionSet={"Object-Security":0x0901}, acked 5D 51 24 1C AF EE 21 00 8E B1 0A 63 4E B9 26! ==[ CoAP Response ]============================================ MID : 46426 Token : A47C462E7FE3FB21 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 14:01:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7, 127.0.0.1:8192] send request 14:01:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 4D B8 9A 7E 30 C8 C8 AF 0A 0B C4 B8 5B AA 82 14:01:37.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-46427], CON-POST MID=46427, Token=null, OptionSet={"Object-Security":0x0902}, 4D B8 9A 7E 30 C8 C8 AF 0A 0B C4 B8 5B AA 82 14:01:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-8C4DD54621B0A73D], CON-POST MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x0902}, 4D B8 9A 7E 30 C8 C8 AF 0A 0B C4 B8 5B AA 82 14:01:37.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-46427], KeyToken[127.0.0.1:8192-8C4DD54621B0A73D]] 14:01:37.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8192 14:01:37.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x0902}, 4D B8 9A 7E 30 C8 C8 AF 0A 0B C4 B8 5B AA 82] 14:01:37.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 31 bytes from 127.0.0.1:8193 14:01:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-46427] 14:01:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:37.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:37.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 14:01:37.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x}, 3C CF DD B4 2D 5F 57 75 30 58 37 81 F6 61 DE 57 FD 3E 76 CE 5B C8! 14:01:37.969 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193 14:01:37.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x}, 3C CF DD B4 2D 5F 57 75 30 58 37 81 F6 61 DE 57 FD 3E 76 CE 5B C8] 14:01:37.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192 14:01:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]! 14:01:37.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-8C4DD54621B0A73D] 14:01:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-46427] 14:01:37.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L7, 127.0.0.1:8192, complete] completed CON-GET MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=46427, Token=8C4DD54621B0A73D, OptionSet={"Object-Security":0x0902}, acked 4D B8 9A 7E 30 C8 C8 AF 0A 0B C4 B8 5B AA 82! ==[ CoAP Response ]============================================ MID : 46427 Token : 8C4DD54621B0A73D Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 14:01:37.971 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:37.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 14:01:37.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 14:01:37.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 14:01:37.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 14:01:37.972 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 14:01:37.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 14:01:37.972 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 14:01:37.973 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:37.973 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:37.973 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:37.973 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:37.973 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:37.974 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:37.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:37.974 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:37.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:37.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 14:01:37.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:37.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:37.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:37.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:37.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 14:01:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] send request 14:01:37.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-44722], CON-POST MID=44722, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:37.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-9C890536516D593D], CON-POST MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:37.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-44722], KeyToken[127.0.0.1:8194-9C890536516D593D]] 14:01:37.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8194 14:01:37.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 14:01:37.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 31 bytes from 127.0.0.1:8193 14:01:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-44722] 14:01:37.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 14:01:37.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:37.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:37.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 14:01:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 14:01:37.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x101150606B25ABA068832783DA17CF3D17C1B4}, 12 83 0D 46 A7 5D 0C 07 9D! 14:01:37.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193 14:01:37.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T20) 127.0.0.1:8,194 ==> :8,193 [ACK-2.04 MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x101150606B25ABA068832783DA17CF3D17C1B4}, 12 83 0D 46 A7 5D 0C 07 9D] 14:01:37.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 43 bytes from 127.0.0.1:8194 14:01:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client received response with server initiated re-derivation) 14:01:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x101150606B25ABA068832783DA17CF3D17C1B4}, : 14:01:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 14:01:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-9C890536516D593D] 14:01:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-44722] 14:01:37.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, 127.0.0.1:8194, complete] completed CON-GET MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=44722, Token=9C890536516D593D, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 44722 Token : 9C890536516D593D Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150606B25ABA068832783DA17CF3D17C1B4} RTT : 6 ms Payload: 0 Bytes =============================================================== 14:01:37.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8194] send request 14:01:37.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L11, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:37.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 14:01:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818606B25ABA068832783DA17CF3D17C1B442D16F3A789F688C}, 24 56 2E F5 6A C5 82 E5 C5 AD C7 9D 42 D0 08 14:01:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-44723], CON-POST MID=44723, Token=null, OptionSet={"Object-Security":0x19001A5818606B25ABA068832783DA17CF3D17C1B442D16F3A789F688C}, 24 56 2E F5 6A C5 82 E5 C5 AD C7 9D 42 D0 08 14:01:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L11, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-F051A27F3884CA7A], CON-POST MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x19001A5818606B25ABA068832783DA17CF3D17C1B442D16F3A789F688C}, 24 56 2E F5 6A C5 82 E5 C5 AD C7 9D 42 D0 08 14:01:37.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-44723], KeyToken[127.0.0.1:8194-F051A27F3884CA7A]] 14:01:37.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8194 14:01:37.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T25) 127.0.0.1:8,193 ==> :8,194 [CON-POST MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x19001A5818606B25ABA068832783DA17CF3D17C1B442D16F3A789F688C}, 24 56 2E F5 6A C5 82 E5 C5 AD C7 9D 42 D0 08] 14:01:37.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 59 bytes from 127.0.0.1:8193 14:01:37.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-44723] 14:01:37.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 14:01:37.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 14:01:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 14:01:37.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x}, B6 CE DE C3 24 B7 7E 70 78 D8 61 6C B2 8B DD A6 06 BF 3C F9 29 70! 14:01:37.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193 14:01:37.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T20) 127.0.0.1:8,194 ==> :8,193 [ACK-2.04 MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x}, B6 CE DE C3 24 B7 7E 70 78 D8 61 6C B2 8B DD A6 06 BF 3C F9 29 70] 14:01:37.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8194 14:01:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:37.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 14:01:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]! 14:01:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-F051A27F3884CA7A] 14:01:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L11, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-44723] 14:01:37.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L11, 127.0.0.1:8194, complete] completed CON-GET MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=44723, Token=F051A27F3884CA7A, OptionSet={"Object-Security":0x19001A5818606B25ABA068832783DA17CF3D17C1B442D16F3A789F688C}, acked 24 56 2E F5 6A C5 82 E5 C5 AD C7 9D 42 D0 08! ==[ CoAP Response ]============================================ MID : 44723 Token : F051A27F3884CA7A Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 14:01:37.989 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:37.990 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 14:01:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 14:01:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 14:01:37.990 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 14:01:37.990 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:37.990 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 14:01:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 14:01:37.990 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 14:01:37.990 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 14:01:37.991 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 14:01:38.052 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.052 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.052 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.052 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.052 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.053 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.053 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.053 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.053 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.053 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 14:01:38.053 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.054 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8195, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195 14:01:38.054 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.054 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.055 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.055 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.055 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 14:01:38.055 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.056 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8196, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.056 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.056 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196 14:01:38.056 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap 14:01:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8195] send request 14:01:38.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-27465], CON-POST MID=27465, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8195] added with generated token KeyToken[127.0.0.1:8195-C0D089C735D9A673], CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-27465], KeyToken[127.0.0.1:8195-C0D089C735D9A673]] 14:01:38.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8195 14:01:38.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T30) 127.0.0.1:8,196 ==> :8,195 [CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 14:01:38.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8195) received 41 bytes from 127.0.0.1:8196 14:01:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-27465] 14:01:38.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05 MID=27465, Token=null, OptionSet={}, "server responds hi" 14:01:38.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]! 14:01:38.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04 MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 14:01:38.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8196 14:01:38.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T33) 127.0.0.1:8,195 ==> :8,196 [NON-2.04 MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 14:01:38.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8196) received 42 bytes from 127.0.0.1:8195 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-27465] 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]! 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8195, complete] for token KeyToken[127.0.0.1:8195-C0D089C735D9A673] 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-27465] 14:01:38.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, 127.0.0.1:8195, complete] completed CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27465, Token=C0D089C735D9A673, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 14:01:38.062 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.062 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 14:01:38.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195 14:01:38.062 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ... 14:01:38.062 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1 14:01:38.062 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped. 14:01:38.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195 14:01:38.062 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.063 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.063 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 14:01:38.063 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196 14:01:38.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196 14:01:38.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ... 14:01:38.063 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0 14:01:38.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped. 14:01:38.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196 Start OSCoreAlgorithmsTest 14:01:38.064 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.064 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.064 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.064 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.064 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.065 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.065 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 14:01:38.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8197, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197 14:01:38.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 14:01:38.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8198, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198 14:01:38.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.067 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap 14:01:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8197] send request 14:01:38.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15, 127.0.0.1:8197] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8197] added with generated mid KeyMID[127.0.0.1:8197-9326], CON-POST MID= 9326, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15, 127.0.0.1:8197] added with generated token KeyToken[127.0.0.1:8197-9046C8D69BA1FA9E], CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-9326], KeyToken[127.0.0.1:8197-9046C8D69BA1FA9E]] 14:01:38.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8197 14:01:38.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T38) 127.0.0.1:8,198 ==> :8,197 [CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 14:01:38.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8197) received 49 bytes from 127.0.0.1:8198 14:01:38.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-9326] 14:01:38.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05 MID= 9326, Token=null, OptionSet={}, "server responds hi" 14:01:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]! 14:01:38.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04 MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 14:01:38.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8198 14:01:38.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T41) 127.0.0.1:8,197 ==> :8,198 [NON-2.04 MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 14:01:38.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8198) received 50 bytes from 127.0.0.1:8197 14:01:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-9326] 14:01:38.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]! 14:01:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8197, complete] for token KeyToken[127.0.0.1:8197-9046C8D69BA1FA9E] 14:01:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8197, complete] for MID KeyMID[127.0.0.1:8197-9326] 14:01:38.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, 127.0.0.1:8197, complete] completed CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 9326, Token=9046C8D69BA1FA9E, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 14:01:38.073 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 14:01:38.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ... 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped. 14:01:38.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197 14:01:38.074 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.074 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 14:01:38.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198 14:01:38.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ... 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0 14:01:38.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped. 14:01:38.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198 Start OSCoreAlgorithmsTest 14:01:38.075 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.075 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.076 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.076 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.076 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.076 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.076 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 14:01:38.076 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8199, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199 14:01:38.077 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.077 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.078 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.078 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 14:01:38.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8200, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200 14:01:38.078 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap 14:01:38.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8199] send request 14:01:38.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17, 127.0.0.1:8199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8199] added with generated mid KeyMID[127.0.0.1:8199-25808], CON-POST MID=25808, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17, 127.0.0.1:8199] added with generated token KeyToken[127.0.0.1:8199-1CAB972C528D172E], CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-25808], KeyToken[127.0.0.1:8199-1CAB972C528D172E]] 14:01:38.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8199 14:01:38.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T46) 127.0.0.1:8,200 ==> :8,199 [CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 14:01:38.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8199) received 41 bytes from 127.0.0.1:8200 14:01:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-25808] 14:01:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05 MID=25808, Token=null, OptionSet={}, "server responds hi" 14:01:38.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]! 14:01:38.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04 MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 14:01:38.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:38.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T49) 127.0.0.1:8,199 ==> :8,200 [NON-2.04 MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 14:01:38.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8200) received 42 bytes from 127.0.0.1:8199 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-25808] 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]! 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8199, complete] for token KeyToken[127.0.0.1:8199-1CAB972C528D172E] 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, 127.0.0.1:8199, complete] for MID KeyMID[127.0.0.1:8199-25808] 14:01:38.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L17, 127.0.0.1:8199, complete] completed CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=25808, Token=1CAB972C528D172E, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 14:01:38.083 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 14:01:38.083 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ... 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped. 14:01:38.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199 14:01:38.084 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.084 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 14:01:38.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200 14:01:38.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ... 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0 14:01:38.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped. 14:01:38.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200 Start OSCoreAlgorithmsTest 14:01:38.085 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.085 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.085 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.085 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.086 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.086 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.086 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.086 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 14:01:38.086 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.087 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8201, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.087 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201 14:01:38.087 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.087 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.087 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.087 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.087 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.150 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.150 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.150 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 14:01:38.150 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8202, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.151 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202 14:01:38.151 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap 14:01:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8201] send request 14:01:38.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19, 127.0.0.1:8201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8201] added with generated mid KeyMID[127.0.0.1:8201-27913], CON-POST MID=27913, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19, 127.0.0.1:8201] added with generated token KeyToken[127.0.0.1:8201-54069EADBE5B9B34], CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-27913], KeyToken[127.0.0.1:8201-54069EADBE5B9B34]] 14:01:38.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8201 14:01:38.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T54) 127.0.0.1:8,202 ==> :8,201 [CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 14:01:38.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8201) received 49 bytes from 127.0.0.1:8202 14:01:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-27913] 14:01:38.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05 MID=27913, Token=null, OptionSet={}, "server responds hi" 14:01:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]! 14:01:38.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04 MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 14:01:38.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8202 14:01:38.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T57) 127.0.0.1:8,201 ==> :8,202 [NON-2.04 MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 14:01:38.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 50 bytes from 127.0.0.1:8201 14:01:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27913] 14:01:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]! 14:01:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8201, complete] for token KeyToken[127.0.0.1:8201-54069EADBE5B9B34] 14:01:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, 127.0.0.1:8201, complete] for MID KeyMID[127.0.0.1:8201-27913] 14:01:38.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L19, 127.0.0.1:8201, complete] completed CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27913, Token=54069EADBE5B9B34, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 14:01:38.156 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 14:01:38.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201 14:01:38.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ... 14:01:38.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1 14:01:38.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped. 14:01:38.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201 14:01:38.156 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 14:01:38.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202 14:01:38.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202 14:01:38.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ... 14:01:38.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0 14:01:38.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped. 14:01:38.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202 Start OSCoreAlgorithmsTest 14:01:38.158 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 14:01:38.158 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest 14:01:38.160 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 14:01:38.161 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.162 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.162 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.162 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.162 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 14:01:38.163 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.163 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 14:01:38.163 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.163 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.164 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.164 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.164 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.164 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.164 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.164 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 14:01:38.164 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.165 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8204, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 14:01:38.165 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 14:01:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8203] send request 14:01:38.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-4205], CON-POST MID= 4205, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-10D0C90AA698F3FE], CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 14:01:38.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-4205], KeyToken[127.0.0.1:8203-10D0C90AA698F3FE]] 14:01:38.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8203 14:01:38.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 14:01:38.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8204 14:01:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-4205] 14:01:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8204] replace CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8204] send response NON-2.05 MID= 4205, Token=null, OptionSet={}, "server responds hi" 14:01:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8204, complete]! 14:01:38.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8204, complete] completed NON-2.04 MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 14:01:38.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8204 14:01:38.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T65) 127.0.0.1:8,203 ==> :8,204 [NON-2.04 MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 14:01:38.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 42 bytes from 127.0.0.1:8203 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-4205] 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]! 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-10D0C90AA698F3FE] 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-4205] 14:01:38.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, 127.0.0.1:8203, complete] completed CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 4205, Token=10D0C90AA698F3FE, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 14:01:38.170 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 14:01:38.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 14:01:38.170 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 14:01:38.170 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 14:01:38.170 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 14:01:38.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 14:01:38.170 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.170 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 14:01:38.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 14:01:38.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 14:01:38.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 14:01:38.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 14:01:38.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 14:01:38.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204 Start OSCoreAlgorithmsTest 14:01:38.172 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.172 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.172 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.173 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 14:01:38.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 14:01:38.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.173 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.174 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.174 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.174 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 14:01:38.174 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.174 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8206, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8206 14:01:38.175 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8206 for coap 14:01:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8205] send request 14:01:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-61029], CON-POST MID=61029, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-24A13D70F410FFA3], CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 14:01:38.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-61029], KeyToken[127.0.0.1:8205-24A13D70F410FFA3]] 14:01:38.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8205 14:01:38.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T70) 127.0.0.1:8,206 ==> :8,205 [CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 14:01:38.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 49 bytes from 127.0.0.1:8206 14:01:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-61029] 14:01:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8206] replace CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8206] send response NON-2.05 MID=61029, Token=null, OptionSet={}, "server responds hi" 14:01:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8206, complete]! 14:01:38.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8206, complete] completed NON-2.04 MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 14:01:38.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8206 14:01:38.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T73) 127.0.0.1:8,205 ==> :8,206 [NON-2.04 MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 14:01:38.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8206) received 50 bytes from 127.0.0.1:8205 14:01:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-61029] 14:01:38.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8205, complete]! 14:01:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-24A13D70F410FFA3] 14:01:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-61029] 14:01:38.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L23, 127.0.0.1:8205, complete] completed CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=61029, Token=24A13D70F410FFA3, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 14:01:38.179 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 14:01:38.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 14:01:38.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 14:01:38.180 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.180 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 14:01:38.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8206 14:01:38.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8206 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] stopping ... 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /0.0.0.0 14:01:38.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] has stopped. 14:01:38.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8206 Start OSCoreAlgorithmsTest 14:01:38.181 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.181 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.181 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.181 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.182 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.182 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.182 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 14:01:38.182 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.183 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8207, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 14:01:38.183 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.183 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.184 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.184 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.184 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 14:01:38.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8208, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8208 14:01:38.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.184 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8208 for coap 14:01:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8207] send request 14:01:38.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-22456], CON-POST MID=22456, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-CC5DB2C583E12E87], CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 14:01:38.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-22456], KeyToken[127.0.0.1:8207-CC5DB2C583E12E87]] 14:01:38.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8207 14:01:38.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T78) 127.0.0.1:8,208 ==> :8,207 [CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 14:01:38.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 41 bytes from 127.0.0.1:8208 14:01:38.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-22456] 14:01:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8208] replace CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8208] send response NON-2.05 MID=22456, Token=null, OptionSet={}, "server responds hi" 14:01:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8208, complete]! 14:01:38.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8208, complete] completed NON-2.04 MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 14:01:38.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8208 14:01:38.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T81) 127.0.0.1:8,207 ==> :8,208 [NON-2.04 MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 14:01:38.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8208) received 42 bytes from 127.0.0.1:8207 14:01:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-22456] 14:01:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8207, complete]! 14:01:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-CC5DB2C583E12E87] 14:01:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-22456] 14:01:38.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8207, complete] completed CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=22456, Token=CC5DB2C583E12E87, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 14:01:38.189 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 14:01:38.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 14:01:38.189 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 14:01:38.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 14:01:38.189 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 14:01:38.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 14:01:38.189 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.189 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 14:01:38.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8208 14:01:38.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8208 14:01:38.189 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8208] stopping ... 14:01:38.190 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /0.0.0.0 14:01:38.190 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8208] has stopped. 14:01:38.190 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8208 Start OSCoreAlgorithmsTest 14:01:38.191 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.191 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.191 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.191 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.191 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.191 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.192 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 14:01:38.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8209, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209 14:01:38.192 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.192 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.192 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.193 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.193 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.193 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.193 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.193 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.193 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 14:01:38.193 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.193 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.193 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 14:01:38.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.193 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap 14:01:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8209] send request 14:01:38.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:38.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-6507], CON-POST MID= 6507, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-08E45D373A3186F5], CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 14:01:38.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-6507], KeyToken[127.0.0.1:8209-08E45D373A3186F5]] 14:01:38.251 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8209 14:01:38.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T86) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 14:01:38.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 49 bytes from 127.0.0.1:8210 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-6507] 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8210] replace CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x}, "client says hi" server received request 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8210] send response NON-2.05 MID= 6507, Token=null, OptionSet={}, "server responds hi" 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8210, complete]! 14:01:38.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8210, complete] completed NON-2.04 MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 14:01:38.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8210 14:01:38.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T89) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 14:01:38.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 50 bytes from 127.0.0.1:8209 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-6507] 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8209, complete]! 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-08E45D373A3186F5] 14:01:38.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-6507] 14:01:38.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8209, complete] completed CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6507, Token=08E45D373A3186F5, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 14:01:38.254 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 14:01:38.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ... 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped. 14:01:38.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209 14:01:38.254 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 14:01:38.254 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:38.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 14:01:38.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 14:01:38.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 14:01:38.254 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 14:01:38.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 Start OSCoreAlgorithmsTest 14:01:38.255 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 14:01:38.256 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:38.256 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 14:01:38.257 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.257 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.257 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.258 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 14:01:38.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8211, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211 14:01:38.259 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.259 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:38.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:38.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.259 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:38.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 14:01:38.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8212, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:38.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8212 14:01:38.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:38.260 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8212 for coap 14:01:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 14:01:38.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8211] send request 14:01:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 14:01:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8211] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x190009489888D048BD29D7BF}, 95 6A 18 D7 F1 10 DF 6F 3C 1B 44 34 85 AD 83 44 D5 58 D8 35 EA B4 19 86 F7 A0 AB DA 05 98 C7 68 14:01:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-17912], CON-POST MID=17912, Token=null, OptionSet={"Object-Security":0x190009489888D048BD29D7BF}, 95 6A 18 D7 F1 10 DF 6F 3C 1B 44 34 85 AD 83 44 D5 58 D8 35 EA B4 19 86 F7 A0 AB DA 05 98 C7 68 14:01:38.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-3C590F3AE8E2329D], CON-POST MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x190009489888D048BD29D7BF}, 95 6A 18 D7 F1 10 DF 6F 3C 1B 44 34 85 AD 83 44 D5 58 D8 35 EA B4 19 86 F7 A0 AB DA 05 98 C7 68 14:01:38.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17912], KeyToken[127.0.0.1:8211-3C590F3AE8E2329D]] 14:01:38.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8211 14:01:38.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x190009489888D048BD29D7BF}, 95 6A 18 D7 F1 10 DF 6F 3C 1B 44 34 85 AD 83 44 D5 58 D8 35 EA B4 19 86 F7 A0 AB DA 05 98 C7 68] 14:01:38.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 58 bytes from 127.0.0.1:8212 14:01:38.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-17912] 14:01:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8212] replace CON-POST MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 14:01:38.263 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8212 14:01:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8212] send response null-4.04 MID= -1, Token=null, OptionSet={}, 14:01:38.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 14:01:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8212, complete]! 14:01:38.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8212, complete] completed ACK-2.04 MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x1011504768B03BCFDDA0483DEDBFE11EFDA886}, 0C 70 AF 4C D8 9E 99 03 CB! 14:01:38.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8212 14:01:38.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04 MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x1011504768B03BCFDDA0483DEDBFE11EFDA886}, 0C 70 AF 4C D8 9E 99 03 CB] 14:01:38.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 43 bytes from 127.0.0.1:8211 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x1011504768B03BCFDDA0483DEDBFE11EFDA886}, : 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8211, complete]! 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-3C590F3AE8E2329D] 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-17912] 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, 127.0.0.1:8211, complete] completed CON-GET MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=17912, Token=3C590F3AE8E2329D, OptionSet={"Object-Security":0x190009489888D048BD29D7BF}, acked 95 6A 18 D7 F1 10 DF 6F 3C 1B 44 34 85 AD 83 44 D5 58 D8 35 EA B4 19 86 F7 A0 AB DA 05 98 C7 68! 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8211] send request 14:01:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 14:01:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8211] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A58184768B03BCFDDA0483DEDBFE11EFDA886F07382659C79082C}, 63 4E 7F 94 B2 8B 58 A3 27 1F 8D 2A 2D 6E DB 14:01:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-17913], CON-POST MID=17913, Token=null, OptionSet={"Object-Security":0x19001A58184768B03BCFDDA0483DEDBFE11EFDA886F07382659C79082C}, 63 4E 7F 94 B2 8B 58 A3 27 1F 8D 2A 2D 6E DB 14:01:38.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-2C92A8CEE9717A4F], CON-POST MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x19001A58184768B03BCFDDA0483DEDBFE11EFDA886F07382659C79082C}, 63 4E 7F 94 B2 8B 58 A3 27 1F 8D 2A 2D 6E DB 14:01:38.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17913], KeyToken[127.0.0.1:8211-2C92A8CEE9717A4F]] 14:01:38.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8211 14:01:38.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x19001A58184768B03BCFDDA0483DEDBFE11EFDA886F07382659C79082C}, 63 4E 7F 94 B2 8B 58 A3 27 1F 8D 2A 2D 6E DB] 14:01:38.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 59 bytes from 127.0.0.1:8212 14:01:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-17913] 14:01:38.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 14:01:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8212] replace CON-POST MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8212] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:38.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 14:01:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8212, complete]! 14:01:38.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8212, complete] completed ACK-2.04 MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x}, D0 5D 8F 46 A7 D6 F2 69 D6 1B 2D 85 42 52 F6 8D A6 5E 7C 82 84 0E! 14:01:38.269 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212 14:01:38.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04 MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x}, D0 5D 8F 46 A7 D6 F2 69 D6 1B 2D 85 42 52 F6 8D A6 5E 7C 82 84 0E] 14:01:38.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8211, complete]! 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-2C92A8CEE9717A4F] 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-17913] 14:01:38.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8211, complete] completed CON-GET MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17913, Token=2C92A8CEE9717A4F, OptionSet={"Object-Security":0x19001A58184768B03BCFDDA0483DEDBFE11EFDA886F07382659C79082C}, acked 63 4E 7F 94 B2 8B 58 A3 27 1F 8D 2A 2D 6E DB! ==[ CoAP Response ]============================================ MID : 17913 Token : 2C92A8CEE9717A4F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 9 ms Payload: 12 Bytes =============================================================== 14:01:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8211] send request 14:01:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8211] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, F3 22 D6 B1 AC 69 5B 66 F6 3E 27 20 17 5A 0A 14:01:38.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-17914], CON-POST MID=17914, Token=null, OptionSet={"Object-Security":0x0901}, F3 22 D6 B1 AC 69 5B 66 F6 3E 27 20 17 5A 0A 14:01:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-B835BF8DB8C46681], CON-POST MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x0901}, F3 22 D6 B1 AC 69 5B 66 F6 3E 27 20 17 5A 0A 14:01:38.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17914], KeyToken[127.0.0.1:8211-B835BF8DB8C46681]] 14:01:38.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8211 14:01:38.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x0901}, F3 22 D6 B1 AC 69 5B 66 F6 3E 27 20 17 5A 0A] 14:01:38.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 31 bytes from 127.0.0.1:8212 14:01:38.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-17914] 14:01:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8212] replace CON-POST MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8212] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:38.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8212, complete]! 14:01:38.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8212, complete] completed ACK-2.04 MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x}, 16 97 BA 30 8C E5 9D 54 D8 79 2A CF 02 E6 25 05 17 E4 41 7F 40 E5! 14:01:38.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212 14:01:38.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04 MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x}, 16 97 BA 30 8C E5 9D 54 D8 79 2A CF 02 E6 25 05 17 E4 41 7F 40 E5] 14:01:38.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211 14:01:38.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8211, complete]! 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-B835BF8DB8C46681] 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-17914] 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8211, complete] completed CON-GET MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17914, Token=B835BF8DB8C46681, OptionSet={"Object-Security":0x0901}, acked F3 22 D6 B1 AC 69 5B 66 F6 3E 27 20 17 5A 0A! ==[ CoAP Response ]============================================ MID : 17914 Token : B835BF8DB8C46681 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8211] send request 14:01:38.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8211] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 01 8B 7C 71 33 B4 49 BB 70 78 0E 90 9F 44 30 14:01:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-17915], CON-POST MID=17915, Token=null, OptionSet={"Object-Security":0x0902}, 01 8B 7C 71 33 B4 49 BB 70 78 0E 90 9F 44 30 14:01:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-ECAC3267F9886271], CON-POST MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x0902}, 01 8B 7C 71 33 B4 49 BB 70 78 0E 90 9F 44 30 14:01:38.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-17915], KeyToken[127.0.0.1:8211-ECAC3267F9886271]] 14:01:38.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8211 14:01:38.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x0902}, 01 8B 7C 71 33 B4 49 BB 70 78 0E 90 9F 44 30] 14:01:38.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 31 bytes from 127.0.0.1:8212 14:01:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-17915] 14:01:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8212] replace CON-POST MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:38.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8212] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8212, complete]! 14:01:38.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8212, complete] completed ACK-2.04 MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x}, 19 6D 76 C9 25 EB 45 41 A6 CC 30 93 03 B0 AD 5D D5 66 0C F2 7A 56! 14:01:38.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212 14:01:38.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04 MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x}, 19 6D 76 C9 25 EB 45 41 A6 CC 30 93 03 B0 AD 5D D5 66 0C F2 7A 56] 14:01:38.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211 14:01:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8211, complete]! 14:01:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-ECAC3267F9886271] 14:01:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-17915] 14:01:38.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8211, complete] completed CON-GET MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=17915, Token=ECAC3267F9886271, OptionSet={"Object-Security":0x0902}, acked 01 8B 7C 71 33 B4 49 BB 70 78 0E 90 9F 44 30! ==[ CoAP Response ]============================================ MID : 17915 Token : ECAC3267F9886271 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 14:01:38.279 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.279 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211 14:01:38.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211 14:01:38.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ... 14:01:38.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1 14:01:38.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped. 14:01:38.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211 14:01:38.280 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 14:01:38.281 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:38.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:38.281 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:38.281 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:38.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:38.282 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:38.282 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:38.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:38.282 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 14:01:38.282 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:38.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:38.282 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:38.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:38.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213 14:01:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8213] send request 14:01:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8213] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8213] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:38.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28183], CON-POST MID=28183, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6832C4B869DE90E3], CON-POST MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 14:01:38.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28183], KeyToken[127.0.0.1:8213-6832C4B869DE90E3]] 14:01:38.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8213 14:01:38.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T102) 127.0.0.1:8,212 ==> :8,213 [CON-POST MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 14:01:38.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 31 bytes from 127.0.0.1:8212 14:01:38.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-28183] 14:01:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 14:01:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8212] replace CON-POST MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:38.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8212] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 14:01:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8212, complete]! 14:01:38.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8212, complete] completed ACK-2.04 MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x10115045EE5F9298616F49E20B43B063D23AFE}, 67 B0 43 FE F7 99 6B 42 0B! 14:01:38.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8212 14:01:38.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T97) 127.0.0.1:8,213 ==> :8,212 [ACK-2.04 MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x10115045EE5F9298616F49E20B43B063D23AFE}, 67 B0 43 FE F7 99 6B 42 0B] 14:01:38.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 43 bytes from 127.0.0.1:8213 14:01:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client received response with server initiated re-derivation) 14:01:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x10115045EE5F9298616F49E20B43B063D23AFE}, : 14:01:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8213, complete]! 14:01:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6832C4B869DE90E3] 14:01:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28183] 14:01:38.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8213, complete] completed CON-GET MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=28183, Token=6832C4B869DE90E3, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 28183 Token : 6832C4B869DE90E3 Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x10115045EE5F9298616F49E20B43B063D23AFE} RTT : 5 ms Payload: 0 Bytes =============================================================== 14:01:38.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8213] send request 14:01:38.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8213] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 14:01:38.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 14:01:38.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8213] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A581845EE5F9298616F49E20B43B063D23AFEE5B254FB3CF4B5AE}, A4 D2 4C F6 B0 06 D0 A6 D8 69 4E CA C0 17 7F 14:01:38.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28184], CON-POST MID=28184, Token=null, OptionSet={"Object-Security":0x19001A581845EE5F9298616F49E20B43B063D23AFEE5B254FB3CF4B5AE}, A4 D2 4C F6 B0 06 D0 A6 D8 69 4E CA C0 17 7F 14:01:38.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-808F47AB73D373B7], CON-POST MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x19001A581845EE5F9298616F49E20B43B063D23AFEE5B254FB3CF4B5AE}, A4 D2 4C F6 B0 06 D0 A6 D8 69 4E CA C0 17 7F 14:01:38.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28184], KeyToken[127.0.0.1:8213-808F47AB73D373B7]] 14:01:38.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8213 14:01:38.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T102) 127.0.0.1:8,212 ==> :8,213 [CON-POST MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x19001A581845EE5F9298616F49E20B43B063D23AFEE5B254FB3CF4B5AE}, A4 D2 4C F6 B0 06 D0 A6 D8 69 4E CA C0 17 7F] 14:01:38.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 59 bytes from 127.0.0.1:8212 14:01:38.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-28184] 14:01:38.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 14:01:38.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8212] replace CON-POST MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 14:01:38.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8212] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 14:01:38.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 14:01:38.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8212, complete]! 14:01:38.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8212, complete] completed ACK-2.04 MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x}, 0C A7 F8 E8 2B 36 86 67 24 4D 5A 2C 73 2C 49 06 C6 F6 8B EE 2C 7A! 14:01:38.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212 14:01:38.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T97) 127.0.0.1:8,213 ==> :8,212 [ACK-2.04 MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x}, 0C A7 F8 E8 2B 36 86 67 24 4D 5A 2C 73 2C 49 06 C6 F6 8B EE 2C 7A] 14:01:38.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8213 14:01:38.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:38.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 14:01:38.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8213, complete]! 14:01:38.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-808F47AB73D373B7] 14:01:38.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28184] 14:01:38.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8213, complete] completed CON-GET MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=28184, Token=808F47AB73D373B7, OptionSet={"Object-Security":0x19001A581845EE5F9298616F49E20B43B063D23AFEE5B254FB3CF4B5AE}, acked A4 D2 4C F6 B0 06 D0 A6 D8 69 4E CA C0 17 7F! ==[ CoAP Response ]============================================ MID : 28184 Token : 808F47AB73D373B7 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 14:01:38.294 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:38.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213 14:01:38.294 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213 14:01:38.295 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ... 14:01:38.295 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1 14:01:38.350 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped. 14:01:38.350 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213 14:01:38.350 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 14:01:38.350 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:38.351 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8212 14:01:38.351 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8212 14:01:38.351 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8212] stopping ... 14:01:38.351 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /0.0.0.0 14:01:38.351 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8212] has stopped. 14:01:38.351 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8212 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 14:01:38.357 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.358 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 14:01:38.360 [main] INFO org.eclipse.californium.elements.config.Configuration - loading properties from file /home/jenkins/agent/workspace/californium-main/cf-oscore/Californium3.properties 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.DEDUPLICATOR 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CONGESTION_CONTROL_ALGORITHM 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.RESPONSE_MATCHING 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PROBING_RATE 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STRICT_BLOCK1_OPTION 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STRICT_BLOCK2_OPTION 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_SERVER_RESPONSE_DELAY 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_LATENCY 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MARK_AND_SWEEP_INTERVAL 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_ENTITY_TOO_LARGE_AUTO_FAILOVER 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_CHECK_INTERVAL 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_CHECK_INTERVAL_COUNT 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MID_TACKER 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.RECEIVE_BUFFER_SIZE 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STATUS_LIFETIME 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NSTART 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.TCP_NUMBER_OF_BULK_BLOCKS 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_PEER_INACTIVITY_PERIOD 14:01:38.361 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CONGESTION_CONTROL_USE_INET_ADDRESS 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.DEDUPLICATOR_AUTO_REPLACE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.RECEIVER_THREAD_COUNT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PEERS_MARK_AND_SWEEP_MESSAGES 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MULTICAST_BASE_MID 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.EXCHANGE_LIFETIME 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_REREGISTRATION_BACKOFF 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_INIT_RANDOM 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.STRICT_EMPTY_MESSAGE_FORMAT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.SEND_BUFFER_SIZE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.CONNECTOR_OUT_CAPACITY 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.USE_MESSAGE_OFFLOADING 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load SYS.HEALTH_STATUS_INTERVAL 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PROTOCOL_STAGE_THREAD_COUNT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MID_TRACKER_GROUPS 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_RETRANSMIT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STATUS_INTERVAL 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_TIMEOUT_SCALE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_REUSE_TOKEN 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.TOKEN_SIZE_LIMIT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.SENDER_THREAD_COUNT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.LEISURE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PREFERRED_BLOCK_SIZE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_MESSAGE_SIZE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NON_LIFETIME 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_TRANSMIT_WAIT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_TIMEOUT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.COAP_PORT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_SERVER_OBSERVES 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CROP_ROTATION_PERIOD 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_RESOURCE_BODY_SIZE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_ACTIVE_PEERS 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.DATAGRAM_SIZE 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_ACK_TIMEOUT 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.USE_RANDOM_MID_START 14:01:38.362 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.COAP_SECURE_PORT 14:01:38.362 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 14:01:38.364 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.365 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.367 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.367 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.367 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 14:01:38.368 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:38.368 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.369 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 14:01:38.369 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.369 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.371 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.371 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.371 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.375 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.376 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 14:01:38.376 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.377 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.378 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.381 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.381 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 14:01:38.381 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:38.381 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.381 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 14:01:38.382 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.383 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 14:01:38.383 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.384 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.385 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.385 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.386 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.387 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 14:01:38.387 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.387 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.388 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.389 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.389 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.389 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 14:01:38.390 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.390 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.451 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.451 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.452 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 14:01:38.452 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:38.453 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:38.454 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 14:01:39.991 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:39.998 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 14:01:39.999 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 14:01:39.999 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 14:01:40.009 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 14:01:40.070 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 14:01:40.078 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 14:01:40.080 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 14:01:40.080 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 14:01:40.105 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 14:01:40.111 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 14:01:40.111 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 14:01:40.112 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 14:01:40.122 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.125 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.126 [main] INFO org.eclipse.californium.ban - Started. 14:01:40.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.136 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.160 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.164 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.166 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 14:01:40.167 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.169 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 14:01:40.170 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.170 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.171 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:40.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:40.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.172 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:40.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 14:01:40.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:40.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:40.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 14:01:40.180 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. 14:01:40.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 14:01:40.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:40.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56526], CON-POST MID=56526, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-CCE33B7CBA563F72], CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56526], KeyToken[127.0.0.1:8192-CCE33B7CBA563F72]] 14:01:40.198 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8192 14:01:40.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 14:01:40.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 107 bytes from 127.0.0.1:8193 14:01:40.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56526] 14:01:40.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 14:01:40.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:40.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:40.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 14:01:40.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 14:01:40.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 14:01:40.207 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 14:01:40.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 14:01:40.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 14:01:40.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 14:01:40.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56527], CON-POST MID=56527, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56526] 14:01:40.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-38399F14BE737832], CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-CCE33B7CBA563F72] 14:01:40.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56527], KeyToken[127.0.0.1:8192-38399F14BE737832]] 14:01:40.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 14:01:40.212 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 14:01:40.212 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 14:01:40.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56527] 14:01:40.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.213 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.213 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 14:01:40.213 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.213 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:40.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R3, 127.0.0.1:8193] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 14:01:40.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 14:01:40.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 14:01:40.215 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 14:01:40.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 14:01:40.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 14:01:40.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 14:01:40.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56527, Token=38399F14BE737832, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56528], CON-POST MID=56528, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56527] 14:01:40.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-0405EB7441B5F32E], CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-38399F14BE737832] 14:01:40.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56528], KeyToken[127.0.0.1:8192-0405EB7441B5F32E]] 14:01:40.218 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 14:01:40.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 14:01:40.219 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 14:01:40.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56528] 14:01:40.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 14:01:40.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:40.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 14:01:40.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 14:01:40.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 14:01:40.221 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 14:01:40.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 14:01:40.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 14:01:40.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 14:01:40.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56528, Token=0405EB7441B5F32E, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56529], CON-POST MID=56529, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56528] 14:01:40.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-880F9B2AC4464A78], CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-0405EB7441B5F32E] 14:01:40.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56529], KeyToken[127.0.0.1:8192-880F9B2AC4464A78]] 14:01:40.226 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 14:01:40.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 14:01:40.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 14:01:40.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56529] 14:01:40.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 14:01:40.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 14:01:40.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8193]], block1 transfers still in progress: 0 14:01:40.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 14:01:40.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 14:01:40.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 14:01:40.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 14:01:40.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 14:01:40.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8193 14:01:40.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 14:01:40.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 96 bytes from 127.0.0.1:8192 14:01:40.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 14:01:40.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 14:01:40.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 14:01:40.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:40.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56530], CON-POST MID=56530, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:40.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56529] 14:01:40.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-A4687EF98A31D20B], CON-POST MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:40.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-880F9B2AC4464A78] 14:01:40.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56530], KeyToken[127.0.0.1:8192-A4687EF98A31D20B]] 14:01:40.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 14:01:40.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56530] 14:01:40.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 14:01:40.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 14:01:40.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 14:01:40.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 14:01:40.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56530, Token=A4687EF98A31D20B, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56531], CON-POST MID=56531, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56530] 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-D42C9D691F58D3FE], CON-POST MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-A4687EF98A31D20B] 14:01:40.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56531], KeyToken[127.0.0.1:8192-D42C9D691F58D3FE]] 14:01:40.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 14:01:40.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56531] 14:01:40.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193] replace CON-POST MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 14:01:40.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193, complete]! 14:01:40.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 14:01:40.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 14:01:40.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56531, Token=D42C9D691F58D3FE, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:40.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56532], CON-POST MID=56532, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:40.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56531] 14:01:40.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-30CE80B99A6B15A1], CON-POST MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:40.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-D42C9D691F58D3FE] 14:01:40.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56532], KeyToken[127.0.0.1:8192-30CE80B99A6B15A1]] 14:01:40.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 14:01:40.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56532] 14:01:40.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 14:01:40.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 14:01:40.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 14:01:40.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 14:01:40.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:40.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56532, Token=30CE80B99A6B15A1, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:40.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:40.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:40.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56533], CON-POST MID=56533, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:40.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56532] 14:01:40.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-4824865BE618A501], CON-POST MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:40.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-30CE80B99A6B15A1] 14:01:40.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56533], KeyToken[127.0.0.1:8192-4824865BE618A501]] 14:01:40.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 14:01:40.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56533] 14:01:40.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193] replace CON-POST MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:40.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 14:01:40.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R9, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 14:01:40.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193, complete]! 14:01:40.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 14:01:40.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 14:01:40.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:40.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56533, Token=4824865BE618A501, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:40.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:40.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:40.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56534], CON-POST MID=56534, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:40.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56533] 14:01:40.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-8CE645D42DCA0A8C], CON-POST MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:40.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-4824865BE618A501] 14:01:40.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56534], KeyToken[127.0.0.1:8192-8CE645D42DCA0A8C]] 14:01:40.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 14:01:40.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56534] 14:01:40.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:40.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 14:01:40.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 14:01:40.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 14:01:40.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 14:01:40.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:40.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56534, Token=8CE645D42DCA0A8C, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:40.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56535], CON-POST MID=56535, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56534] 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-04F81CACE2573D98], CON-POST MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-8CE645D42DCA0A8C] 14:01:40.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56535], KeyToken[127.0.0.1:8192-04F81CACE2573D98]] 14:01:40.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 14:01:40.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56535] 14:01:40.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193] replace CON-POST MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:40.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 14:01:40.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193, complete]! 14:01:40.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 14:01:40.290 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 14:01:40.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56535, Token=04F81CACE2573D98, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:40.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:40.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:40.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-56536], CON-POST MID=56536, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:40.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-56535] 14:01:40.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with generated token KeyToken[127.0.0.1:8192-6C4AEB47F4BA7FBA], CON-POST MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:40.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-04F81CACE2573D98] 14:01:40.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-56536], KeyToken[127.0.0.1:8192-6C4AEB47F4BA7FBA]] 14:01:40.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 14:01:40.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T17) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 14:01:40.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 14:01:40.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-56536] 14:01:40.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:40.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 14:01:40.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 14:01:40.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 14:01:40.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 14:01:40.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 14:01:40.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 14:01:40.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:40.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8192]], block2 transfers still in progress: 0 14:01:40.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=56529, Token=880F9B2AC4464A78, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 14:01:40.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST MID=56536, Token=6C4AEB47F4BA7FBA, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 14:01:40.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 14:01:40.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for token KeyToken[127.0.0.1:8192-6C4AEB47F4BA7FBA] 14:01:40.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-56536] 14:01:40.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, 127.0.0.1:8192, complete] completed CON-POST MID=56526, Token=CCE33B7CBA563F72, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 14:01:40.298 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:40.298 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 14:01:40.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 14:01:40.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 14:01:40.299 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:40.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 14:01:40.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 14:01:40.299 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 14:01:40.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 14:01:40.300 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 14:01:40.351 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 14:01:40.353 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.353 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.353 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.353 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 14:01:40.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 14:01:40.354 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.355 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:40.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:40.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:40.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 14:01:40.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:40.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:40.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 14:01:40.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request 14:01:40.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:40.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:40.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-58124], CON-POST MID=58124, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:40.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-D8601608FBC1898F], CON-POST MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:40.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58124], KeyToken[127.0.0.1:8194-D8601608FBC1898F]] 14:01:40.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8194 14:01:40.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:40.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 34 bytes from 127.0.0.1:8195 14:01:40.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58124] 14:01:40.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195] replace CON-POST MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:40.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 14:01:40.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:40.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8195] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195, complete]! 14:01:40.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 14:01:40.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8195 14:01:40.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 14:01:40.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 94 bytes from 127.0.0.1:8194 14:01:40.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8194]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request 14:01:40.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:40.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-58125], CON-POST MID=58125, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:40.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-58124] 14:01:40.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-C4FDE0884284500B], CON-POST MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:40.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-D8601608FBC1898F] 14:01:40.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58125], KeyToken[127.0.0.1:8194-C4FDE0884284500B]] 14:01:40.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 14:01:40.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 14:01:40.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 14:01:40.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58125] 14:01:40.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195] replace CON-POST MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:40.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 14:01:40.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R15, 127.0.0.1:8195] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195, complete]! 14:01:40.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 14:01:40.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 14:01:40.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 14:01:40.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 14:01:40.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST MID=58125, Token=C4FDE0884284500B, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request 14:01:40.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:40.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-58126], CON-POST MID=58126, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:40.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-58125] 14:01:40.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-C0F5AEFD3E0D2247], CON-POST MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:40.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-C4FDE0884284500B] 14:01:40.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58126], KeyToken[127.0.0.1:8194-C0F5AEFD3E0D2247]] 14:01:40.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 14:01:40.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 14:01:40.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 14:01:40.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58126] 14:01:40.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195] replace CON-POST MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:40.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 14:01:40.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8195] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195, complete]! 14:01:40.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 14:01:40.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 14:01:40.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 14:01:40.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 14:01:40.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST MID=58126, Token=C0F5AEFD3E0D2247, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request 14:01:40.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:40.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-58127], CON-POST MID=58127, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:40.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-58126] 14:01:40.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-8C2992D4E4B9D6A7], CON-POST MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:40.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-C0F5AEFD3E0D2247] 14:01:40.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-58127], KeyToken[127.0.0.1:8194-8C2992D4E4B9D6A7]] 14:01:40.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 14:01:40.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 14:01:40.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 14:01:40.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-58127] 14:01:40.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195] replace CON-POST MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:40.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 14:01:40.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R17, 127.0.0.1:8195] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195, complete]! 14:01:40.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, 127.0.0.1:8195, complete] completed ACK-2.04 MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 14:01:40.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 14:01:40.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 14:01:40.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 14:01:40.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8194]], block2 transfers still in progress: 0 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST MID=58127, Token=8C2992D4E4B9D6A7, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194, complete]! 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-8C2992D4E4B9D6A7] 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-58127] 14:01:40.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, 127.0.0.1:8194, complete] completed CON-GET MID=58124, Token=D8601608FBC1898F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 14:01:40.378 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:40.378 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 14:01:40.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 14:01:40.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 14:01:40.378 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:40.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 14:01:40.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 14:01:40.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 14:01:40.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 14:01:40.379 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 14:01:40.379 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 14:01:40.381 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.381 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.381 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.382 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 14:01:40.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 14:01:40.382 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:40.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:40.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:40.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 14:01:40.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:40.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:40.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 14:01:40.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 14:01:40.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8196]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:40.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request 14:01:40.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-10872], CON-POST MID=10872, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-24060A53C3134E31], CON-POST MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:40.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-10872], KeyToken[127.0.0.1:8196-24060A53C3134E31]] 14:01:40.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8196 14:01:40.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 14:01:40.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 107 bytes from 127.0.0.1:8197 14:01:40.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-10872] 14:01:40.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197] replace CON-POST MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:40.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 14:01:40.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8197]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:40.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:40.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R19, 127.0.0.1:8197] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 14:01:40.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197, complete]! 14:01:40.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, 127.0.0.1:8197, complete] completed ACK-2.04 MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 14:01:40.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 14:01:40.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 14:01:40.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 14:01:40.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 14:01:40.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request 14:01:40.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-10873], CON-POST MID=10873, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-10872] 14:01:40.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0B1DC2C48050DC2], CON-POST MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:40.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-24060A53C3134E31] 14:01:40.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-10873], KeyToken[127.0.0.1:8196-C0B1DC2C48050DC2]] 14:01:40.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 14:01:40.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 14:01:40.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-10873] 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197] replace CON-POST MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:40.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8197] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 14:01:40.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197, complete]! 14:01:40.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8197, complete] completed ACK-2.04 MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 14:01:40.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 14:01:40.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 14:01:40.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 14:01:40.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST MID=10873, Token=C0B1DC2C48050DC2, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request 14:01:40.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-10874], CON-POST MID=10874, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-10873] 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-CCD0AAEA80466233], CON-POST MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-C0B1DC2C48050DC2] 14:01:40.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-10874], KeyToken[127.0.0.1:8196-CCD0AAEA80466233]] 14:01:40.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 14:01:40.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 14:01:40.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 14:01:40.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-10874] 14:01:40.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197] replace CON-POST MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R21, 127.0.0.1:8197] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197, complete]! 14:01:40.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, 127.0.0.1:8197, complete] completed ACK-2.04 MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 14:01:40.399 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 14:01:40.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 14:01:40.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 14:01:40.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 14:01:40.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST MID=10874, Token=CCD0AAEA80466233, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request 14:01:40.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-10875], CON-POST MID=10875, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-10874] 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C0E04A3E26F0440A], CON-POST MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-CCD0AAEA80466233] 14:01:40.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-10875], KeyToken[127.0.0.1:8196-C0E04A3E26F0440A]] 14:01:40.401 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 14:01:40.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 14:01:40.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 14:01:40.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-10875] 14:01:40.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197] replace CON-POST MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 14:01:40.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:40.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 14:01:40.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8197]], block1 transfers still in progress: 0 14:01:40.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8197] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 14:01:40.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197, complete]! 14:01:40.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8197, complete] completed ACK-2.04 MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 14:01:40.403 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 14:01:40.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 14:01:40.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196, complete]! 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-C0E04A3E26F0440A] 14:01:40.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-10875] 14:01:40.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L18, 127.0.0.1:8196, complete] completed CON-PUT MID=10872, Token=24060A53C3134E31, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=10875, Token=C0E04A3E26F0440A, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 14:01:40.405 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:40.405 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.405 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 14:01:40.405 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 14:01:40.405 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 14:01:40.405 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 14:01:40.405 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 14:01:40.405 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 14:01:40.405 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:40.405 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 14:01:40.406 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 14:01:40.406 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 14:01:40.406 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 14:01:40.406 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 14:01:40.406 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 14:01:40.406 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 14:01:40.406 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 14:01:40.408 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.408 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.408 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.408 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.408 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.450 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.450 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.450 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 14:01:40.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 14:01:40.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.451 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.451 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:40.451 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:40.452 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.452 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:40.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 14:01:40.452 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.452 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:40.452 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 14:01:40.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:40.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8198] send request 14:01:40.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8198] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 14:01:40.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8198, complete]! 14:01:40.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L23, 127.0.0.1:8198, complete] request [MID=-1, null] 14:01:40.457 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:40.457 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 14:01:40.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 14:01:40.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 14:01:40.457 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:40.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 14:01:40.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 14:01:40.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 14:01:40.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 14:01:40.459 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 14:01:40.459 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:40.459 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 14:01:40.461 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.461 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.461 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.461 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.461 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.462 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.462 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 14:01:40.462 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.462 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 14:01:40.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.463 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.463 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.463 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.463 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.463 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:40.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:40.463 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.463 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:40.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 14:01:40.463 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.463 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:40.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 14:01:40.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:40.464 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap 14:01:40.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24, 127.0.0.1:8200] send request 14:01:40.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27783], CON-POST MID=27783, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-FC425B51BD1C440B], CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27783], KeyToken[127.0.0.1:8200-FC425B51BD1C440B]] 14:01:40.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:40.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27783] 14:01:40.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201] replace CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25, 127.0.0.1:8201] send response NON-2.05 MID=27783, Token=null, OptionSet={}, "server responds hi" 14:01:40.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201, complete]! 14:01:40.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, 127.0.0.1:8201, complete] completed NON-2.04 MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:40.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:40.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27783] 14:01:40.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200, complete]! 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-FC425B51BD1C440B] 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27783] 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L24, 127.0.0.1:8200, complete] completed CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27783, Token=FC425B51BD1C440B, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26, 127.0.0.1:8200] send request 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27784], CON-POST MID=27784, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-D816DB34B98B7C30], CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27784], KeyToken[127.0.0.1:8200-D816DB34B98B7C30]] 14:01:40.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 14:01:40.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27784] 14:01:40.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201] replace CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27, 127.0.0.1:8201] send response NON-2.05 MID=27784, Token=null, OptionSet={}, "server responds hi" 14:01:40.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201, complete]! 14:01:40.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, 127.0.0.1:8201, complete] completed NON-2.04 MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 14:01:40.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 14:01:40.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27784] 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200, complete]! 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-D816DB34B98B7C30] 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27784] 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L26, 127.0.0.1:8200, complete] completed CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27784, Token=D816DB34B98B7C30, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28, 127.0.0.1:8200] send request 14:01:40.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27785], CON-POST MID=27785, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-6849FC52997D1CD0], CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27785], KeyToken[127.0.0.1:8200-6849FC52997D1CD0]] 14:01:40.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 14:01:40.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27785] 14:01:40.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201] replace CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29, 127.0.0.1:8201] send response NON-2.05 MID=27785, Token=null, OptionSet={}, "server responds hi" 14:01:40.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201, complete]! 14:01:40.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, 127.0.0.1:8201, complete] completed NON-2.04 MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 14:01:40.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 14:01:40.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27785] 14:01:40.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200, complete]! 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-6849FC52997D1CD0] 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27785] 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L28, 127.0.0.1:8200, complete] completed CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27785, Token=6849FC52997D1CD0, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8200] send request 14:01:40.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27786], CON-POST MID=27786, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-2CAE2133F34A514E], CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27786], KeyToken[127.0.0.1:8200-2CAE2133F34A514E]] 14:01:40.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 14:01:40.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27786] 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201] replace CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8201] send response NON-2.05 MID=27786, Token=null, OptionSet={}, "server responds hi" 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201, complete]! 14:01:40.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8201, complete] completed NON-2.04 MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 14:01:40.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 14:01:40.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27786] 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200, complete]! 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-2CAE2133F34A514E] 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27786] 14:01:40.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, 127.0.0.1:8200, complete] completed CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27786, Token=2CAE2133F34A514E, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 14:01:40.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32, 127.0.0.1:8200] send request 14:01:40.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27787], CON-POST MID=27787, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-DCE38FC6DE0C868B], CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27787], KeyToken[127.0.0.1:8200-DCE38FC6DE0C868B]] 14:01:40.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 14:01:40.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27787] 14:01:40.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201] replace CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33, 127.0.0.1:8201] send response NON-2.05 MID=27787, Token=null, OptionSet={}, "server responds hi" 14:01:40.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201, complete]! 14:01:40.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, 127.0.0.1:8201, complete] completed NON-2.04 MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 14:01:40.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 14:01:40.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27787] 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200, complete]! 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-DCE38FC6DE0C868B] 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27787] 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L32, 127.0.0.1:8200, complete] completed CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27787, Token=DCE38FC6DE0C868B, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34, 127.0.0.1:8200] send request 14:01:40.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27788], CON-POST MID=27788, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-78560322E14369BA], CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27788], KeyToken[127.0.0.1:8200-78560322E14369BA]] 14:01:40.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 14:01:40.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27788] 14:01:40.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201] replace CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35, 127.0.0.1:8201] send response NON-2.05 MID=27788, Token=null, OptionSet={}, "server responds hi" 14:01:40.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201, complete]! 14:01:40.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, 127.0.0.1:8201, complete] completed NON-2.04 MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 14:01:40.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 14:01:40.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27788] 14:01:40.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200, complete]! 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-78560322E14369BA] 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27788] 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L34, 127.0.0.1:8200, complete] completed CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27788, Token=78560322E14369BA, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36, 127.0.0.1:8200] send request 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27789], CON-POST MID=27789, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-C80AA8D21A389204], CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27789], KeyToken[127.0.0.1:8200-C80AA8D21A389204]] 14:01:40.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 14:01:40.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27789] 14:01:40.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201] replace CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37, 127.0.0.1:8201] send response NON-2.05 MID=27789, Token=null, OptionSet={}, "server responds hi" 14:01:40.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201, complete]! 14:01:40.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, 127.0.0.1:8201, complete] completed NON-2.04 MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 14:01:40.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 14:01:40.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27789] 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200, complete]! 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-C80AA8D21A389204] 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27789] 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L36, 127.0.0.1:8200, complete] completed CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27789, Token=C80AA8D21A389204, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L38, 127.0.0.1:8200] send request 14:01:40.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L38, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:40.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L38, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27790], CON-POST MID=27790, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:40.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L38, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-182468F022B0813F], CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:40.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27790], KeyToken[127.0.0.1:8200-182468F022B0813F]] 14:01:40.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200 14:01:40.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 14:01:40.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27790] 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201] replace CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R39, 127.0.0.1:8201] send response NON-2.05 MID=27790, Token=null, OptionSet={}, "server responds hi" 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201, complete]! 14:01:40.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R39, 127.0.0.1:8201, complete] completed NON-2.04 MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 14:01:40.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 14:01:40.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27790] 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200, complete]! 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L38, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-182468F022B0813F] 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L38, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27790] 14:01:40.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L38, 127.0.0.1:8200, complete] completed CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27790, Token=182468F022B0813F, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L40, 127.0.0.1:8200] send request 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L40, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L40, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27791], CON-POST MID=27791, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L40, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-30D36206F02C0CBD], CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:40.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27791], KeyToken[127.0.0.1:8200-30D36206F02C0CBD]] 14:01:40.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 14:01:40.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27791] 14:01:40.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201] replace CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R41, 127.0.0.1:8201] send response NON-2.05 MID=27791, Token=null, OptionSet={}, "server responds hi" 14:01:40.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201, complete]! 14:01:40.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R41, 127.0.0.1:8201, complete] completed NON-2.04 MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 14:01:40.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 14:01:40.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27791] 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200, complete]! 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L40, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-30D36206F02C0CBD] 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L40, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27791] 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L40, 127.0.0.1:8200, complete] completed CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27791, Token=30D36206F02C0CBD, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L42, 127.0.0.1:8200] send request 14:01:40.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L42, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:40.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L42, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27792], CON-POST MID=27792, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:40.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L42, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-1C79E0F427393FCE], CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:40.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27792], KeyToken[127.0.0.1:8200-1C79E0F427393FCE]] 14:01:40.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 14:01:40.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27792] 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201] replace CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R43, 127.0.0.1:8201] send response NON-2.05 MID=27792, Token=null, OptionSet={}, "server responds hi" 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201, complete]! 14:01:40.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R43, 127.0.0.1:8201, complete] completed NON-2.04 MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 14:01:40.499 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 14:01:40.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27792] 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200, complete]! 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L42, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-1C79E0F427393FCE] 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L42, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27792] 14:01:40.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L42, 127.0.0.1:8200, complete] completed CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27792, Token=1C79E0F427393FCE, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L44, 127.0.0.1:8200] send request 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L44, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L44, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27793], CON-POST MID=27793, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L44, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-A83F2FDE8E2B734C], CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:40.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27793], KeyToken[127.0.0.1:8200-A83F2FDE8E2B734C]] 14:01:40.501 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 14:01:40.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27793] 14:01:40.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201] replace CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45, 127.0.0.1:8201] send response NON-2.05 MID=27793, Token=null, OptionSet={}, "server responds hi" 14:01:40.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201, complete]! 14:01:40.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, 127.0.0.1:8201, complete] completed NON-2.04 MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 14:01:40.502 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 14:01:40.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27793] 14:01:40.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200, complete]! 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L44, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-A83F2FDE8E2B734C] 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L44, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27793] 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L44, 127.0.0.1:8200, complete] completed CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27793, Token=A83F2FDE8E2B734C, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L46, 127.0.0.1:8200] send request 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L46, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:40.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L46, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27794], CON-POST MID=27794, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:40.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L46, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-58B3221B0775525A], CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:40.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27794], KeyToken[127.0.0.1:8200-58B3221B0775525A]] 14:01:40.504 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.504 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 14:01:40.504 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27794] 14:01:40.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201] replace CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47, 127.0.0.1:8201] send response NON-2.05 MID=27794, Token=null, OptionSet={}, "server responds hi" 14:01:40.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201, complete]! 14:01:40.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, 127.0.0.1:8201, complete] completed NON-2.04 MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 14:01:40.505 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 14:01:40.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27794] 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200, complete]! 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L46, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-58B3221B0775525A] 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L46, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27794] 14:01:40.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L46, 127.0.0.1:8200, complete] completed CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27794, Token=58B3221B0775525A, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 14:01:40.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L48, 127.0.0.1:8200] send request 14:01:40.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L48, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:40.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L48, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27795], CON-POST MID=27795, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:40.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L48, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B467EA21278184C8], CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:40.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27795], KeyToken[127.0.0.1:8200-B467EA21278184C8]] 14:01:40.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 14:01:40.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27795] 14:01:40.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201] replace CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R49, 127.0.0.1:8201] send response NON-2.05 MID=27795, Token=null, OptionSet={}, "server responds hi" 14:01:40.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201, complete]! 14:01:40.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R49, 127.0.0.1:8201, complete] completed NON-2.04 MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 14:01:40.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 14:01:40.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27795] 14:01:40.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200, complete]! 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L48, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B467EA21278184C8] 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L48, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27795] 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L48, 127.0.0.1:8200, complete] completed CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27795, Token=B467EA21278184C8, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L50, 127.0.0.1:8200] send request 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L50, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:40.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L50, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27796], CON-POST MID=27796, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:40.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L50, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-A4CD20E442620DA5], CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:40.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27796], KeyToken[127.0.0.1:8200-A4CD20E442620DA5]] 14:01:40.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 14:01:40.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27796] 14:01:40.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201] replace CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R51, 127.0.0.1:8201] send response NON-2.05 MID=27796, Token=null, OptionSet={}, "server responds hi" 14:01:40.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201, complete]! 14:01:40.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R51, 127.0.0.1:8201, complete] completed NON-2.04 MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 14:01:40.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 14:01:40.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27796] 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200, complete]! 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L50, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-A4CD20E442620DA5] 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L50, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27796] 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L50, 127.0.0.1:8200, complete] completed CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27796, Token=A4CD20E442620DA5, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L52, 127.0.0.1:8200] send request 14:01:40.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L52, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:40.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L52, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27797], CON-POST MID=27797, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:40.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L52, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-2079E31B41207B4F], CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:40.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27797], KeyToken[127.0.0.1:8200-2079E31B41207B4F]] 14:01:40.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 14:01:40.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27797] 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201] replace CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R53, 127.0.0.1:8201] send response NON-2.05 MID=27797, Token=null, OptionSet={}, "server responds hi" 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201, complete]! 14:01:40.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R53, 127.0.0.1:8201, complete] completed NON-2.04 MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 14:01:40.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 14:01:40.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27797] 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200, complete]! 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L52, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-2079E31B41207B4F] 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L52, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27797] 14:01:40.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L52, 127.0.0.1:8200, complete] completed CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27797, Token=2079E31B41207B4F, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L54, 127.0.0.1:8200] send request 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L54, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L54, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27798], CON-POST MID=27798, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L54, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B099E3BD12421EA9], CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:40.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27798], KeyToken[127.0.0.1:8200-B099E3BD12421EA9]] 14:01:40.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200 14:01:40.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 14:01:40.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201 14:01:40.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27798] 14:01:40.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201] replace CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R55, 127.0.0.1:8201] send response NON-2.05 MID=27798, Token=null, OptionSet={}, "server responds hi" 14:01:40.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201, complete]! 14:01:40.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R55, 127.0.0.1:8201, complete] completed NON-2.04 MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 14:01:40.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 14:01:40.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27798] 14:01:40.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200, complete]! 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L54, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B099E3BD12421EA9] 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L54, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27798] 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L54, 127.0.0.1:8200, complete] completed CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27798, Token=B099E3BD12421EA9, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L56, 127.0.0.1:8200] send request 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L56, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:40.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L56, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27799], CON-POST MID=27799, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:40.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L56, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-3847DA99019ACA9D], CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:40.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27799], KeyToken[127.0.0.1:8200-3847DA99019ACA9D]] 14:01:40.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 14:01:40.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27799] 14:01:40.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201] replace CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R57, 127.0.0.1:8201] send response NON-2.05 MID=27799, Token=null, OptionSet={}, "server responds hi" 14:01:40.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201, complete]! 14:01:40.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R57, 127.0.0.1:8201, complete] completed NON-2.04 MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 14:01:40.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 14:01:40.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27799] 14:01:40.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200, complete]! 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L56, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-3847DA99019ACA9D] 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L56, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27799] 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L56, 127.0.0.1:8200, complete] completed CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27799, Token=3847DA99019ACA9D, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L58, 127.0.0.1:8200] send request 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L58, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:40.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L58, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27800], CON-POST MID=27800, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:40.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L58, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B0B78540E1BD74EC], CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:40.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27800], KeyToken[127.0.0.1:8200-B0B78540E1BD74EC]] 14:01:40.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 14:01:40.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27800] 14:01:40.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201] replace CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R59, 127.0.0.1:8201] send response NON-2.05 MID=27800, Token=null, OptionSet={}, "server responds hi" 14:01:40.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201, complete]! 14:01:40.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R59, 127.0.0.1:8201, complete] completed NON-2.04 MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 14:01:40.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 14:01:40.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27800] 14:01:40.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200, complete]! 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L58, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B0B78540E1BD74EC] 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L58, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27800] 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L58, 127.0.0.1:8200, complete] completed CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27800, Token=B0B78540E1BD74EC, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L60, 127.0.0.1:8200] send request 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L60, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:40.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L60, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27801], CON-POST MID=27801, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:40.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L60, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-DC814D84C0313E61], CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:40.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27801], KeyToken[127.0.0.1:8200-DC814D84C0313E61]] 14:01:40.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 14:01:40.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27801] 14:01:40.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201] replace CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61, 127.0.0.1:8201] send response NON-2.05 MID=27801, Token=null, OptionSet={}, "server responds hi" 14:01:40.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201, complete]! 14:01:40.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, 127.0.0.1:8201, complete] completed NON-2.04 MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 14:01:40.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 14:01:40.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27801] 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200, complete]! 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L60, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-DC814D84C0313E61] 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L60, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27801] 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L60, 127.0.0.1:8200, complete] completed CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27801, Token=DC814D84C0313E61, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L62, 127.0.0.1:8200] send request 14:01:40.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L62, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:40.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L62, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27802], CON-POST MID=27802, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:40.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L62, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-A0C1C74EB4C172F8], CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:40.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27802], KeyToken[127.0.0.1:8200-A0C1C74EB4C172F8]] 14:01:40.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 14:01:40.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27802] 14:01:40.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201] replace CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63, 127.0.0.1:8201] send response NON-2.05 MID=27802, Token=null, OptionSet={}, "server responds hi" 14:01:40.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201, complete]! 14:01:40.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, 127.0.0.1:8201, complete] completed NON-2.04 MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 14:01:40.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 14:01:40.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27802] 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200, complete]! 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L62, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-A0C1C74EB4C172F8] 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L62, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27802] 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L62, 127.0.0.1:8200, complete] completed CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27802, Token=A0C1C74EB4C172F8, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L64, 127.0.0.1:8200] send request 14:01:40.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L64, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:40.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L64, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27803], CON-POST MID=27803, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:40.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L64, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-0C8A1751B1EE8D62], CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:40.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27803], KeyToken[127.0.0.1:8200-0C8A1751B1EE8D62]] 14:01:40.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 14:01:40.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27803] 14:01:40.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201] replace CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65, 127.0.0.1:8201] send response NON-2.05 MID=27803, Token=null, OptionSet={}, "server responds hi" 14:01:40.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201, complete]! 14:01:40.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, 127.0.0.1:8201, complete] completed NON-2.04 MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 14:01:40.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 14:01:40.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27803] 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200, complete]! 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L64, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-0C8A1751B1EE8D62] 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L64, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27803] 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L64, 127.0.0.1:8200, complete] completed CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27803, Token=0C8A1751B1EE8D62, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L66, 127.0.0.1:8200] send request 14:01:40.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L66, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:40.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L66, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27804], CON-POST MID=27804, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:40.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L66, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-88D9B45D908B327A], CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:40.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27804], KeyToken[127.0.0.1:8200-88D9B45D908B327A]] 14:01:40.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 14:01:40.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27804] 14:01:40.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201] replace CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67, 127.0.0.1:8201] send response NON-2.05 MID=27804, Token=null, OptionSet={}, "server responds hi" 14:01:40.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201, complete]! 14:01:40.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, 127.0.0.1:8201, complete] completed NON-2.04 MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 14:01:40.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 14:01:40.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27804] 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200, complete]! 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L66, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-88D9B45D908B327A] 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L66, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27804] 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L66, 127.0.0.1:8200, complete] completed CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27804, Token=88D9B45D908B327A, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L68, 127.0.0.1:8200] send request 14:01:40.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L68, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:40.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L68, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27805], CON-POST MID=27805, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:40.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L68, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-EC7157674B412E30], CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:40.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27805], KeyToken[127.0.0.1:8200-EC7157674B412E30]] 14:01:40.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 14:01:40.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27805] 14:01:40.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201] replace CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R69, 127.0.0.1:8201] send response NON-2.05 MID=27805, Token=null, OptionSet={}, "server responds hi" 14:01:40.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201, complete]! 14:01:40.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R69, 127.0.0.1:8201, complete] completed NON-2.04 MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 14:01:40.584 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 14:01:40.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27805] 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200, complete]! 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L68, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-EC7157674B412E30] 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L68, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27805] 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L68, 127.0.0.1:8200, complete] completed CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27805, Token=EC7157674B412E30, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L70, 127.0.0.1:8200] send request 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L70, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:40.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L70, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27806], CON-POST MID=27806, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:40.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L70, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-188EF871C996ED67], CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:40.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27806], KeyToken[127.0.0.1:8200-188EF871C996ED67]] 14:01:40.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200 14:01:40.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 14:01:40.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201 14:01:40.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27806] 14:01:40.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201] replace CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R71, 127.0.0.1:8201] send response NON-2.05 MID=27806, Token=null, OptionSet={}, "server responds hi" 14:01:40.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201, complete]! 14:01:40.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R71, 127.0.0.1:8201, complete] completed NON-2.04 MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 14:01:40.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 14:01:40.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27806] 14:01:40.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200, complete]! 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L70, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-188EF871C996ED67] 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L70, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27806] 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L70, 127.0.0.1:8200, complete] completed CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27806, Token=188EF871C996ED67, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L72, 127.0.0.1:8200] send request 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L72, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:40.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L72, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27807], CON-POST MID=27807, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:40.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L72, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-3CE8DF39D23EE4A5], CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:40.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27807], KeyToken[127.0.0.1:8200-3CE8DF39D23EE4A5]] 14:01:40.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 14:01:40.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27807] 14:01:40.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201] replace CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73, 127.0.0.1:8201] send response NON-2.05 MID=27807, Token=null, OptionSet={}, "server responds hi" 14:01:40.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201, complete]! 14:01:40.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, 127.0.0.1:8201, complete] completed NON-2.04 MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 14:01:40.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 14:01:40.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27807] 14:01:40.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200, complete]! 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L72, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-3CE8DF39D23EE4A5] 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L72, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27807] 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L72, 127.0.0.1:8200, complete] completed CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27807, Token=3CE8DF39D23EE4A5, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L74, 127.0.0.1:8200] send request 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L74, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L74, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27808], CON-POST MID=27808, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:40.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L74, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-C47CA79C61E7F59F], CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:40.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27808], KeyToken[127.0.0.1:8200-C47CA79C61E7F59F]] 14:01:40.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 14:01:40.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27808] 14:01:40.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201] replace CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75, 127.0.0.1:8201] send response NON-2.05 MID=27808, Token=null, OptionSet={}, "server responds hi" 14:01:40.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201, complete]! 14:01:40.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, 127.0.0.1:8201, complete] completed NON-2.04 MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 14:01:40.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 14:01:40.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27808] 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200, complete]! 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L74, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-C47CA79C61E7F59F] 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L74, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27808] 14:01:40.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L74, 127.0.0.1:8200, complete] completed CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27808, Token=C47CA79C61E7F59F, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 14:01:40.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L76, 127.0.0.1:8200] send request 14:01:40.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L76, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:40.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L76, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27809], CON-POST MID=27809, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:40.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L76, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-5452CB2F880D26A8], CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:40.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27809], KeyToken[127.0.0.1:8200-5452CB2F880D26A8]] 14:01:40.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 14:01:40.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27809] 14:01:40.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201] replace CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R77, 127.0.0.1:8201] send response NON-2.05 MID=27809, Token=null, OptionSet={}, "server responds hi" 14:01:40.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201, complete]! 14:01:40.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R77, 127.0.0.1:8201, complete] completed NON-2.04 MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 14:01:40.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 14:01:40.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27809] 14:01:40.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200, complete]! 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L76, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-5452CB2F880D26A8] 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L76, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27809] 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L76, 127.0.0.1:8200, complete] completed CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27809, Token=5452CB2F880D26A8, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L78, 127.0.0.1:8200] send request 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L78, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L78, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27810], CON-POST MID=27810, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:40.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L78, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-E0887C0EA6C5728B], CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:40.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27810], KeyToken[127.0.0.1:8200-E0887C0EA6C5728B]] 14:01:40.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 14:01:40.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27810] 14:01:40.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201] replace CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R79, 127.0.0.1:8201] send response NON-2.05 MID=27810, Token=null, OptionSet={}, "server responds hi" 14:01:40.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201, complete]! 14:01:40.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R79, 127.0.0.1:8201, complete] completed NON-2.04 MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 14:01:40.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 14:01:40.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27810] 14:01:40.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200, complete]! 14:01:40.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L78, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-E0887C0EA6C5728B] 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L78, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27810] 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L78, 127.0.0.1:8200, complete] completed CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27810, Token=E0887C0EA6C5728B, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L80, 127.0.0.1:8200] send request 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L80, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L80, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27811], CON-POST MID=27811, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L80, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-0C74D305DA2DEC66], CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:40.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27811], KeyToken[127.0.0.1:8200-0C74D305DA2DEC66]] 14:01:40.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 14:01:40.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27811] 14:01:40.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201] replace CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81, 127.0.0.1:8201] send response NON-2.05 MID=27811, Token=null, OptionSet={}, "server responds hi" 14:01:40.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201, complete]! 14:01:40.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, 127.0.0.1:8201, complete] completed NON-2.04 MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 14:01:40.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 14:01:40.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27811] 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200, complete]! 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L80, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-0C74D305DA2DEC66] 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L80, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27811] 14:01:40.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L80, 127.0.0.1:8200, complete] completed CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27811, Token=0C74D305DA2DEC66, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L82, 127.0.0.1:8200] send request 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L82, 127.0.0.1:8200] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L82, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-27812], CON-POST MID=27812, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L82, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-30BCD4F85405F79E], CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:40.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-27812], KeyToken[127.0.0.1:8200-30BCD4F85405F79E]] 14:01:40.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200 14:01:40.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 14:01:40.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-27812] 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201] replace CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83, 127.0.0.1:8201] send response NON-2.05 MID=27812, Token=null, OptionSet={}, "server responds hi" 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201, complete]! 14:01:40.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, 127.0.0.1:8201, complete] completed NON-2.04 MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 14:01:40.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04 MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 14:01:40.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-27812] 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200, complete]! 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L82, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-30BCD4F85405F79E] 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L82, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-27812] 14:01:40.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L82, 127.0.0.1:8200, complete] completed CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27812, Token=30BCD4F85405F79E, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 14:01:40.605 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.606 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 14:01:40.606 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 14:01:40.606 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 14:01:40.606 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 14:01:40.606 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 14:01:40.606 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 14:01:40.606 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:40.606 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.606 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.607 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.607 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.607 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.607 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.607 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.607 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.607 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.607 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 14:01:40.607 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.607 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.608 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.608 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 14:01:40.608 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L84, 127.0.0.1:8202] send request 14:01:40.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L84, 127.0.0.1:8202] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:40.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L84, 127.0.0.1:8202] added with generated mid KeyMID[127.0.0.1:8202-59131], CON-POST MID=59131, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:40.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L84, 127.0.0.1:8202] added with generated token KeyToken[127.0.0.1:8202-C04A6E516765AE22], CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:40.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-59131], KeyToken[127.0.0.1:8202-C04A6E516765AE22]] 14:01:40.609 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202 14:01:40.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T57) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 14:01:40.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 41 bytes from 127.0.0.1:8201 14:01:40.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-59131] 14:01:40.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201] replace CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R85, 127.0.0.1:8201] send response NON-2.05 MID=59131, Token=null, OptionSet={}, "server responds hi" 14:01:40.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201, complete]! 14:01:40.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R85, 127.0.0.1:8201, complete] completed NON-2.04 MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 14:01:40.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T52) 127.0.0.1:8,202 ==> :8,201 [NON-2.04 MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 14:01:40.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-59131] 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202, complete]! 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L84, 127.0.0.1:8202, complete] for token KeyToken[127.0.0.1:8202-C04A6E516765AE22] 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L84, 127.0.0.1:8202, complete] for MID KeyMID[127.0.0.1:8202-59131] 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L84, 127.0.0.1:8202, complete] completed CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59131, Token=C04A6E516765AE22, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L86, 127.0.0.1:8202] send request 14:01:40.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L86, 127.0.0.1:8202] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:40.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L86, 127.0.0.1:8202] added with generated mid KeyMID[127.0.0.1:8202-59132], CON-POST MID=59132, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:40.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L86, 127.0.0.1:8202] added with generated token KeyToken[127.0.0.1:8202-ACEE2D63E2B0074C], CON-POST MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:40.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-59132], KeyToken[127.0.0.1:8202-ACEE2D63E2B0074C]] 14:01:40.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202 14:01:40.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T57) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 14:01:40.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 41 bytes from 127.0.0.1:8201 14:01:40.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-59132] 14:01:40.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.653 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 14:01:40.653 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:40.653 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 14:01:40.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R87, 127.0.0.1:8201, complete]! 14:01:40.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R87, 127.0.0.1:8201, complete] completed ACK-4.01 MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 14:01:40.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8201 14:01:40.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T52) 127.0.0.1:8,202 ==> :8,201 [ACK-4.01 MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 14:01:40.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 30 bytes from 127.0.0.1:8202 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202, complete]! 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L86, 127.0.0.1:8202, complete] for token KeyToken[127.0.0.1:8202-ACEE2D63E2B0074C] 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L86, 127.0.0.1:8202, complete] for MID KeyMID[127.0.0.1:8202-59132] 14:01:40.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L86, 127.0.0.1:8202, complete] completed CON-POST MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59132, Token=ACEE2D63E2B0074C, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 14:01:40.655 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 14:01:40.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 14:01:40.655 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 14:01:40.655 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 14:01:40.655 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 14:01:40.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 14:01:40.655 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:40.656 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.656 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.656 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.656 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 14:01:40.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 14:01:40.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L88, 127.0.0.1:8203] send request 14:01:40.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L88, 127.0.0.1:8203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L88, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-1439], CON-POST MID= 1439, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L88, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-84235FCBDC7829BC], CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-1439], KeyToken[127.0.0.1:8203-84235FCBDC7829BC]] 14:01:40.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8203 14:01:40.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T62) 127.0.0.1:8,201 ==> :8,203 [CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 14:01:40.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 40 bytes from 127.0.0.1:8201 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1439] 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201] replace CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R89, 127.0.0.1:8201] send response NON-2.05 MID= 1439, Token=null, OptionSet={}, "server responds hi" 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201, complete]! 14:01:40.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R89, 127.0.0.1:8201, complete] completed NON-2.04 MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 14:01:40.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T52) 127.0.0.1:8,203 ==> :8,201 [NON-2.04 MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 14:01:40.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8203 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-1439] 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203, complete]! 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L88, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-84235FCBDC7829BC] 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L88, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-1439] 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L88, 127.0.0.1:8203, complete] completed CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1439, Token=84235FCBDC7829BC, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L90, 127.0.0.1:8203] send request 14:01:40.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L90, 127.0.0.1:8203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L90, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-1440], CON-POST MID= 1440, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L90, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-B0D0326A09DA543E], CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-1440], KeyToken[127.0.0.1:8203-B0D0326A09DA543E]] 14:01:40.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8203 14:01:40.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T62) 127.0.0.1:8,201 ==> :8,203 [CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 14:01:40.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 40 bytes from 127.0.0.1:8201 14:01:40.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-1440] 14:01:40.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201] replace CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R91, 127.0.0.1:8201] send response NON-2.05 MID= 1440, Token=null, OptionSet={}, "server responds hi" 14:01:40.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201, complete]! 14:01:40.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R91, 127.0.0.1:8201, complete] completed NON-2.04 MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 14:01:40.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T52) 127.0.0.1:8,203 ==> :8,201 [NON-2.04 MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 14:01:40.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8203 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-1440] 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203, complete]! 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L90, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-B0D0326A09DA543E] 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L90, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-1440] 14:01:40.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L90, 127.0.0.1:8203, complete] completed CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 1440, Token=B0D0326A09DA543E, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 14:01:40.663 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:40.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 14:01:40.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 14:01:40.663 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 14:01:40.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 14:01:40.663 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 14:01:40.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 14:01:40.663 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:40.664 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:40.664 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:40.664 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:40.664 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:40.664 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:40.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:40.665 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:40.665 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:40.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:40.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 14:01:40.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:40.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8204, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:40.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:40.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 14:01:40.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L92, 127.0.0.1:8204] send request 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L92, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L92, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55587], CON-POST MID=55587, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L92, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B46FF911158AA40D], CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:40.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55587], KeyToken[127.0.0.1:8204-B46FF911158AA40D]] 14:01:40.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:40.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55587] 14:01:40.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201] replace CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R93, 127.0.0.1:8201] send response NON-2.05 MID=55587, Token=null, OptionSet={}, "server responds hi" 14:01:40.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201, complete]! 14:01:40.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R93, 127.0.0.1:8201, complete] completed NON-2.04 MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:40.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:40.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55587] 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204, complete]! 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L92, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B46FF911158AA40D] 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L92, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55587] 14:01:40.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L92, 127.0.0.1:8204, complete] completed CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55587, Token=B46FF911158AA40D, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L94, 127.0.0.1:8204] send request 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L94, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L94, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55588], CON-POST MID=55588, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L94, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-300CA04E24EE5EC8], CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:40.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55588], KeyToken[127.0.0.1:8204-300CA04E24EE5EC8]] 14:01:40.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:40.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55588] 14:01:40.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201] replace CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R95, 127.0.0.1:8201] send response NON-2.05 MID=55588, Token=null, OptionSet={}, "server responds hi" 14:01:40.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201, complete]! 14:01:40.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R95, 127.0.0.1:8201, complete] completed NON-2.04 MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:40.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:40.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55588] 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204, complete]! 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L94, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-300CA04E24EE5EC8] 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L94, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55588] 14:01:40.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L94, 127.0.0.1:8204, complete] completed CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55588, Token=300CA04E24EE5EC8, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L96, 127.0.0.1:8204] send request 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L96, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L96, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55589], CON-POST MID=55589, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L96, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C896228A4612DA8], CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:40.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55589], KeyToken[127.0.0.1:8204-3C896228A4612DA8]] 14:01:40.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 14:01:40.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55589] 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201] replace CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R97, 127.0.0.1:8201] send response NON-2.05 MID=55589, Token=null, OptionSet={}, "server responds hi" 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201, complete]! 14:01:40.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R97, 127.0.0.1:8201, complete] completed NON-2.04 MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 14:01:40.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 14:01:40.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55589] 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204, complete]! 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L96, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C896228A4612DA8] 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L96, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55589] 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L96, 127.0.0.1:8204, complete] completed CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55589, Token=3C896228A4612DA8, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L98, 127.0.0.1:8204] send request 14:01:40.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L98, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:40.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L98, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55590], CON-POST MID=55590, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:40.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L98, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-109DB32D5FA8E330], CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:40.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55590], KeyToken[127.0.0.1:8204-109DB32D5FA8E330]] 14:01:40.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 14:01:40.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55590] 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201] replace CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R99, 127.0.0.1:8201] send response NON-2.05 MID=55590, Token=null, OptionSet={}, "server responds hi" 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201, complete]! 14:01:40.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R99, 127.0.0.1:8201, complete] completed NON-2.04 MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 14:01:40.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 14:01:40.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55590] 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204, complete]! 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L98, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-109DB32D5FA8E330] 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L98, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55590] 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L98, 127.0.0.1:8204, complete] completed CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55590, Token=109DB32D5FA8E330, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L100, 127.0.0.1:8204] send request 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L100, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L100, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55591], CON-POST MID=55591, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L100, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24B7795F5CE8CEA4], CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:40.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55591], KeyToken[127.0.0.1:8204-24B7795F5CE8CEA4]] 14:01:40.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 14:01:40.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55591] 14:01:40.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201] replace CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R101, 127.0.0.1:8201] send response NON-2.05 MID=55591, Token=null, OptionSet={}, "server responds hi" 14:01:40.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201, complete]! 14:01:40.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R101, 127.0.0.1:8201, complete] completed NON-2.04 MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 14:01:40.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 14:01:40.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55591] 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204, complete]! 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L100, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24B7795F5CE8CEA4] 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L100, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55591] 14:01:40.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L100, 127.0.0.1:8204, complete] completed CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55591, Token=24B7795F5CE8CEA4, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L102, 127.0.0.1:8204] send request 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L102, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L102, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55592], CON-POST MID=55592, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L102, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC5431B2E51875B5], CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:40.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55592], KeyToken[127.0.0.1:8204-BC5431B2E51875B5]] 14:01:40.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 14:01:40.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55592] 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201] replace CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R103, 127.0.0.1:8201] send response NON-2.05 MID=55592, Token=null, OptionSet={}, "server responds hi" 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201, complete]! 14:01:40.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R103, 127.0.0.1:8201, complete] completed NON-2.04 MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 14:01:40.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 14:01:40.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55592] 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204, complete]! 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L102, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC5431B2E51875B5] 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L102, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55592] 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L102, 127.0.0.1:8204, complete] completed CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55592, Token=BC5431B2E51875B5, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L104, 127.0.0.1:8204] send request 14:01:40.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L104, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:40.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L104, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55593], CON-POST MID=55593, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:40.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L104, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-944395C7DD0D8178], CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:40.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55593], KeyToken[127.0.0.1:8204-944395C7DD0D8178]] 14:01:40.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 14:01:40.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55593] 14:01:40.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201] replace CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R105, 127.0.0.1:8201] send response NON-2.05 MID=55593, Token=null, OptionSet={}, "server responds hi" 14:01:40.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201, complete]! 14:01:40.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R105, 127.0.0.1:8201, complete] completed NON-2.04 MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 14:01:40.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 14:01:40.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55593] 14:01:40.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204, complete]! 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L104, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-944395C7DD0D8178] 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L104, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55593] 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L104, 127.0.0.1:8204, complete] completed CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55593, Token=944395C7DD0D8178, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L106, 127.0.0.1:8204] send request 14:01:40.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L106, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:40.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L106, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55594], CON-POST MID=55594, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:40.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L106, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-004ADEAD89037E66], CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:40.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55594], KeyToken[127.0.0.1:8204-004ADEAD89037E66]] 14:01:40.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 14:01:40.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55594] 14:01:40.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201] replace CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R107, 127.0.0.1:8201] send response NON-2.05 MID=55594, Token=null, OptionSet={}, "server responds hi" 14:01:40.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201, complete]! 14:01:40.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R107, 127.0.0.1:8201, complete] completed NON-2.04 MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 14:01:40.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 14:01:40.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55594] 14:01:40.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204, complete]! 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L106, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-004ADEAD89037E66] 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L106, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55594] 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L106, 127.0.0.1:8204, complete] completed CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55594, Token=004ADEAD89037E66, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L108, 127.0.0.1:8204] send request 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L108, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L108, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55595], CON-POST MID=55595, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L108, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC4AA6E8F4FA3066], CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:40.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55595], KeyToken[127.0.0.1:8204-DC4AA6E8F4FA3066]] 14:01:40.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 14:01:40.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55595] 14:01:40.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201] replace CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R109, 127.0.0.1:8201] send response NON-2.05 MID=55595, Token=null, OptionSet={}, "server responds hi" 14:01:40.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201, complete]! 14:01:40.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R109, 127.0.0.1:8201, complete] completed NON-2.04 MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 14:01:40.690 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 14:01:40.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55595] 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204, complete]! 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L108, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC4AA6E8F4FA3066] 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L108, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55595] 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L108, 127.0.0.1:8204, complete] completed CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55595, Token=DC4AA6E8F4FA3066, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L110, 127.0.0.1:8204] send request 14:01:40.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L110, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:40.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L110, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55596], CON-POST MID=55596, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:40.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L110, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C42EC5C7722764CF], CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:40.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55596], KeyToken[127.0.0.1:8204-C42EC5C7722764CF]] 14:01:40.691 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 14:01:40.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55596] 14:01:40.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201] replace CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R111, 127.0.0.1:8201] send response NON-2.05 MID=55596, Token=null, OptionSet={}, "server responds hi" 14:01:40.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201, complete]! 14:01:40.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R111, 127.0.0.1:8201, complete] completed NON-2.04 MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 14:01:40.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 14:01:40.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55596] 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204, complete]! 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L110, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C42EC5C7722764CF] 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L110, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55596] 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L110, 127.0.0.1:8204, complete] completed CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55596, Token=C42EC5C7722764CF, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L112, 127.0.0.1:8204] send request 14:01:40.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L112, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L112, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55597], CON-POST MID=55597, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L112, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F01E44FAE0871C20], CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:40.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55597], KeyToken[127.0.0.1:8204-F01E44FAE0871C20]] 14:01:40.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 14:01:40.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55597] 14:01:40.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201] replace CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R113, 127.0.0.1:8201] send response NON-2.05 MID=55597, Token=null, OptionSet={}, "server responds hi" 14:01:40.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201, complete]! 14:01:40.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R113, 127.0.0.1:8201, complete] completed NON-2.04 MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 14:01:40.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 14:01:40.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55597] 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204, complete]! 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L112, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F01E44FAE0871C20] 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L112, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55597] 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L112, 127.0.0.1:8204, complete] completed CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55597, Token=F01E44FAE0871C20, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L114, 127.0.0.1:8204] send request 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L114, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:40.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L114, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55598], CON-POST MID=55598, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:40.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L114, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4CF24C77D2EE49DC], CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:40.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55598], KeyToken[127.0.0.1:8204-4CF24C77D2EE49DC]] 14:01:40.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 14:01:40.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55598] 14:01:40.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201] replace CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R115, 127.0.0.1:8201] send response NON-2.05 MID=55598, Token=null, OptionSet={}, "server responds hi" 14:01:40.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201, complete]! 14:01:40.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R115, 127.0.0.1:8201, complete] completed NON-2.04 MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 14:01:40.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 14:01:40.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55598] 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204, complete]! 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L114, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4CF24C77D2EE49DC] 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L114, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55598] 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L114, 127.0.0.1:8204, complete] completed CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55598, Token=4CF24C77D2EE49DC, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L116, 127.0.0.1:8204] send request 14:01:40.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L116, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:40.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L116, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55599], CON-POST MID=55599, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:40.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L116, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-549EBDB38ABD8F68], CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:40.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55599], KeyToken[127.0.0.1:8204-549EBDB38ABD8F68]] 14:01:40.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 14:01:40.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55599] 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201] replace CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R117, 127.0.0.1:8201] send response NON-2.05 MID=55599, Token=null, OptionSet={}, "server responds hi" 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201, complete]! 14:01:40.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R117, 127.0.0.1:8201, complete] completed NON-2.04 MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 14:01:40.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 14:01:40.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55599] 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204, complete]! 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L116, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-549EBDB38ABD8F68] 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L116, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55599] 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L116, 127.0.0.1:8204, complete] completed CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55599, Token=549EBDB38ABD8F68, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L118, 127.0.0.1:8204] send request 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L118, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:40.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L118, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55600], CON-POST MID=55600, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:40.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L118, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-981B966D719432A5], CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:40.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55600], KeyToken[127.0.0.1:8204-981B966D719432A5]] 14:01:40.702 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 14:01:40.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55600] 14:01:40.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201] replace CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R119, 127.0.0.1:8201] send response NON-2.05 MID=55600, Token=null, OptionSet={}, "server responds hi" 14:01:40.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201, complete]! 14:01:40.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R119, 127.0.0.1:8201, complete] completed NON-2.04 MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 14:01:40.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 14:01:40.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55600] 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204, complete]! 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L118, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-981B966D719432A5] 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L118, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55600] 14:01:40.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L118, 127.0.0.1:8204, complete] completed CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55600, Token=981B966D719432A5, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 14:01:40.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L120, 127.0.0.1:8204] send request 14:01:40.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L120, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:40.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L120, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55601], CON-POST MID=55601, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:40.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L120, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74C077634F9722F4], CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:40.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55601], KeyToken[127.0.0.1:8204-74C077634F9722F4]] 14:01:40.751 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 14:01:40.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55601] 14:01:40.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201] replace CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R121, 127.0.0.1:8201] send response NON-2.05 MID=55601, Token=null, OptionSet={}, "server responds hi" 14:01:40.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201, complete]! 14:01:40.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R121, 127.0.0.1:8201, complete] completed NON-2.04 MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 14:01:40.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 14:01:40.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55601] 14:01:40.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204, complete]! 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L120, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74C077634F9722F4] 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L120, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55601] 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L120, 127.0.0.1:8204, complete] completed CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55601, Token=74C077634F9722F4, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L122, 127.0.0.1:8204] send request 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L122, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L122, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55602], CON-POST MID=55602, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:40.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L122, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1855C01F04F909A3], CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:40.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55602], KeyToken[127.0.0.1:8204-1855C01F04F909A3]] 14:01:40.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 14:01:40.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55602] 14:01:40.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201] replace CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R123, 127.0.0.1:8201] send response NON-2.05 MID=55602, Token=null, OptionSet={}, "server responds hi" 14:01:40.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201, complete]! 14:01:40.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R123, 127.0.0.1:8201, complete] completed NON-2.04 MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 14:01:40.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 14:01:40.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55602] 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204, complete]! 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L122, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1855C01F04F909A3] 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L122, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55602] 14:01:40.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L122, 127.0.0.1:8204, complete] completed CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55602, Token=1855C01F04F909A3, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L124, 127.0.0.1:8204] send request 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L124, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L124, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55603], CON-POST MID=55603, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L124, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-583C2972572DBA4F], CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:40.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55603], KeyToken[127.0.0.1:8204-583C2972572DBA4F]] 14:01:40.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 14:01:40.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55603] 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201] replace CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R125, 127.0.0.1:8201] send response NON-2.05 MID=55603, Token=null, OptionSet={}, "server responds hi" 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201, complete]! 14:01:40.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R125, 127.0.0.1:8201, complete] completed NON-2.04 MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 14:01:40.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 14:01:40.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55603] 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204, complete]! 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L124, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-583C2972572DBA4F] 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L124, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55603] 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L124, 127.0.0.1:8204, complete] completed CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55603, Token=583C2972572DBA4F, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L126, 127.0.0.1:8204] send request 14:01:40.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L126, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:40.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L126, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55604], CON-POST MID=55604, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:40.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L126, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-342442BB1EBE2D50], CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:40.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55604], KeyToken[127.0.0.1:8204-342442BB1EBE2D50]] 14:01:40.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 14:01:40.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55604] 14:01:40.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201] replace CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R127, 127.0.0.1:8201] send response NON-2.05 MID=55604, Token=null, OptionSet={}, "server responds hi" 14:01:40.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201, complete]! 14:01:40.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R127, 127.0.0.1:8201, complete] completed NON-2.04 MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 14:01:40.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 14:01:40.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55604] 14:01:40.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204, complete]! 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L126, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-342442BB1EBE2D50] 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L126, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55604] 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L126, 127.0.0.1:8204, complete] completed CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55604, Token=342442BB1EBE2D50, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L128, 127.0.0.1:8204] send request 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L128, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L128, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55605], CON-POST MID=55605, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L128, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90ECC0351B67817B], CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:40.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55605], KeyToken[127.0.0.1:8204-90ECC0351B67817B]] 14:01:40.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 14:01:40.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55605] 14:01:40.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201] replace CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R129, 127.0.0.1:8201] send response NON-2.05 MID=55605, Token=null, OptionSet={}, "server responds hi" 14:01:40.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201, complete]! 14:01:40.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R129, 127.0.0.1:8201, complete] completed NON-2.04 MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 14:01:40.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 14:01:40.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55605] 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204, complete]! 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L128, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90ECC0351B67817B] 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L128, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55605] 14:01:40.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L128, 127.0.0.1:8204, complete] completed CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55605, Token=90ECC0351B67817B, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L130, 127.0.0.1:8204] send request 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L130, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L130, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55606], CON-POST MID=55606, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L130, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94F2B63260CEDDD6], CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:40.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55606], KeyToken[127.0.0.1:8204-94F2B63260CEDDD6]] 14:01:40.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 14:01:40.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55606] 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201] replace CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R131, 127.0.0.1:8201] send response NON-2.05 MID=55606, Token=null, OptionSet={}, "server responds hi" 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201, complete]! 14:01:40.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R131, 127.0.0.1:8201, complete] completed NON-2.04 MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 14:01:40.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 14:01:40.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55606] 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204, complete]! 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L130, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94F2B63260CEDDD6] 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L130, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55606] 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L130, 127.0.0.1:8204, complete] completed CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55606, Token=94F2B63260CEDDD6, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L132, 127.0.0.1:8204] send request 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L132, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:40.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L132, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55607], CON-POST MID=55607, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:40.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L132, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-683A0CF0FB5A8781], CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:40.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55607], KeyToken[127.0.0.1:8204-683A0CF0FB5A8781]] 14:01:40.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 14:01:40.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55607] 14:01:40.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201] replace CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R133, 127.0.0.1:8201] send response NON-2.05 MID=55607, Token=null, OptionSet={}, "server responds hi" 14:01:40.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201, complete]! 14:01:40.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R133, 127.0.0.1:8201, complete] completed NON-2.04 MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 14:01:40.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 14:01:40.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55607] 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204, complete]! 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L132, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-683A0CF0FB5A8781] 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L132, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55607] 14:01:40.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L132, 127.0.0.1:8204, complete] completed CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55607, Token=683A0CF0FB5A8781, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L134, 127.0.0.1:8204] send request 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L134, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L134, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55608], CON-POST MID=55608, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L134, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CC2F0A2620BF3B3F], CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:40.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55608], KeyToken[127.0.0.1:8204-CC2F0A2620BF3B3F]] 14:01:40.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 14:01:40.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55608] 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201] replace CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R135, 127.0.0.1:8201] send response NON-2.05 MID=55608, Token=null, OptionSet={}, "server responds hi" 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201, complete]! 14:01:40.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R135, 127.0.0.1:8201, complete] completed NON-2.04 MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 14:01:40.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 14:01:40.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55608] 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204, complete]! 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L134, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CC2F0A2620BF3B3F] 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L134, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55608] 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L134, 127.0.0.1:8204, complete] completed CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55608, Token=CC2F0A2620BF3B3F, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L136, 127.0.0.1:8204] send request 14:01:40.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L136, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:40.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L136, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55609], CON-POST MID=55609, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:40.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L136, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0086E52CB342007C], CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:40.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55609], KeyToken[127.0.0.1:8204-0086E52CB342007C]] 14:01:40.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 14:01:40.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55609] 14:01:40.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201] replace CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R137, 127.0.0.1:8201] send response NON-2.05 MID=55609, Token=null, OptionSet={}, "server responds hi" 14:01:40.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201, complete]! 14:01:40.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R137, 127.0.0.1:8201, complete] completed NON-2.04 MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 14:01:40.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 14:01:40.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55609] 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204, complete]! 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L136, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0086E52CB342007C] 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L136, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55609] 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L136, 127.0.0.1:8204, complete] completed CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55609, Token=0086E52CB342007C, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L138, 127.0.0.1:8204] send request 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L138, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:40.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L138, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55610], CON-POST MID=55610, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:40.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L138, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0F78D6847ED0487], CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:40.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55610], KeyToken[127.0.0.1:8204-B0F78D6847ED0487]] 14:01:40.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 14:01:40.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55610] 14:01:40.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201] replace CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R139, 127.0.0.1:8201] send response NON-2.05 MID=55610, Token=null, OptionSet={}, "server responds hi" 14:01:40.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201, complete]! 14:01:40.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R139, 127.0.0.1:8201, complete] completed NON-2.04 MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 14:01:40.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 14:01:40.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55610] 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204, complete]! 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L138, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0F78D6847ED0487] 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L138, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55610] 14:01:40.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L138, 127.0.0.1:8204, complete] completed CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55610, Token=B0F78D6847ED0487, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L140, 127.0.0.1:8204] send request 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L140, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L140, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55611], CON-POST MID=55611, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L140, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D85C0AE200E2A05E], CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:40.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55611], KeyToken[127.0.0.1:8204-D85C0AE200E2A05E]] 14:01:40.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 14:01:40.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55611] 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201] replace CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R141, 127.0.0.1:8201] send response NON-2.05 MID=55611, Token=null, OptionSet={}, "server responds hi" 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201, complete]! 14:01:40.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R141, 127.0.0.1:8201, complete] completed NON-2.04 MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 14:01:40.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 14:01:40.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55611] 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204, complete]! 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L140, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D85C0AE200E2A05E] 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L140, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55611] 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L140, 127.0.0.1:8204, complete] completed CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55611, Token=D85C0AE200E2A05E, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L142, 127.0.0.1:8204] send request 14:01:40.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L142, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:40.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L142, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55612], CON-POST MID=55612, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:40.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L142, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C358DC3B4CB629C], CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:40.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55612], KeyToken[127.0.0.1:8204-0C358DC3B4CB629C]] 14:01:40.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 14:01:40.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55612] 14:01:40.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201] replace CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R143, 127.0.0.1:8201] send response NON-2.05 MID=55612, Token=null, OptionSet={}, "server responds hi" 14:01:40.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201, complete]! 14:01:40.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R143, 127.0.0.1:8201, complete] completed NON-2.04 MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 14:01:40.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 14:01:40.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55612] 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204, complete]! 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L142, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C358DC3B4CB629C] 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L142, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55612] 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L142, 127.0.0.1:8204, complete] completed CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55612, Token=0C358DC3B4CB629C, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L144, 127.0.0.1:8204] send request 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L144, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:40.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L144, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55613], CON-POST MID=55613, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:40.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L144, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28DAF787FA2CFE4E], CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:40.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55613], KeyToken[127.0.0.1:8204-28DAF787FA2CFE4E]] 14:01:40.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 14:01:40.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55613] 14:01:40.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201] replace CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R145, 127.0.0.1:8201] send response NON-2.05 MID=55613, Token=null, OptionSet={}, "server responds hi" 14:01:40.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201, complete]! 14:01:40.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R145, 127.0.0.1:8201, complete] completed NON-2.04 MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 14:01:40.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 14:01:40.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55613] 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204, complete]! 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L144, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28DAF787FA2CFE4E] 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L144, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55613] 14:01:40.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L144, 127.0.0.1:8204, complete] completed CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55613, Token=28DAF787FA2CFE4E, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L146, 127.0.0.1:8204] send request 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L146, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L146, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55614], CON-POST MID=55614, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L146, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E4E82AFF73B0BBB9], CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:40.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55614], KeyToken[127.0.0.1:8204-E4E82AFF73B0BBB9]] 14:01:40.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 14:01:40.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55614] 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201] replace CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R147, 127.0.0.1:8201] send response NON-2.05 MID=55614, Token=null, OptionSet={}, "server responds hi" 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201, complete]! 14:01:40.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R147, 127.0.0.1:8201, complete] completed NON-2.04 MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 14:01:40.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 14:01:40.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55614] 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204, complete]! 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L146, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E4E82AFF73B0BBB9] 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L146, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55614] 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L146, 127.0.0.1:8204, complete] completed CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55614, Token=E4E82AFF73B0BBB9, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L148, 127.0.0.1:8204] send request 14:01:40.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L148, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:40.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L148, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55615], CON-POST MID=55615, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:40.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L148, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2450A0C4856CC0E0], CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:40.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55615], KeyToken[127.0.0.1:8204-2450A0C4856CC0E0]] 14:01:40.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 14:01:40.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55615] 14:01:40.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201] replace CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R149, 127.0.0.1:8201] send response NON-2.05 MID=55615, Token=null, OptionSet={}, "server responds hi" 14:01:40.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201, complete]! 14:01:40.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R149, 127.0.0.1:8201, complete] completed NON-2.04 MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 14:01:40.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 14:01:40.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55615] 14:01:40.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204, complete]! 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L148, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2450A0C4856CC0E0] 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L148, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55615] 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L148, 127.0.0.1:8204, complete] completed CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55615, Token=2450A0C4856CC0E0, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L150, 127.0.0.1:8204] send request 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L150, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L150, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55616], CON-POST MID=55616, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L150, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A072CF35AB6687CA], CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:40.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55616], KeyToken[127.0.0.1:8204-A072CF35AB6687CA]] 14:01:40.791 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 14:01:40.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55616] 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201] replace CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R151, 127.0.0.1:8201] send response NON-2.05 MID=55616, Token=null, OptionSet={}, "server responds hi" 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201, complete]! 14:01:40.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R151, 127.0.0.1:8201, complete] completed NON-2.04 MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 14:01:40.792 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 14:01:40.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55616] 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204, complete]! 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L150, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A072CF35AB6687CA] 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L150, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55616] 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L150, 127.0.0.1:8204, complete] completed CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55616, Token=A072CF35AB6687CA, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L152, 127.0.0.1:8204] send request 14:01:40.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L152, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:40.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L152, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55617], CON-POST MID=55617, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:40.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L152, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-30D060A4A185D0C6], CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:40.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55617], KeyToken[127.0.0.1:8204-30D060A4A185D0C6]] 14:01:40.793 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 14:01:40.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55617] 14:01:40.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201] replace CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R153, 127.0.0.1:8201] send response NON-2.05 MID=55617, Token=null, OptionSet={}, "server responds hi" 14:01:40.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201, complete]! 14:01:40.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R153, 127.0.0.1:8201, complete] completed NON-2.04 MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 14:01:40.794 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 14:01:40.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55617] 14:01:40.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204, complete]! 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L152, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-30D060A4A185D0C6] 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L152, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55617] 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L152, 127.0.0.1:8204, complete] completed CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55617, Token=30D060A4A185D0C6, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L154, 127.0.0.1:8204] send request 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L154, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L154, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55618], CON-POST MID=55618, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:40.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L154, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-845AE093FDBAC607], CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:40.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55618], KeyToken[127.0.0.1:8204-845AE093FDBAC607]] 14:01:40.796 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 14:01:40.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55618] 14:01:40.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201] replace CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R155, 127.0.0.1:8201] send response NON-2.05 MID=55618, Token=null, OptionSet={}, "server responds hi" 14:01:40.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201, complete]! 14:01:40.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R155, 127.0.0.1:8201, complete] completed NON-2.04 MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 14:01:40.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 14:01:40.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55618] 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204, complete]! 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L154, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-845AE093FDBAC607] 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L154, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55618] 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L154, 127.0.0.1:8204, complete] completed CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55618, Token=845AE093FDBAC607, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 14:01:40.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L156, 127.0.0.1:8204] send request 14:01:40.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L156, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L156, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55619], CON-POST MID=55619, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L156, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-840DA8EEBC60D9AF], CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:40.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55619], KeyToken[127.0.0.1:8204-840DA8EEBC60D9AF]] 14:01:40.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 14:01:40.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55619] 14:01:40.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201] replace CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R157, 127.0.0.1:8201] send response NON-2.05 MID=55619, Token=null, OptionSet={}, "server responds hi" 14:01:40.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201, complete]! 14:01:40.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R157, 127.0.0.1:8201, complete] completed NON-2.04 MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 14:01:40.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 14:01:40.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55619] 14:01:40.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204, complete]! 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L156, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-840DA8EEBC60D9AF] 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L156, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55619] 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L156, 127.0.0.1:8204, complete] completed CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55619, Token=840DA8EEBC60D9AF, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L158, 127.0.0.1:8204] send request 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L158, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L158, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55620], CON-POST MID=55620, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L158, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-780E21617DF221F7], CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:40.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55620], KeyToken[127.0.0.1:8204-780E21617DF221F7]] 14:01:40.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 14:01:40.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55620] 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201] replace CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R159, 127.0.0.1:8201] send response NON-2.05 MID=55620, Token=null, OptionSet={}, "server responds hi" 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201, complete]! 14:01:40.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R159, 127.0.0.1:8201, complete] completed NON-2.04 MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 14:01:40.850 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 14:01:40.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55620] 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204, complete]! 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L158, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-780E21617DF221F7] 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L158, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55620] 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L158, 127.0.0.1:8204, complete] completed CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55620, Token=780E21617DF221F7, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L160, 127.0.0.1:8204] send request 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L160, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:40.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L160, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55621], CON-POST MID=55621, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:40.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L160, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DCD0C6F6BA63E8C3], CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:40.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55621], KeyToken[127.0.0.1:8204-DCD0C6F6BA63E8C3]] 14:01:40.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 14:01:40.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55621] 14:01:40.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201] replace CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R161, 127.0.0.1:8201] send response NON-2.05 MID=55621, Token=null, OptionSet={}, "server responds hi" 14:01:40.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201, complete]! 14:01:40.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R161, 127.0.0.1:8201, complete] completed NON-2.04 MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 14:01:40.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 14:01:40.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55621] 14:01:40.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204, complete]! 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L160, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DCD0C6F6BA63E8C3] 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L160, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55621] 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L160, 127.0.0.1:8204, complete] completed CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55621, Token=DCD0C6F6BA63E8C3, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L162, 127.0.0.1:8204] send request 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L162, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L162, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55622], CON-POST MID=55622, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L162, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5488ADFE0C647E08], CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:40.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55622], KeyToken[127.0.0.1:8204-5488ADFE0C647E08]] 14:01:40.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 14:01:40.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55622] 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201] replace CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R163, 127.0.0.1:8201] send response NON-2.05 MID=55622, Token=null, OptionSet={}, "server responds hi" 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201, complete]! 14:01:40.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R163, 127.0.0.1:8201, complete] completed NON-2.04 MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 14:01:40.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 14:01:40.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55622] 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204, complete]! 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L162, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5488ADFE0C647E08] 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L162, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55622] 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L162, 127.0.0.1:8204, complete] completed CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55622, Token=5488ADFE0C647E08, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L164, 127.0.0.1:8204] send request 14:01:40.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L164, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:40.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L164, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55623], CON-POST MID=55623, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:40.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L164, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E44E28BB24F1C5EA], CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:40.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55623], KeyToken[127.0.0.1:8204-E44E28BB24F1C5EA]] 14:01:40.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 14:01:40.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55623] 14:01:40.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201] replace CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R165, 127.0.0.1:8201] send response NON-2.05 MID=55623, Token=null, OptionSet={}, "server responds hi" 14:01:40.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201, complete]! 14:01:40.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R165, 127.0.0.1:8201, complete] completed NON-2.04 MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 14:01:40.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 14:01:40.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55623] 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204, complete]! 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L164, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E44E28BB24F1C5EA] 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L164, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55623] 14:01:40.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L164, 127.0.0.1:8204, complete] completed CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55623, Token=E44E28BB24F1C5EA, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L166, 127.0.0.1:8204] send request 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L166, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L166, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55624], CON-POST MID=55624, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L166, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8460A03260572B5A], CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:40.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55624], KeyToken[127.0.0.1:8204-8460A03260572B5A]] 14:01:40.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 14:01:40.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55624] 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201] replace CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R167, 127.0.0.1:8201] send response NON-2.05 MID=55624, Token=null, OptionSet={}, "server responds hi" 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201, complete]! 14:01:40.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R167, 127.0.0.1:8201, complete] completed NON-2.04 MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 14:01:40.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 14:01:40.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55624] 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204, complete]! 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L166, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8460A03260572B5A] 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L166, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55624] 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L166, 127.0.0.1:8204, complete] completed CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55624, Token=8460A03260572B5A, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L168, 127.0.0.1:8204] send request 14:01:40.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L168, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:40.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L168, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55625], CON-POST MID=55625, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:40.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L168, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2040F3F660437DF6], CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:40.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55625], KeyToken[127.0.0.1:8204-2040F3F660437DF6]] 14:01:40.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 14:01:40.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55625] 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201] replace CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R169, 127.0.0.1:8201] send response NON-2.05 MID=55625, Token=null, OptionSet={}, "server responds hi" 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201, complete]! 14:01:40.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R169, 127.0.0.1:8201, complete] completed NON-2.04 MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 14:01:40.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 14:01:40.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55625] 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204, complete]! 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L168, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2040F3F660437DF6] 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L168, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55625] 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L168, 127.0.0.1:8204, complete] completed CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55625, Token=2040F3F660437DF6, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L170, 127.0.0.1:8204] send request 14:01:40.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L170, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:40.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L170, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55626], CON-POST MID=55626, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:40.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L170, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E8F31B8C451B6718], CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:40.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55626], KeyToken[127.0.0.1:8204-E8F31B8C451B6718]] 14:01:40.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 14:01:40.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55626] 14:01:40.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201] replace CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R171, 127.0.0.1:8201] send response NON-2.05 MID=55626, Token=null, OptionSet={}, "server responds hi" 14:01:40.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201, complete]! 14:01:40.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R171, 127.0.0.1:8201, complete] completed NON-2.04 MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 14:01:40.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 14:01:40.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55626] 14:01:40.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204, complete]! 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L170, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E8F31B8C451B6718] 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L170, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55626] 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L170, 127.0.0.1:8204, complete] completed CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55626, Token=E8F31B8C451B6718, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L172, 127.0.0.1:8204] send request 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L172, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L172, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55627], CON-POST MID=55627, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L172, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC6FBFBD99DF4769], CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:40.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55627], KeyToken[127.0.0.1:8204-DC6FBFBD99DF4769]] 14:01:40.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 14:01:40.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55627] 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201] replace CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R173, 127.0.0.1:8201] send response NON-2.05 MID=55627, Token=null, OptionSet={}, "server responds hi" 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201, complete]! 14:01:40.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R173, 127.0.0.1:8201, complete] completed NON-2.04 MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 14:01:40.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 14:01:40.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55627] 14:01:40.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204, complete]! 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L172, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC6FBFBD99DF4769] 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L172, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55627] 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L172, 127.0.0.1:8204, complete] completed CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55627, Token=DC6FBFBD99DF4769, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L174, 127.0.0.1:8204] send request 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L174, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L174, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55628], CON-POST MID=55628, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L174, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A0B3D7253CD92F4C], CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:40.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55628], KeyToken[127.0.0.1:8204-A0B3D7253CD92F4C]] 14:01:40.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 14:01:40.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55628] 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201] replace CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R175, 127.0.0.1:8201] send response NON-2.05 MID=55628, Token=null, OptionSet={}, "server responds hi" 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201, complete]! 14:01:40.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R175, 127.0.0.1:8201, complete] completed NON-2.04 MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 14:01:40.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 14:01:40.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55628] 14:01:40.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204, complete]! 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L174, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A0B3D7253CD92F4C] 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L174, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55628] 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L174, 127.0.0.1:8204, complete] completed CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55628, Token=A0B3D7253CD92F4C, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L176, 127.0.0.1:8204] send request 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L176, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L176, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55629], CON-POST MID=55629, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L176, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9CC6EA00A2FFD623], CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:40.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55629], KeyToken[127.0.0.1:8204-9CC6EA00A2FFD623]] 14:01:40.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 14:01:40.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55629] 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201] replace CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R177, 127.0.0.1:8201] send response NON-2.05 MID=55629, Token=null, OptionSet={}, "server responds hi" 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201, complete]! 14:01:40.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R177, 127.0.0.1:8201, complete] completed NON-2.04 MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 14:01:40.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 14:01:40.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55629] 14:01:40.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204, complete]! 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L176, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9CC6EA00A2FFD623] 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L176, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55629] 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L176, 127.0.0.1:8204, complete] completed CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55629, Token=9CC6EA00A2FFD623, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L178, 127.0.0.1:8204] send request 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L178, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L178, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55630], CON-POST MID=55630, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L178, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0521B78A14F479B], CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:40.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55630], KeyToken[127.0.0.1:8204-E0521B78A14F479B]] 14:01:40.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 14:01:40.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55630] 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201] replace CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R179, 127.0.0.1:8201] send response NON-2.05 MID=55630, Token=null, OptionSet={}, "server responds hi" 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201, complete]! 14:01:40.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R179, 127.0.0.1:8201, complete] completed NON-2.04 MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 14:01:40.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 14:01:40.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55630] 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204, complete]! 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L178, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0521B78A14F479B] 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L178, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55630] 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L178, 127.0.0.1:8204, complete] completed CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55630, Token=E0521B78A14F479B, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L180, 127.0.0.1:8204] send request 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L180, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:40.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L180, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55631], CON-POST MID=55631, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:40.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L180, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9065CA5E2209C3A2], CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:40.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55631], KeyToken[127.0.0.1:8204-9065CA5E2209C3A2]] 14:01:40.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 14:01:40.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55631] 14:01:40.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201] replace CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R181, 127.0.0.1:8201] send response NON-2.05 MID=55631, Token=null, OptionSet={}, "server responds hi" 14:01:40.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201, complete]! 14:01:40.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R181, 127.0.0.1:8201, complete] completed NON-2.04 MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 14:01:40.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 14:01:40.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55631] 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204, complete]! 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L180, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9065CA5E2209C3A2] 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L180, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55631] 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L180, 127.0.0.1:8204, complete] completed CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55631, Token=9065CA5E2209C3A2, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L182, 127.0.0.1:8204] send request 14:01:40.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L182, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:40.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L182, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55632], CON-POST MID=55632, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:40.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L182, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-40F247122BB6C969], CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:40.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55632], KeyToken[127.0.0.1:8204-40F247122BB6C969]] 14:01:40.882 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 14:01:40.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55632] 14:01:40.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201] replace CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R183, 127.0.0.1:8201] send response NON-2.05 MID=55632, Token=null, OptionSet={}, "server responds hi" 14:01:40.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201, complete]! 14:01:40.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R183, 127.0.0.1:8201, complete] completed NON-2.04 MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 14:01:40.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 14:01:40.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55632] 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204, complete]! 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L182, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-40F247122BB6C969] 14:01:40.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L182, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55632] 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L182, 127.0.0.1:8204, complete] completed CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55632, Token=40F247122BB6C969, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L184, 127.0.0.1:8204] send request 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L184, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L184, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55633], CON-POST MID=55633, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L184, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1005F5B44463F401], CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:40.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55633], KeyToken[127.0.0.1:8204-1005F5B44463F401]] 14:01:40.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 14:01:40.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55633] 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201] replace CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R185, 127.0.0.1:8201] send response NON-2.05 MID=55633, Token=null, OptionSet={}, "server responds hi" 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201, complete]! 14:01:40.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R185, 127.0.0.1:8201, complete] completed NON-2.04 MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 14:01:40.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 14:01:40.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55633] 14:01:40.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204, complete]! 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L184, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1005F5B44463F401] 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L184, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55633] 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L184, 127.0.0.1:8204, complete] completed CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55633, Token=1005F5B44463F401, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L186, 127.0.0.1:8204] send request 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L186, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L186, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55634], CON-POST MID=55634, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L186, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-903502D2A1815126], CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:40.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55634], KeyToken[127.0.0.1:8204-903502D2A1815126]] 14:01:40.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 14:01:40.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55634] 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201] replace CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R187, 127.0.0.1:8201] send response NON-2.05 MID=55634, Token=null, OptionSet={}, "server responds hi" 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201, complete]! 14:01:40.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R187, 127.0.0.1:8201, complete] completed NON-2.04 MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 14:01:40.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 14:01:40.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55634] 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204, complete]! 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L186, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-903502D2A1815126] 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L186, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55634] 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L186, 127.0.0.1:8204, complete] completed CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55634, Token=903502D2A1815126, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L188, 127.0.0.1:8204] send request 14:01:40.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L188, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:40.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L188, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55635], CON-POST MID=55635, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:40.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L188, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BCBC2877F9120DDE], CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:40.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55635], KeyToken[127.0.0.1:8204-BCBC2877F9120DDE]] 14:01:40.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 14:01:40.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55635] 14:01:40.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201] replace CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R189, 127.0.0.1:8201] send response NON-2.05 MID=55635, Token=null, OptionSet={}, "server responds hi" 14:01:40.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201, complete]! 14:01:40.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R189, 127.0.0.1:8201, complete] completed NON-2.04 MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 14:01:40.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 14:01:40.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55635] 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204, complete]! 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L188, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BCBC2877F9120DDE] 14:01:40.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L188, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55635] 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L188, 127.0.0.1:8204, complete] completed CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55635, Token=BCBC2877F9120DDE, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L190, 127.0.0.1:8204] send request 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L190, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L190, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55636], CON-POST MID=55636, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L190, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0FAC11C1A42FA0C], CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:40.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55636], KeyToken[127.0.0.1:8204-E0FAC11C1A42FA0C]] 14:01:40.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 14:01:40.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55636] 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201] replace CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R191, 127.0.0.1:8201] send response NON-2.05 MID=55636, Token=null, OptionSet={}, "server responds hi" 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201, complete]! 14:01:40.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R191, 127.0.0.1:8201, complete] completed NON-2.04 MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 14:01:40.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 14:01:40.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55636] 14:01:40.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204, complete]! 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L190, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0FAC11C1A42FA0C] 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L190, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55636] 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L190, 127.0.0.1:8204, complete] completed CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55636, Token=E0FAC11C1A42FA0C, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L192, 127.0.0.1:8204] send request 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L192, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L192, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55637], CON-POST MID=55637, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L192, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-441813279A5EF175], CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:40.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55637], KeyToken[127.0.0.1:8204-441813279A5EF175]] 14:01:40.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 14:01:40.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55637] 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201] replace CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R193, 127.0.0.1:8201] send response NON-2.05 MID=55637, Token=null, OptionSet={}, "server responds hi" 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201, complete]! 14:01:40.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R193, 127.0.0.1:8201, complete] completed NON-2.04 MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 14:01:40.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 14:01:40.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55637] 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204, complete]! 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L192, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-441813279A5EF175] 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L192, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55637] 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L192, 127.0.0.1:8204, complete] completed CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55637, Token=441813279A5EF175, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L194, 127.0.0.1:8204] send request 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L194, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L194, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55638], CON-POST MID=55638, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:40.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L194, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C90B1898A203446], CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:40.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55638], KeyToken[127.0.0.1:8204-8C90B1898A203446]] 14:01:40.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 14:01:40.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55638] 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201] replace CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R195, 127.0.0.1:8201] send response NON-2.05 MID=55638, Token=null, OptionSet={}, "server responds hi" 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201, complete]! 14:01:40.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R195, 127.0.0.1:8201, complete] completed NON-2.04 MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 14:01:40.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 14:01:40.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55638] 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204, complete]! 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L194, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C90B1898A203446] 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L194, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55638] 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L194, 127.0.0.1:8204, complete] completed CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55638, Token=8C90B1898A203446, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L196, 127.0.0.1:8204] send request 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L196, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:40.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L196, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55639], CON-POST MID=55639, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:40.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L196, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98C808466F4F80B2], CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:40.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55639], KeyToken[127.0.0.1:8204-98C808466F4F80B2]] 14:01:40.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 14:01:40.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55639] 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201] replace CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R197, 127.0.0.1:8201] send response NON-2.05 MID=55639, Token=null, OptionSet={}, "server responds hi" 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201, complete]! 14:01:40.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R197, 127.0.0.1:8201, complete] completed NON-2.04 MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 14:01:40.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 14:01:40.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55639] 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204, complete]! 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L196, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98C808466F4F80B2] 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L196, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55639] 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L196, 127.0.0.1:8204, complete] completed CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55639, Token=98C808466F4F80B2, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L198, 127.0.0.1:8204] send request 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L198, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:40.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L198, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55640], CON-POST MID=55640, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:40.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L198, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F447FCCD45696A0B], CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:40.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55640], KeyToken[127.0.0.1:8204-F447FCCD45696A0B]] 14:01:40.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 14:01:40.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55640] 14:01:40.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201] replace CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R199, 127.0.0.1:8201] send response NON-2.05 MID=55640, Token=null, OptionSet={}, "server responds hi" 14:01:40.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201, complete]! 14:01:40.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R199, 127.0.0.1:8201, complete] completed NON-2.04 MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 14:01:40.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 14:01:40.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55640] 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204, complete]! 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L198, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F447FCCD45696A0B] 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L198, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55640] 14:01:40.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L198, 127.0.0.1:8204, complete] completed CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55640, Token=F447FCCD45696A0B, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L200, 127.0.0.1:8204] send request 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L200, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L200, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55641], CON-POST MID=55641, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L200, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-50A4A9FF16CF2B2F], CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:40.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55641], KeyToken[127.0.0.1:8204-50A4A9FF16CF2B2F]] 14:01:40.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 14:01:40.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55641] 14:01:40.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201] replace CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R201, 127.0.0.1:8201] send response NON-2.05 MID=55641, Token=null, OptionSet={}, "server responds hi" 14:01:40.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201, complete]! 14:01:40.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R201, 127.0.0.1:8201, complete] completed NON-2.04 MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 14:01:40.950 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.950 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 14:01:40.950 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55641] 14:01:40.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204, complete]! 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L200, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-50A4A9FF16CF2B2F] 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L200, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55641] 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L200, 127.0.0.1:8204, complete] completed CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55641, Token=50A4A9FF16CF2B2F, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L202, 127.0.0.1:8204] send request 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L202, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L202, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55642], CON-POST MID=55642, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L202, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-288E2DB9716F57F3], CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:40.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55642], KeyToken[127.0.0.1:8204-288E2DB9716F57F3]] 14:01:40.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 14:01:40.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55642] 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201] replace CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R203, 127.0.0.1:8201] send response NON-2.05 MID=55642, Token=null, OptionSet={}, "server responds hi" 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201, complete]! 14:01:40.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R203, 127.0.0.1:8201, complete] completed NON-2.04 MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 14:01:40.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 14:01:40.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55642] 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204, complete]! 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L202, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-288E2DB9716F57F3] 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L202, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55642] 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L202, 127.0.0.1:8204, complete] completed CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55642, Token=288E2DB9716F57F3, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L204, 127.0.0.1:8204] send request 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L204, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:40.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L204, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55643], CON-POST MID=55643, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:40.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L204, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-346CB3D648E13558], CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:40.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55643], KeyToken[127.0.0.1:8204-346CB3D648E13558]] 14:01:40.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 14:01:40.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55643] 14:01:40.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201] replace CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R205, 127.0.0.1:8201] send response NON-2.05 MID=55643, Token=null, OptionSet={}, "server responds hi" 14:01:40.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201, complete]! 14:01:40.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R205, 127.0.0.1:8201, complete] completed NON-2.04 MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 14:01:40.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 14:01:40.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55643] 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204, complete]! 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L204, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-346CB3D648E13558] 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L204, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55643] 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L204, 127.0.0.1:8204, complete] completed CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55643, Token=346CB3D648E13558, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L206, 127.0.0.1:8204] send request 14:01:40.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L206, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:40.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L206, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55644], CON-POST MID=55644, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:40.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L206, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B86C353F2EB55CD8], CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:40.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55644], KeyToken[127.0.0.1:8204-B86C353F2EB55CD8]] 14:01:40.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 14:01:40.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55644] 14:01:40.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201] replace CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R207, 127.0.0.1:8201] send response NON-2.05 MID=55644, Token=null, OptionSet={}, "server responds hi" 14:01:40.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201, complete]! 14:01:40.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R207, 127.0.0.1:8201, complete] completed NON-2.04 MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 14:01:40.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 14:01:40.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55644] 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204, complete]! 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L206, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B86C353F2EB55CD8] 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L206, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55644] 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L206, 127.0.0.1:8204, complete] completed CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55644, Token=B86C353F2EB55CD8, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L208, 127.0.0.1:8204] send request 14:01:40.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L208, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:40.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L208, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55645], CON-POST MID=55645, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:40.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L208, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F4AF1BE2A431D5BC], CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:40.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55645], KeyToken[127.0.0.1:8204-F4AF1BE2A431D5BC]] 14:01:40.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 14:01:40.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55645] 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201] replace CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R209, 127.0.0.1:8201] send response NON-2.05 MID=55645, Token=null, OptionSet={}, "server responds hi" 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201, complete]! 14:01:40.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R209, 127.0.0.1:8201, complete] completed NON-2.04 MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 14:01:40.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 14:01:40.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55645] 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204, complete]! 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L208, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F4AF1BE2A431D5BC] 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L208, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55645] 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L208, 127.0.0.1:8204, complete] completed CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55645, Token=F4AF1BE2A431D5BC, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L210, 127.0.0.1:8204] send request 14:01:40.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L210, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:40.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L210, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55646], CON-POST MID=55646, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:40.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L210, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5844DF4F18FAEF3A], CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:40.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55646], KeyToken[127.0.0.1:8204-5844DF4F18FAEF3A]] 14:01:40.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 14:01:40.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55646] 14:01:40.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201] replace CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R211, 127.0.0.1:8201] send response NON-2.05 MID=55646, Token=null, OptionSet={}, "server responds hi" 14:01:40.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201, complete]! 14:01:40.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R211, 127.0.0.1:8201, complete] completed NON-2.04 MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 14:01:40.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 14:01:40.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55646] 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204, complete]! 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L210, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5844DF4F18FAEF3A] 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L210, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55646] 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L210, 127.0.0.1:8204, complete] completed CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55646, Token=5844DF4F18FAEF3A, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L212, 127.0.0.1:8204] send request 14:01:40.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L212, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:40.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L212, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55647], CON-POST MID=55647, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:40.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L212, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90995E068751D8E2], CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:40.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55647], KeyToken[127.0.0.1:8204-90995E068751D8E2]] 14:01:40.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 14:01:40.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55647] 14:01:40.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201] replace CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R213, 127.0.0.1:8201] send response NON-2.05 MID=55647, Token=null, OptionSet={}, "server responds hi" 14:01:40.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201, complete]! 14:01:40.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R213, 127.0.0.1:8201, complete] completed NON-2.04 MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 14:01:40.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 14:01:40.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55647] 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204, complete]! 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L212, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90995E068751D8E2] 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L212, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55647] 14:01:40.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L212, 127.0.0.1:8204, complete] completed CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55647, Token=90995E068751D8E2, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L214, 127.0.0.1:8204] send request 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L214, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L214, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55648], CON-POST MID=55648, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L214, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E4DE6312BBF505CE], CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:40.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55648], KeyToken[127.0.0.1:8204-E4DE6312BBF505CE]] 14:01:40.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 14:01:40.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55648] 14:01:40.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201] replace CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R215, 127.0.0.1:8201] send response NON-2.05 MID=55648, Token=null, OptionSet={}, "server responds hi" 14:01:40.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201, complete]! 14:01:40.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R215, 127.0.0.1:8201, complete] completed NON-2.04 MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 14:01:40.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 14:01:40.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55648] 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204, complete]! 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L214, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E4DE6312BBF505CE] 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L214, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55648] 14:01:40.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L214, 127.0.0.1:8204, complete] completed CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55648, Token=E4DE6312BBF505CE, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L216, 127.0.0.1:8204] send request 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L216, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L216, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55649], CON-POST MID=55649, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L216, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98B24141F1356C6B], CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:40.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55649], KeyToken[127.0.0.1:8204-98B24141F1356C6B]] 14:01:40.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 14:01:40.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55649] 14:01:40.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201] replace CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R217, 127.0.0.1:8201] send response NON-2.05 MID=55649, Token=null, OptionSet={}, "server responds hi" 14:01:40.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201, complete]! 14:01:40.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R217, 127.0.0.1:8201, complete] completed NON-2.04 MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 14:01:40.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 14:01:40.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55649] 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204, complete]! 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L216, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98B24141F1356C6B] 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L216, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55649] 14:01:40.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L216, 127.0.0.1:8204, complete] completed CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55649, Token=98B24141F1356C6B, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L218, 127.0.0.1:8204] send request 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L218, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L218, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55650], CON-POST MID=55650, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L218, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-FC0C38A452C3641A], CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:40.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55650], KeyToken[127.0.0.1:8204-FC0C38A452C3641A]] 14:01:40.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 14:01:40.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55650] 14:01:40.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201] replace CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R219, 127.0.0.1:8201] send response NON-2.05 MID=55650, Token=null, OptionSet={}, "server responds hi" 14:01:40.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201, complete]! 14:01:40.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R219, 127.0.0.1:8201, complete] completed NON-2.04 MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 14:01:40.969 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 14:01:40.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55650] 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204, complete]! 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L218, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-FC0C38A452C3641A] 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L218, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55650] 14:01:40.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L218, 127.0.0.1:8204, complete] completed CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55650, Token=FC0C38A452C3641A, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L220, 127.0.0.1:8204] send request 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L220, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L220, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55651], CON-POST MID=55651, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L220, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0169EC6D0B87AA1], CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:40.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55651], KeyToken[127.0.0.1:8204-D0169EC6D0B87AA1]] 14:01:40.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 14:01:40.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55651] 14:01:40.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201] replace CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R221, 127.0.0.1:8201] send response NON-2.05 MID=55651, Token=null, OptionSet={}, "server responds hi" 14:01:40.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201, complete]! 14:01:40.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R221, 127.0.0.1:8201, complete] completed NON-2.04 MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 14:01:40.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 14:01:40.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55651] 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204, complete]! 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L220, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0169EC6D0B87AA1] 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L220, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55651] 14:01:40.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L220, 127.0.0.1:8204, complete] completed CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55651, Token=D0169EC6D0B87AA1, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L222, 127.0.0.1:8204] send request 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L222, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L222, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55652], CON-POST MID=55652, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L222, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2CD1681FB8CE655A], CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:40.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55652], KeyToken[127.0.0.1:8204-2CD1681FB8CE655A]] 14:01:40.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 14:01:40.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55652] 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201] replace CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R223, 127.0.0.1:8201] send response NON-2.05 MID=55652, Token=null, OptionSet={}, "server responds hi" 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201, complete]! 14:01:40.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R223, 127.0.0.1:8201, complete] completed NON-2.04 MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 14:01:40.973 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 14:01:40.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55652] 14:01:40.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204, complete]! 14:01:40.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L222, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2CD1681FB8CE655A] 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L222, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55652] 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L222, 127.0.0.1:8204, complete] completed CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55652, Token=2CD1681FB8CE655A, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L224, 127.0.0.1:8204] send request 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L224, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L224, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55653], CON-POST MID=55653, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L224, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-50DE8E56D776AA8C], CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:40.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55653], KeyToken[127.0.0.1:8204-50DE8E56D776AA8C]] 14:01:40.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 14:01:40.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55653] 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201] replace CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R225, 127.0.0.1:8201] send response NON-2.05 MID=55653, Token=null, OptionSet={}, "server responds hi" 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201, complete]! 14:01:40.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R225, 127.0.0.1:8201, complete] completed NON-2.04 MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 14:01:40.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 14:01:40.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55653] 14:01:40.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204, complete]! 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L224, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-50DE8E56D776AA8C] 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L224, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55653] 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L224, 127.0.0.1:8204, complete] completed CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55653, Token=50DE8E56D776AA8C, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L226, 127.0.0.1:8204] send request 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L226, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L226, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55654], CON-POST MID=55654, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L226, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A44F96CDEC8FAE27], CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:40.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55654], KeyToken[127.0.0.1:8204-A44F96CDEC8FAE27]] 14:01:40.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 14:01:40.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55654] 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201] replace CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R227, 127.0.0.1:8201] send response NON-2.05 MID=55654, Token=null, OptionSet={}, "server responds hi" 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201, complete]! 14:01:40.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R227, 127.0.0.1:8201, complete] completed NON-2.04 MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 14:01:40.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 14:01:40.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55654] 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204, complete]! 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L226, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A44F96CDEC8FAE27] 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L226, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55654] 14:01:40.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L226, 127.0.0.1:8204, complete] completed CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55654, Token=A44F96CDEC8FAE27, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L228, 127.0.0.1:8204] send request 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L228, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L228, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55655], CON-POST MID=55655, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L228, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2449609C32C2D7A8], CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:40.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55655], KeyToken[127.0.0.1:8204-2449609C32C2D7A8]] 14:01:40.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 14:01:40.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55655] 14:01:40.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201] replace CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R229, 127.0.0.1:8201] send response NON-2.05 MID=55655, Token=null, OptionSet={}, "server responds hi" 14:01:40.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201, complete]! 14:01:40.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R229, 127.0.0.1:8201, complete] completed NON-2.04 MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 14:01:40.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 14:01:40.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55655] 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204, complete]! 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L228, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2449609C32C2D7A8] 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L228, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55655] 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L228, 127.0.0.1:8204, complete] completed CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55655, Token=2449609C32C2D7A8, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L230, 127.0.0.1:8204] send request 14:01:40.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L230, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:40.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L230, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55656], CON-POST MID=55656, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:40.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L230, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98F7FDFF82E4166C], CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:40.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55656], KeyToken[127.0.0.1:8204-98F7FDFF82E4166C]] 14:01:40.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 14:01:40.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55656] 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201] replace CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R231, 127.0.0.1:8201] send response NON-2.05 MID=55656, Token=null, OptionSet={}, "server responds hi" 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201, complete]! 14:01:40.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R231, 127.0.0.1:8201, complete] completed NON-2.04 MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 14:01:40.981 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 14:01:40.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55656] 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204, complete]! 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L230, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98F7FDFF82E4166C] 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L230, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55656] 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L230, 127.0.0.1:8204, complete] completed CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55656, Token=98F7FDFF82E4166C, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L232, 127.0.0.1:8204] send request 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L232, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L232, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55657], CON-POST MID=55657, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:40.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L232, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3CAEF1BB6FBEE16E], CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:40.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55657], KeyToken[127.0.0.1:8204-3CAEF1BB6FBEE16E]] 14:01:40.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 14:01:40.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55657] 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201] replace CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R233, 127.0.0.1:8201] send response NON-2.05 MID=55657, Token=null, OptionSet={}, "server responds hi" 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201, complete]! 14:01:40.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R233, 127.0.0.1:8201, complete] completed NON-2.04 MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 14:01:40.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 14:01:40.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55657] 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204, complete]! 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L232, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3CAEF1BB6FBEE16E] 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L232, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55657] 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L232, 127.0.0.1:8204, complete] completed CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55657, Token=3CAEF1BB6FBEE16E, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L234, 127.0.0.1:8204] send request 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L234, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L234, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55658], CON-POST MID=55658, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L234, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CCF536F09DEACB5B], CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:40.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55658], KeyToken[127.0.0.1:8204-CCF536F09DEACB5B]] 14:01:40.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 14:01:40.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55658] 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201] replace CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R235, 127.0.0.1:8201] send response NON-2.05 MID=55658, Token=null, OptionSet={}, "server responds hi" 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201, complete]! 14:01:40.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R235, 127.0.0.1:8201, complete] completed NON-2.04 MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 14:01:40.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 14:01:40.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55658] 14:01:40.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204, complete]! 14:01:40.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L234, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CCF536F09DEACB5B] 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L234, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55658] 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L234, 127.0.0.1:8204, complete] completed CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55658, Token=CCF536F09DEACB5B, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L236, 127.0.0.1:8204] send request 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L236, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L236, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55659], CON-POST MID=55659, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L236, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-504B26B0BF1F89AB], CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:40.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55659], KeyToken[127.0.0.1:8204-504B26B0BF1F89AB]] 14:01:40.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 14:01:40.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55659] 14:01:40.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201] replace CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R237, 127.0.0.1:8201] send response NON-2.05 MID=55659, Token=null, OptionSet={}, "server responds hi" 14:01:40.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201, complete]! 14:01:40.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R237, 127.0.0.1:8201, complete] completed NON-2.04 MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 14:01:40.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 14:01:40.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55659] 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204, complete]! 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L236, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-504B26B0BF1F89AB] 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L236, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55659] 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L236, 127.0.0.1:8204, complete] completed CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55659, Token=504B26B0BF1F89AB, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L238, 127.0.0.1:8204] send request 14:01:40.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L238, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:40.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L238, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55660], CON-POST MID=55660, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:40.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L238, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D8FC2B2E0CA2616A], CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:40.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55660], KeyToken[127.0.0.1:8204-D8FC2B2E0CA2616A]] 14:01:40.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 14:01:40.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55660] 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201] replace CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R239, 127.0.0.1:8201] send response NON-2.05 MID=55660, Token=null, OptionSet={}, "server responds hi" 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201, complete]! 14:01:40.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R239, 127.0.0.1:8201, complete] completed NON-2.04 MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 14:01:40.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 14:01:40.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55660] 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204, complete]! 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L238, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D8FC2B2E0CA2616A] 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L238, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55660] 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L238, 127.0.0.1:8204, complete] completed CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55660, Token=D8FC2B2E0CA2616A, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L240, 127.0.0.1:8204] send request 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L240, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L240, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55661], CON-POST MID=55661, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:40.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L240, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C06650D660E8220E], CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:40.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55661], KeyToken[127.0.0.1:8204-C06650D660E8220E]] 14:01:40.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 14:01:40.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55661] 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201] replace CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R241, 127.0.0.1:8201] send response NON-2.05 MID=55661, Token=null, OptionSet={}, "server responds hi" 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201, complete]! 14:01:40.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R241, 127.0.0.1:8201, complete] completed NON-2.04 MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 14:01:40.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 14:01:40.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55661] 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204, complete]! 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L240, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C06650D660E8220E] 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L240, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55661] 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L240, 127.0.0.1:8204, complete] completed CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55661, Token=C06650D660E8220E, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L242, 127.0.0.1:8204] send request 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L242, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L242, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55662], CON-POST MID=55662, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L242, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0060C20DCF83AAC0], CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:40.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55662], KeyToken[127.0.0.1:8204-0060C20DCF83AAC0]] 14:01:40.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 14:01:40.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55662] 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201] replace CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R243, 127.0.0.1:8201] send response NON-2.05 MID=55662, Token=null, OptionSet={}, "server responds hi" 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201, complete]! 14:01:40.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R243, 127.0.0.1:8201, complete] completed NON-2.04 MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 14:01:40.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 14:01:40.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55662] 14:01:40.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204, complete]! 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L242, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0060C20DCF83AAC0] 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L242, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55662] 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L242, 127.0.0.1:8204, complete] completed CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55662, Token=0060C20DCF83AAC0, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L244, 127.0.0.1:8204] send request 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L244, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L244, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55663], CON-POST MID=55663, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L244, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-20F8036DA26FAB0F], CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:40.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55663], KeyToken[127.0.0.1:8204-20F8036DA26FAB0F]] 14:01:40.992 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 14:01:40.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55663] 14:01:40.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201] replace CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R245, 127.0.0.1:8201] send response NON-2.05 MID=55663, Token=null, OptionSet={}, "server responds hi" 14:01:40.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201, complete]! 14:01:40.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R245, 127.0.0.1:8201, complete] completed NON-2.04 MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 14:01:40.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 14:01:40.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55663] 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204, complete]! 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L244, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-20F8036DA26FAB0F] 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L244, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55663] 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L244, 127.0.0.1:8204, complete] completed CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55663, Token=20F8036DA26FAB0F, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L246, 127.0.0.1:8204] send request 14:01:40.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L246, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:40.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L246, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55664], CON-POST MID=55664, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:40.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L246, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B88157EFB5140088], CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:40.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55664], KeyToken[127.0.0.1:8204-B88157EFB5140088]] 14:01:40.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 14:01:40.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55664] 14:01:40.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201] replace CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R247, 127.0.0.1:8201] send response NON-2.05 MID=55664, Token=null, OptionSet={}, "server responds hi" 14:01:40.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201, complete]! 14:01:40.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R247, 127.0.0.1:8201, complete] completed NON-2.04 MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 14:01:40.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 14:01:40.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55664] 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204, complete]! 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L246, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B88157EFB5140088] 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L246, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55664] 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L246, 127.0.0.1:8204, complete] completed CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55664, Token=B88157EFB5140088, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L248, 127.0.0.1:8204] send request 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L248, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:40.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L248, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55665], CON-POST MID=55665, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:40.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L248, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-40B4F65DEB6A6E0E], CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:40.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55665], KeyToken[127.0.0.1:8204-40B4F65DEB6A6E0E]] 14:01:40.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 14:01:40.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55665] 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201] replace CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R249, 127.0.0.1:8201] send response NON-2.05 MID=55665, Token=null, OptionSet={}, "server responds hi" 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201, complete]! 14:01:40.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R249, 127.0.0.1:8201, complete] completed NON-2.04 MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 14:01:40.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 14:01:40.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55665] 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204, complete]! 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L248, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-40B4F65DEB6A6E0E] 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L248, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55665] 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L248, 127.0.0.1:8204, complete] completed CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55665, Token=40B4F65DEB6A6E0E, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L250, 127.0.0.1:8204] send request 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L250, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L250, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55666], CON-POST MID=55666, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L250, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C592A75A909D92C], CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:40.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55666], KeyToken[127.0.0.1:8204-7C592A75A909D92C]] 14:01:40.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 14:01:40.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55666] 14:01:40.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201] replace CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R251, 127.0.0.1:8201] send response NON-2.05 MID=55666, Token=null, OptionSet={}, "server responds hi" 14:01:40.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201, complete]! 14:01:40.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R251, 127.0.0.1:8201, complete] completed NON-2.04 MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 14:01:40.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:40.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 14:01:40.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55666] 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204, complete]! 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L250, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C592A75A909D92C] 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L250, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55666] 14:01:40.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L250, 127.0.0.1:8204, complete] completed CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55666, Token=7C592A75A909D92C, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L252, 127.0.0.1:8204] send request 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L252, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L252, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55667], CON-POST MID=55667, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L252, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7419EF3A29FF0C2C], CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:40.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55667], KeyToken[127.0.0.1:8204-7419EF3A29FF0C2C]] 14:01:40.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:40.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 14:01:40.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:40.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55667] 14:01:40.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:40.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201] replace CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R253, 127.0.0.1:8201] send response NON-2.05 MID=55667, Token=null, OptionSet={}, "server responds hi" 14:01:41.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201, complete]! 14:01:41.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R253, 127.0.0.1:8201, complete] completed NON-2.04 MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 14:01:41.000 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 14:01:41.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55667] 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204, complete]! 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L252, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7419EF3A29FF0C2C] 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L252, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55667] 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L252, 127.0.0.1:8204, complete] completed CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55667, Token=7419EF3A29FF0C2C, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L254, 127.0.0.1:8204] send request 14:01:41.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L254, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:41.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L254, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55668], CON-POST MID=55668, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:41.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L254, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9CC226E589C45EA2], CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:41.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55668], KeyToken[127.0.0.1:8204-9CC226E589C45EA2]] 14:01:41.001 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 14:01:41.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55668] 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201] replace CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R255, 127.0.0.1:8201] send response NON-2.05 MID=55668, Token=null, OptionSet={}, "server responds hi" 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201, complete]! 14:01:41.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R255, 127.0.0.1:8201, complete] completed NON-2.04 MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 14:01:41.002 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 14:01:41.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55668] 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204, complete]! 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L254, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9CC226E589C45EA2] 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L254, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55668] 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L254, 127.0.0.1:8204, complete] completed CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55668, Token=9CC226E589C45EA2, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L256, 127.0.0.1:8204] send request 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L256, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L256, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55669], CON-POST MID=55669, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L256, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14FAC360283AB340], CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:41.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55669], KeyToken[127.0.0.1:8204-14FAC360283AB340]] 14:01:41.003 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 14:01:41.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55669] 14:01:41.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201] replace CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R257, 127.0.0.1:8201] send response NON-2.05 MID=55669, Token=null, OptionSet={}, "server responds hi" 14:01:41.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201, complete]! 14:01:41.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R257, 127.0.0.1:8201, complete] completed NON-2.04 MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 14:01:41.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 14:01:41.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55669] 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204, complete]! 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L256, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14FAC360283AB340] 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L256, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55669] 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L256, 127.0.0.1:8204, complete] completed CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55669, Token=14FAC360283AB340, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L258, 127.0.0.1:8204] send request 14:01:41.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L258, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:41.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L258, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55670], CON-POST MID=55670, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:41.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L258, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-48A6F69963E3626E], CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:41.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55670], KeyToken[127.0.0.1:8204-48A6F69963E3626E]] 14:01:41.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 14:01:41.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55670] 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201] replace CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R259, 127.0.0.1:8201] send response NON-2.05 MID=55670, Token=null, OptionSet={}, "server responds hi" 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201, complete]! 14:01:41.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R259, 127.0.0.1:8201, complete] completed NON-2.04 MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 14:01:41.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 14:01:41.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55670] 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204, complete]! 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L258, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-48A6F69963E3626E] 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L258, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55670] 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L258, 127.0.0.1:8204, complete] completed CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55670, Token=48A6F69963E3626E, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L260, 127.0.0.1:8204] send request 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L260, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L260, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55671], CON-POST MID=55671, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L260, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C7A8AED25BAAC99], CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:41.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55671], KeyToken[127.0.0.1:8204-0C7A8AED25BAAC99]] 14:01:41.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 14:01:41.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55671] 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201] replace CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R261, 127.0.0.1:8201] send response NON-2.05 MID=55671, Token=null, OptionSet={}, "server responds hi" 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201, complete]! 14:01:41.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R261, 127.0.0.1:8201, complete] completed NON-2.04 MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 14:01:41.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 14:01:41.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55671] 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204, complete]! 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L260, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C7A8AED25BAAC99] 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L260, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55671] 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L260, 127.0.0.1:8204, complete] completed CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55671, Token=0C7A8AED25BAAC99, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L262, 127.0.0.1:8204] send request 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L262, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L262, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55672], CON-POST MID=55672, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L262, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B844E9FACB942BA5], CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:41.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55672], KeyToken[127.0.0.1:8204-B844E9FACB942BA5]] 14:01:41.056 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 14:01:41.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55672] 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201] replace CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R263, 127.0.0.1:8201] send response NON-2.05 MID=55672, Token=null, OptionSet={}, "server responds hi" 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201, complete]! 14:01:41.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R263, 127.0.0.1:8201, complete] completed NON-2.04 MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 14:01:41.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 14:01:41.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55672] 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204, complete]! 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L262, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B844E9FACB942BA5] 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L262, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55672] 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L262, 127.0.0.1:8204, complete] completed CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55672, Token=B844E9FACB942BA5, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L264, 127.0.0.1:8204] send request 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L264, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L264, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55673], CON-POST MID=55673, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L264, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B44E640EC62B2688], CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:41.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55673], KeyToken[127.0.0.1:8204-B44E640EC62B2688]] 14:01:41.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 14:01:41.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55673] 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201] replace CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R265, 127.0.0.1:8201] send response NON-2.05 MID=55673, Token=null, OptionSet={}, "server responds hi" 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201, complete]! 14:01:41.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R265, 127.0.0.1:8201, complete] completed NON-2.04 MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 14:01:41.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 14:01:41.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55673] 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204, complete]! 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L264, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B44E640EC62B2688] 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L264, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55673] 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L264, 127.0.0.1:8204, complete] completed CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55673, Token=B44E640EC62B2688, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L266, 127.0.0.1:8204] send request 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L266, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L266, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55674], CON-POST MID=55674, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:41.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L266, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8B58089EB00A969], CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:41.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55674], KeyToken[127.0.0.1:8204-F8B58089EB00A969]] 14:01:41.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 14:01:41.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55674] 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201] replace CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R267, 127.0.0.1:8201] send response NON-2.05 MID=55674, Token=null, OptionSet={}, "server responds hi" 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201, complete]! 14:01:41.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R267, 127.0.0.1:8201, complete] completed NON-2.04 MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 14:01:41.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 14:01:41.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55674] 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204, complete]! 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L266, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8B58089EB00A969] 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L266, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55674] 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L266, 127.0.0.1:8204, complete] completed CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55674, Token=F8B58089EB00A969, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L268, 127.0.0.1:8204] send request 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L268, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L268, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55675], CON-POST MID=55675, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:41.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L268, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F4411C0BCC1712E4], CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:41.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55675], KeyToken[127.0.0.1:8204-F4411C0BCC1712E4]] 14:01:41.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 14:01:41.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55675] 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201] replace CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R269, 127.0.0.1:8201] send response NON-2.05 MID=55675, Token=null, OptionSet={}, "server responds hi" 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201, complete]! 14:01:41.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R269, 127.0.0.1:8201, complete] completed NON-2.04 MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 14:01:41.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 14:01:41.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55675] 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204, complete]! 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L268, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F4411C0BCC1712E4] 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L268, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55675] 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L268, 127.0.0.1:8204, complete] completed CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55675, Token=F4411C0BCC1712E4, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L270, 127.0.0.1:8204] send request 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L270, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L270, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55676], CON-POST MID=55676, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L270, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A4057F97DD54D604], CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:41.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55676], KeyToken[127.0.0.1:8204-A4057F97DD54D604]] 14:01:41.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 14:01:41.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55676] 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201] replace CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R271, 127.0.0.1:8201] send response NON-2.05 MID=55676, Token=null, OptionSet={}, "server responds hi" 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201, complete]! 14:01:41.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R271, 127.0.0.1:8201, complete] completed NON-2.04 MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 14:01:41.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 14:01:41.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55676] 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204, complete]! 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L270, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A4057F97DD54D604] 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L270, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55676] 14:01:41.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L270, 127.0.0.1:8204, complete] completed CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55676, Token=A4057F97DD54D604, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L272, 127.0.0.1:8204] send request 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L272, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L272, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55677], CON-POST MID=55677, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L272, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C7A883E5C91F859], CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:41.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55677], KeyToken[127.0.0.1:8204-4C7A883E5C91F859]] 14:01:41.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 14:01:41.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55677] 14:01:41.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201] replace CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R273, 127.0.0.1:8201] send response NON-2.05 MID=55677, Token=null, OptionSet={}, "server responds hi" 14:01:41.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201, complete]! 14:01:41.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R273, 127.0.0.1:8201, complete] completed NON-2.04 MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 14:01:41.066 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 14:01:41.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55677] 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204, complete]! 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L272, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C7A883E5C91F859] 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L272, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55677] 14:01:41.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L272, 127.0.0.1:8204, complete] completed CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55677, Token=4C7A883E5C91F859, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L274, 127.0.0.1:8204] send request 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L274, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L274, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55678], CON-POST MID=55678, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L274, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-888D15E85D34C6AB], CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:41.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55678], KeyToken[127.0.0.1:8204-888D15E85D34C6AB]] 14:01:41.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 14:01:41.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55678] 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201] replace CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R275, 127.0.0.1:8201] send response NON-2.05 MID=55678, Token=null, OptionSet={}, "server responds hi" 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201, complete]! 14:01:41.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R275, 127.0.0.1:8201, complete] completed NON-2.04 MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 14:01:41.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 14:01:41.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55678] 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204, complete]! 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L274, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-888D15E85D34C6AB] 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L274, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55678] 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L274, 127.0.0.1:8204, complete] completed CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55678, Token=888D15E85D34C6AB, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L276, 127.0.0.1:8204] send request 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L276, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L276, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55679], CON-POST MID=55679, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L276, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-645AF5DB676E3E94], CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:41.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55679], KeyToken[127.0.0.1:8204-645AF5DB676E3E94]] 14:01:41.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 14:01:41.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55679] 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201] replace CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R277, 127.0.0.1:8201] send response NON-2.05 MID=55679, Token=null, OptionSet={}, "server responds hi" 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201, complete]! 14:01:41.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R277, 127.0.0.1:8201, complete] completed NON-2.04 MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 14:01:41.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 14:01:41.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55679] 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204, complete]! 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L276, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-645AF5DB676E3E94] 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L276, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55679] 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L276, 127.0.0.1:8204, complete] completed CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55679, Token=645AF5DB676E3E94, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L278, 127.0.0.1:8204] send request 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L278, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L278, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55680], CON-POST MID=55680, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L278, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-687BBDB93B3BA671], CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:41.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55680], KeyToken[127.0.0.1:8204-687BBDB93B3BA671]] 14:01:41.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 14:01:41.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55680] 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201] replace CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R279, 127.0.0.1:8201] send response NON-2.05 MID=55680, Token=null, OptionSet={}, "server responds hi" 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201, complete]! 14:01:41.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R279, 127.0.0.1:8201, complete] completed NON-2.04 MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 14:01:41.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 14:01:41.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55680] 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204, complete]! 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L278, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-687BBDB93B3BA671] 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L278, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55680] 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L278, 127.0.0.1:8204, complete] completed CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55680, Token=687BBDB93B3BA671, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L280, 127.0.0.1:8204] send request 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L280, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L280, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55681], CON-POST MID=55681, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L280, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-202FFA487E57E6C8], CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:41.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55681], KeyToken[127.0.0.1:8204-202FFA487E57E6C8]] 14:01:41.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 14:01:41.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55681] 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201] replace CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R281, 127.0.0.1:8201] send response NON-2.05 MID=55681, Token=null, OptionSet={}, "server responds hi" 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201, complete]! 14:01:41.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R281, 127.0.0.1:8201, complete] completed NON-2.04 MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 14:01:41.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 14:01:41.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55681] 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204, complete]! 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L280, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-202FFA487E57E6C8] 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L280, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55681] 14:01:41.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L280, 127.0.0.1:8204, complete] completed CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55681, Token=202FFA487E57E6C8, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L282, 127.0.0.1:8204] send request 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L282, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L282, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55682], CON-POST MID=55682, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L282, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0054A368E6066C3], CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:41.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55682], KeyToken[127.0.0.1:8204-B0054A368E6066C3]] 14:01:41.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 14:01:41.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55682] 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201] replace CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R283, 127.0.0.1:8201] send response NON-2.05 MID=55682, Token=null, OptionSet={}, "server responds hi" 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201, complete]! 14:01:41.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R283, 127.0.0.1:8201, complete] completed NON-2.04 MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 14:01:41.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 14:01:41.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55682] 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204, complete]! 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L282, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0054A368E6066C3] 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L282, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55682] 14:01:41.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L282, 127.0.0.1:8204, complete] completed CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55682, Token=B0054A368E6066C3, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L284, 127.0.0.1:8204] send request 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L284, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L284, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55683], CON-POST MID=55683, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L284, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-00AE97457801A8F8], CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:41.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55683], KeyToken[127.0.0.1:8204-00AE97457801A8F8]] 14:01:41.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 14:01:41.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55683] 14:01:41.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201] replace CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R285, 127.0.0.1:8201] send response NON-2.05 MID=55683, Token=null, OptionSet={}, "server responds hi" 14:01:41.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201, complete]! 14:01:41.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R285, 127.0.0.1:8201, complete] completed NON-2.04 MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 14:01:41.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 14:01:41.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55683] 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204, complete]! 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L284, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-00AE97457801A8F8] 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L284, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55683] 14:01:41.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L284, 127.0.0.1:8204, complete] completed CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55683, Token=00AE97457801A8F8, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L286, 127.0.0.1:8204] send request 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L286, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L286, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55684], CON-POST MID=55684, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L286, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5432D5C7157A33A9], CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:41.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55684], KeyToken[127.0.0.1:8204-5432D5C7157A33A9]] 14:01:41.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 14:01:41.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55684] 14:01:41.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201] replace CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R287, 127.0.0.1:8201] send response NON-2.05 MID=55684, Token=null, OptionSet={}, "server responds hi" 14:01:41.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201, complete]! 14:01:41.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R287, 127.0.0.1:8201, complete] completed NON-2.04 MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 14:01:41.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 14:01:41.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55684] 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204, complete]! 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L286, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5432D5C7157A33A9] 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L286, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55684] 14:01:41.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L286, 127.0.0.1:8204, complete] completed CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55684, Token=5432D5C7157A33A9, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L288, 127.0.0.1:8204] send request 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L288, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L288, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55685], CON-POST MID=55685, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L288, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3425D0E75CA63A3B], CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:41.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55685], KeyToken[127.0.0.1:8204-3425D0E75CA63A3B]] 14:01:41.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 14:01:41.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55685] 14:01:41.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201] replace CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R289, 127.0.0.1:8201] send response NON-2.05 MID=55685, Token=null, OptionSet={}, "server responds hi" 14:01:41.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201, complete]! 14:01:41.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R289, 127.0.0.1:8201, complete] completed NON-2.04 MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 14:01:41.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 14:01:41.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55685] 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204, complete]! 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L288, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3425D0E75CA63A3B] 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L288, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55685] 14:01:41.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L288, 127.0.0.1:8204, complete] completed CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55685, Token=3425D0E75CA63A3B, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L290, 127.0.0.1:8204] send request 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L290, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L290, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55686], CON-POST MID=55686, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L290, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-40CC6C0B9DF740D7], CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:41.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55686], KeyToken[127.0.0.1:8204-40CC6C0B9DF740D7]] 14:01:41.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 14:01:41.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55686] 14:01:41.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201] replace CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R291, 127.0.0.1:8201] send response NON-2.05 MID=55686, Token=null, OptionSet={}, "server responds hi" 14:01:41.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201, complete]! 14:01:41.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R291, 127.0.0.1:8201, complete] completed NON-2.04 MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 14:01:41.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 14:01:41.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55686] 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204, complete]! 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L290, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-40CC6C0B9DF740D7] 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L290, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55686] 14:01:41.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L290, 127.0.0.1:8204, complete] completed CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55686, Token=40CC6C0B9DF740D7, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L292, 127.0.0.1:8204] send request 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L292, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L292, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55687], CON-POST MID=55687, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L292, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B8ACBD0188531CEB], CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:41.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55687], KeyToken[127.0.0.1:8204-B8ACBD0188531CEB]] 14:01:41.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 14:01:41.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55687] 14:01:41.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201] replace CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R293, 127.0.0.1:8201] send response NON-2.05 MID=55687, Token=null, OptionSet={}, "server responds hi" 14:01:41.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201, complete]! 14:01:41.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R293, 127.0.0.1:8201, complete] completed NON-2.04 MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 14:01:41.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 14:01:41.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55687] 14:01:41.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204, complete]! 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L292, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B8ACBD0188531CEB] 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L292, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55687] 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L292, 127.0.0.1:8204, complete] completed CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55687, Token=B8ACBD0188531CEB, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L294, 127.0.0.1:8204] send request 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L294, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L294, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55688], CON-POST MID=55688, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L294, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-305014700A3CE50F], CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:41.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55688], KeyToken[127.0.0.1:8204-305014700A3CE50F]] 14:01:41.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 14:01:41.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55688] 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201] replace CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R295, 127.0.0.1:8201] send response NON-2.05 MID=55688, Token=null, OptionSet={}, "server responds hi" 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201, complete]! 14:01:41.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R295, 127.0.0.1:8201, complete] completed NON-2.04 MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 14:01:41.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 14:01:41.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55688] 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204, complete]! 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L294, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-305014700A3CE50F] 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L294, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55688] 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L294, 127.0.0.1:8204, complete] completed CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55688, Token=305014700A3CE50F, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L296, 127.0.0.1:8204] send request 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L296, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L296, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55689], CON-POST MID=55689, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L296, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90A5A896E8943D98], CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:41.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55689], KeyToken[127.0.0.1:8204-90A5A896E8943D98]] 14:01:41.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 14:01:41.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55689] 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201] replace CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R297, 127.0.0.1:8201] send response NON-2.05 MID=55689, Token=null, OptionSet={}, "server responds hi" 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201, complete]! 14:01:41.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R297, 127.0.0.1:8201, complete] completed NON-2.04 MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 14:01:41.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 14:01:41.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55689] 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204, complete]! 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L296, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90A5A896E8943D98] 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L296, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55689] 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L296, 127.0.0.1:8204, complete] completed CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55689, Token=90A5A896E8943D98, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L298, 127.0.0.1:8204] send request 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L298, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L298, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55690], CON-POST MID=55690, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L298, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-68A351FA61554C4E], CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:41.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55690], KeyToken[127.0.0.1:8204-68A351FA61554C4E]] 14:01:41.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 14:01:41.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55690] 14:01:41.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201] replace CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R299, 127.0.0.1:8201] send response NON-2.05 MID=55690, Token=null, OptionSet={}, "server responds hi" 14:01:41.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201, complete]! 14:01:41.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R299, 127.0.0.1:8201, complete] completed NON-2.04 MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 14:01:41.150 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 14:01:41.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55690] 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204, complete]! 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L298, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-68A351FA61554C4E] 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L298, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55690] 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L298, 127.0.0.1:8204, complete] completed CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55690, Token=68A351FA61554C4E, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L300, 127.0.0.1:8204] send request 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L300, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L300, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55691], CON-POST MID=55691, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L300, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1474DD75D2BC7084], CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:41.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55691], KeyToken[127.0.0.1:8204-1474DD75D2BC7084]] 14:01:41.151 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 14:01:41.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55691] 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201] replace CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R301, 127.0.0.1:8201] send response NON-2.05 MID=55691, Token=null, OptionSet={}, "server responds hi" 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201, complete]! 14:01:41.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R301, 127.0.0.1:8201, complete] completed NON-2.04 MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 14:01:41.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 14:01:41.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55691] 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204, complete]! 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L300, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1474DD75D2BC7084] 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L300, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55691] 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L300, 127.0.0.1:8204, complete] completed CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55691, Token=1474DD75D2BC7084, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L302, 127.0.0.1:8204] send request 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L302, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:41.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L302, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55692], CON-POST MID=55692, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:41.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L302, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C63CBBDBF55FB27], CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:41.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55692], KeyToken[127.0.0.1:8204-4C63CBBDBF55FB27]] 14:01:41.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 14:01:41.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55692] 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201] replace CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R303, 127.0.0.1:8201] send response NON-2.05 MID=55692, Token=null, OptionSet={}, "server responds hi" 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201, complete]! 14:01:41.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R303, 127.0.0.1:8201, complete] completed NON-2.04 MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 14:01:41.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 14:01:41.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55692] 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204, complete]! 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L302, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C63CBBDBF55FB27] 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L302, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55692] 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L302, 127.0.0.1:8204, complete] completed CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55692, Token=4C63CBBDBF55FB27, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L304, 127.0.0.1:8204] send request 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L304, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:41.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L304, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55693], CON-POST MID=55693, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:41.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L304, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D03313C25BD0DF6C], CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:41.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55693], KeyToken[127.0.0.1:8204-D03313C25BD0DF6C]] 14:01:41.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 14:01:41.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55693] 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201] replace CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R305, 127.0.0.1:8201] send response NON-2.05 MID=55693, Token=null, OptionSet={}, "server responds hi" 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201, complete]! 14:01:41.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R305, 127.0.0.1:8201, complete] completed NON-2.04 MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 14:01:41.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 14:01:41.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55693] 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204, complete]! 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L304, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D03313C25BD0DF6C] 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L304, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55693] 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L304, 127.0.0.1:8204, complete] completed CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55693, Token=D03313C25BD0DF6C, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L306, 127.0.0.1:8204] send request 14:01:41.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L306, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:41.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L306, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55694], CON-POST MID=55694, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:41.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L306, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2C7B4A90CD086336], CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:41.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55694], KeyToken[127.0.0.1:8204-2C7B4A90CD086336]] 14:01:41.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 14:01:41.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55694] 14:01:41.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201] replace CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R307, 127.0.0.1:8201] send response NON-2.05 MID=55694, Token=null, OptionSet={}, "server responds hi" 14:01:41.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201, complete]! 14:01:41.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R307, 127.0.0.1:8201, complete] completed NON-2.04 MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 14:01:41.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 14:01:41.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55694] 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204, complete]! 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L306, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2C7B4A90CD086336] 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L306, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55694] 14:01:41.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L306, 127.0.0.1:8204, complete] completed CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55694, Token=2C7B4A90CD086336, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L308, 127.0.0.1:8204] send request 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L308, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L308, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55695], CON-POST MID=55695, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L308, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2C49CBCD2C1EE1A3], CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:41.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55695], KeyToken[127.0.0.1:8204-2C49CBCD2C1EE1A3]] 14:01:41.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 14:01:41.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55695] 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201] replace CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R309, 127.0.0.1:8201] send response NON-2.05 MID=55695, Token=null, OptionSet={}, "server responds hi" 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201, complete]! 14:01:41.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R309, 127.0.0.1:8201, complete] completed NON-2.04 MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 14:01:41.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 14:01:41.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55695] 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204, complete]! 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L308, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2C49CBCD2C1EE1A3] 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L308, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55695] 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L308, 127.0.0.1:8204, complete] completed CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55695, Token=2C49CBCD2C1EE1A3, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L310, 127.0.0.1:8204] send request 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L310, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L310, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55696], CON-POST MID=55696, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L310, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C06A18FB92A8511], CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:41.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55696], KeyToken[127.0.0.1:8204-7C06A18FB92A8511]] 14:01:41.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 14:01:41.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55696] 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201] replace CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R311, 127.0.0.1:8201] send response NON-2.05 MID=55696, Token=null, OptionSet={}, "server responds hi" 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201, complete]! 14:01:41.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R311, 127.0.0.1:8201, complete] completed NON-2.04 MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 14:01:41.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 14:01:41.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55696] 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204, complete]! 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L310, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C06A18FB92A8511] 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L310, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55696] 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L310, 127.0.0.1:8204, complete] completed CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55696, Token=7C06A18FB92A8511, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L312, 127.0.0.1:8204] send request 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L312, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L312, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55697], CON-POST MID=55697, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:41.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L312, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6033D093D0D5A23F], CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:41.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55697], KeyToken[127.0.0.1:8204-6033D093D0D5A23F]] 14:01:41.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 14:01:41.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55697] 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201] replace CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R313, 127.0.0.1:8201] send response NON-2.05 MID=55697, Token=null, OptionSet={}, "server responds hi" 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201, complete]! 14:01:41.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R313, 127.0.0.1:8201, complete] completed NON-2.04 MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 14:01:41.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 14:01:41.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55697] 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204, complete]! 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L312, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6033D093D0D5A23F] 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L312, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55697] 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L312, 127.0.0.1:8204, complete] completed CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55697, Token=6033D093D0D5A23F, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L314, 127.0.0.1:8204] send request 14:01:41.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L314, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:41.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L314, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55698], CON-POST MID=55698, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:41.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L314, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74BD799D98C181FC], CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:41.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55698], KeyToken[127.0.0.1:8204-74BD799D98C181FC]] 14:01:41.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 14:01:41.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55698] 14:01:41.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201] replace CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R315, 127.0.0.1:8201] send response NON-2.05 MID=55698, Token=null, OptionSet={}, "server responds hi" 14:01:41.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201, complete]! 14:01:41.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R315, 127.0.0.1:8201, complete] completed NON-2.04 MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 14:01:41.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 14:01:41.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55698] 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204, complete]! 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L314, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74BD799D98C181FC] 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L314, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55698] 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L314, 127.0.0.1:8204, complete] completed CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55698, Token=74BD799D98C181FC, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L316, 127.0.0.1:8204] send request 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L316, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:41.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L316, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55699], CON-POST MID=55699, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:41.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L316, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3CCE564A43E70CC6], CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:41.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55699], KeyToken[127.0.0.1:8204-3CCE564A43E70CC6]] 14:01:41.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 14:01:41.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55699] 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201] replace CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R317, 127.0.0.1:8201] send response NON-2.05 MID=55699, Token=null, OptionSet={}, "server responds hi" 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201, complete]! 14:01:41.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R317, 127.0.0.1:8201, complete] completed NON-2.04 MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 14:01:41.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 14:01:41.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55699] 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204, complete]! 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L316, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3CCE564A43E70CC6] 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L316, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55699] 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L316, 127.0.0.1:8204, complete] completed CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55699, Token=3CCE564A43E70CC6, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L318, 127.0.0.1:8204] send request 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L318, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:41.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L318, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55700], CON-POST MID=55700, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:41.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L318, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F060032E09D34939], CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:41.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55700], KeyToken[127.0.0.1:8204-F060032E09D34939]] 14:01:41.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 14:01:41.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55700] 14:01:41.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201] replace CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R319, 127.0.0.1:8201] send response NON-2.05 MID=55700, Token=null, OptionSet={}, "server responds hi" 14:01:41.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201, complete]! 14:01:41.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R319, 127.0.0.1:8201, complete] completed NON-2.04 MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 14:01:41.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 14:01:41.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55700] 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204, complete]! 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L318, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F060032E09D34939] 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L318, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55700] 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L318, 127.0.0.1:8204, complete] completed CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55700, Token=F060032E09D34939, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L320, 127.0.0.1:8204] send request 14:01:41.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L320, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:41.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L320, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55701], CON-POST MID=55701, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:41.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L320, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F838EB91C867FE9C], CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:41.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55701], KeyToken[127.0.0.1:8204-F838EB91C867FE9C]] 14:01:41.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 14:01:41.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55701] 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201] replace CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R321, 127.0.0.1:8201] send response NON-2.05 MID=55701, Token=null, OptionSet={}, "server responds hi" 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201, complete]! 14:01:41.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R321, 127.0.0.1:8201, complete] completed NON-2.04 MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 14:01:41.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 14:01:41.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55701] 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204, complete]! 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L320, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F838EB91C867FE9C] 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L320, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55701] 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L320, 127.0.0.1:8204, complete] completed CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55701, Token=F838EB91C867FE9C, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L322, 127.0.0.1:8204] send request 14:01:41.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L322, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:41.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L322, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55702], CON-POST MID=55702, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:41.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L322, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6499BBF14C20A519], CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:41.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55702], KeyToken[127.0.0.1:8204-6499BBF14C20A519]] 14:01:41.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 14:01:41.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55702] 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201] replace CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R323, 127.0.0.1:8201] send response NON-2.05 MID=55702, Token=null, OptionSet={}, "server responds hi" 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201, complete]! 14:01:41.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R323, 127.0.0.1:8201, complete] completed NON-2.04 MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 14:01:41.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 14:01:41.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55702] 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204, complete]! 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L322, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6499BBF14C20A519] 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L322, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55702] 14:01:41.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L322, 127.0.0.1:8204, complete] completed CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55702, Token=6499BBF14C20A519, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L324, 127.0.0.1:8204] send request 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L324, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L324, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55703], CON-POST MID=55703, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L324, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90FAE5586273E12E], CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:41.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55703], KeyToken[127.0.0.1:8204-90FAE5586273E12E]] 14:01:41.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 14:01:41.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55703] 14:01:41.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201] replace CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R325, 127.0.0.1:8201] send response NON-2.05 MID=55703, Token=null, OptionSet={}, "server responds hi" 14:01:41.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201, complete]! 14:01:41.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R325, 127.0.0.1:8201, complete] completed NON-2.04 MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 14:01:41.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 14:01:41.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55703] 14:01:41.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204, complete]! 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L324, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90FAE5586273E12E] 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L324, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55703] 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L324, 127.0.0.1:8204, complete] completed CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55703, Token=90FAE5586273E12E, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L326, 127.0.0.1:8204] send request 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L326, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L326, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55704], CON-POST MID=55704, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L326, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98189E2EF30A8601], CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:41.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55704], KeyToken[127.0.0.1:8204-98189E2EF30A8601]] 14:01:41.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 14:01:41.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55704] 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201] replace CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R327, 127.0.0.1:8201] send response NON-2.05 MID=55704, Token=null, OptionSet={}, "server responds hi" 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201, complete]! 14:01:41.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R327, 127.0.0.1:8201, complete] completed NON-2.04 MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 14:01:41.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 14:01:41.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55704] 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204, complete]! 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L326, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98189E2EF30A8601] 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L326, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55704] 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L326, 127.0.0.1:8204, complete] completed CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55704, Token=98189E2EF30A8601, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L328, 127.0.0.1:8204] send request 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L328, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:41.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L328, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55705], CON-POST MID=55705, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:41.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L328, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A02268895911D63E], CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:41.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55705], KeyToken[127.0.0.1:8204-A02268895911D63E]] 14:01:41.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 14:01:41.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55705] 14:01:41.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201] replace CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R329, 127.0.0.1:8201] send response NON-2.05 MID=55705, Token=null, OptionSet={}, "server responds hi" 14:01:41.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201, complete]! 14:01:41.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R329, 127.0.0.1:8201, complete] completed NON-2.04 MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 14:01:41.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 14:01:41.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55705] 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204, complete]! 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L328, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A02268895911D63E] 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L328, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55705] 14:01:41.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L328, 127.0.0.1:8204, complete] completed CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55705, Token=A02268895911D63E, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L330, 127.0.0.1:8204] send request 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L330, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L330, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55706], CON-POST MID=55706, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L330, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-44464E299113D0FD], CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:41.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55706], KeyToken[127.0.0.1:8204-44464E299113D0FD]] 14:01:41.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 14:01:41.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55706] 14:01:41.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201] replace CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R331, 127.0.0.1:8201] send response NON-2.05 MID=55706, Token=null, OptionSet={}, "server responds hi" 14:01:41.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201, complete]! 14:01:41.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R331, 127.0.0.1:8201, complete] completed NON-2.04 MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 14:01:41.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 14:01:41.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55706] 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204, complete]! 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L330, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-44464E299113D0FD] 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L330, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55706] 14:01:41.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L330, 127.0.0.1:8204, complete] completed CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55706, Token=44464E299113D0FD, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L332, 127.0.0.1:8204] send request 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L332, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L332, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55707], CON-POST MID=55707, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L332, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8EC587328EAC1FB], CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:41.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55707], KeyToken[127.0.0.1:8204-F8EC587328EAC1FB]] 14:01:41.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 14:01:41.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55707] 14:01:41.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201] replace CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R333, 127.0.0.1:8201] send response NON-2.05 MID=55707, Token=null, OptionSet={}, "server responds hi" 14:01:41.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201, complete]! 14:01:41.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R333, 127.0.0.1:8201, complete] completed NON-2.04 MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 14:01:41.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 14:01:41.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55707] 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204, complete]! 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L332, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8EC587328EAC1FB] 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L332, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55707] 14:01:41.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L332, 127.0.0.1:8204, complete] completed CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55707, Token=F8EC587328EAC1FB, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L334, 127.0.0.1:8204] send request 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L334, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L334, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55708], CON-POST MID=55708, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L334, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C0DE51B7B162F664], CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:41.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55708], KeyToken[127.0.0.1:8204-C0DE51B7B162F664]] 14:01:41.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 14:01:41.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55708] 14:01:41.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201] replace CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R335, 127.0.0.1:8201] send response NON-2.05 MID=55708, Token=null, OptionSet={}, "server responds hi" 14:01:41.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201, complete]! 14:01:41.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R335, 127.0.0.1:8201, complete] completed NON-2.04 MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 14:01:41.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 14:01:41.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55708] 14:01:41.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204, complete]! 14:01:41.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L334, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C0DE51B7B162F664] 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L334, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55708] 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L334, 127.0.0.1:8204, complete] completed CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55708, Token=C0DE51B7B162F664, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L336, 127.0.0.1:8204] send request 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L336, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L336, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55709], CON-POST MID=55709, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:41.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L336, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0CDCA5F8AD44A177], CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:41.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55709], KeyToken[127.0.0.1:8204-0CDCA5F8AD44A177]] 14:01:41.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 14:01:41.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55709] 14:01:41.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201] replace CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R337, 127.0.0.1:8201] send response NON-2.05 MID=55709, Token=null, OptionSet={}, "server responds hi" 14:01:41.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201, complete]! 14:01:41.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R337, 127.0.0.1:8201, complete] completed NON-2.04 MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 14:01:41.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 14:01:41.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55709] 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204, complete]! 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L336, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0CDCA5F8AD44A177] 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L336, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55709] 14:01:41.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L336, 127.0.0.1:8204, complete] completed CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55709, Token=0CDCA5F8AD44A177, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L338, 127.0.0.1:8204] send request 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L338, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L338, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55710], CON-POST MID=55710, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L338, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-18CE46A2F92139E0], CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:41.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55710], KeyToken[127.0.0.1:8204-18CE46A2F92139E0]] 14:01:41.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 14:01:41.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55710] 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201] replace CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R339, 127.0.0.1:8201] send response NON-2.05 MID=55710, Token=null, OptionSet={}, "server responds hi" 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201, complete]! 14:01:41.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R339, 127.0.0.1:8201, complete] completed NON-2.04 MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 14:01:41.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 14:01:41.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55710] 14:01:41.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204, complete]! 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L338, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-18CE46A2F92139E0] 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L338, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55710] 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L338, 127.0.0.1:8204, complete] completed CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55710, Token=18CE46A2F92139E0, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L340, 127.0.0.1:8204] send request 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L340, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L340, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55711], CON-POST MID=55711, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L340, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6009DA148BE336B4], CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:41.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55711], KeyToken[127.0.0.1:8204-6009DA148BE336B4]] 14:01:41.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 14:01:41.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55711] 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201] replace CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R341, 127.0.0.1:8201] send response NON-2.05 MID=55711, Token=null, OptionSet={}, "server responds hi" 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201, complete]! 14:01:41.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R341, 127.0.0.1:8201, complete] completed NON-2.04 MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 14:01:41.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 14:01:41.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55711] 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204, complete]! 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L340, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6009DA148BE336B4] 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L340, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55711] 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L340, 127.0.0.1:8204, complete] completed CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55711, Token=6009DA148BE336B4, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L342, 127.0.0.1:8204] send request 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L342, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L342, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55712], CON-POST MID=55712, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:41.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L342, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC8136A3FEB43A91], CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:41.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55712], KeyToken[127.0.0.1:8204-BC8136A3FEB43A91]] 14:01:41.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 14:01:41.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55712] 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201] replace CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R343, 127.0.0.1:8201] send response NON-2.05 MID=55712, Token=null, OptionSet={}, "server responds hi" 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201, complete]! 14:01:41.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R343, 127.0.0.1:8201, complete] completed NON-2.04 MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 14:01:41.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 14:01:41.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55712] 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204, complete]! 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L342, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC8136A3FEB43A91] 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L342, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55712] 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L342, 127.0.0.1:8204, complete] completed CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55712, Token=BC8136A3FEB43A91, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L344, 127.0.0.1:8204] send request 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L344, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:41.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L344, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55713], CON-POST MID=55713, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:41.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L344, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CC6205BD6BCA0EBB], CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:41.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55713], KeyToken[127.0.0.1:8204-CC6205BD6BCA0EBB]] 14:01:41.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 14:01:41.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55713] 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201] replace CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R345, 127.0.0.1:8201] send response NON-2.05 MID=55713, Token=null, OptionSet={}, "server responds hi" 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201, complete]! 14:01:41.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R345, 127.0.0.1:8201, complete] completed NON-2.04 MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 14:01:41.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 14:01:41.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55713] 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204, complete]! 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L344, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CC6205BD6BCA0EBB] 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L344, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55713] 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L344, 127.0.0.1:8204, complete] completed CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55713, Token=CC6205BD6BCA0EBB, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L346, 127.0.0.1:8204] send request 14:01:41.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L346, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:41.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L346, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55714], CON-POST MID=55714, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:41.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L346, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D8F0BA030EFF0EFD], CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:41.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55714], KeyToken[127.0.0.1:8204-D8F0BA030EFF0EFD]] 14:01:41.264 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 14:01:41.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55714] 14:01:41.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201] replace CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R347, 127.0.0.1:8201] send response NON-2.05 MID=55714, Token=null, OptionSet={}, "server responds hi" 14:01:41.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201, complete]! 14:01:41.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R347, 127.0.0.1:8201, complete] completed NON-2.04 MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 14:01:41.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 14:01:41.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55714] 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204, complete]! 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L346, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D8F0BA030EFF0EFD] 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L346, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55714] 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L346, 127.0.0.1:8204, complete] completed CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55714, Token=D8F0BA030EFF0EFD, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L348, 127.0.0.1:8204] send request 14:01:41.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L348, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:41.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L348, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55715], CON-POST MID=55715, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:41.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L348, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D80429F92E60AA44], CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:41.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55715], KeyToken[127.0.0.1:8204-D80429F92E60AA44]] 14:01:41.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 14:01:41.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55715] 14:01:41.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201] replace CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R349, 127.0.0.1:8201] send response NON-2.05 MID=55715, Token=null, OptionSet={}, "server responds hi" 14:01:41.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201, complete]! 14:01:41.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R349, 127.0.0.1:8201, complete] completed NON-2.04 MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 14:01:41.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 14:01:41.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55715] 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204, complete]! 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L348, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D80429F92E60AA44] 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L348, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55715] 14:01:41.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L348, 127.0.0.1:8204, complete] completed CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55715, Token=D80429F92E60AA44, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L350, 127.0.0.1:8204] send request 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L350, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L350, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55716], CON-POST MID=55716, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L350, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4EDFE7238891637], CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:41.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55716], KeyToken[127.0.0.1:8204-D4EDFE7238891637]] 14:01:41.268 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 14:01:41.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55716] 14:01:41.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201] replace CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R351, 127.0.0.1:8201] send response NON-2.05 MID=55716, Token=null, OptionSet={}, "server responds hi" 14:01:41.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201, complete]! 14:01:41.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R351, 127.0.0.1:8201, complete] completed NON-2.04 MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 14:01:41.269 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 14:01:41.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55716] 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204, complete]! 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L350, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4EDFE7238891637] 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L350, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55716] 14:01:41.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L350, 127.0.0.1:8204, complete] completed CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55716, Token=D4EDFE7238891637, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L352, 127.0.0.1:8204] send request 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L352, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L352, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55717], CON-POST MID=55717, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L352, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-AC06330D4D0BABBF], CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:41.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55717], KeyToken[127.0.0.1:8204-AC06330D4D0BABBF]] 14:01:41.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 14:01:41.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55717] 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201] replace CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R353, 127.0.0.1:8201] send response NON-2.05 MID=55717, Token=null, OptionSet={}, "server responds hi" 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201, complete]! 14:01:41.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R353, 127.0.0.1:8201, complete] completed NON-2.04 MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 14:01:41.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 14:01:41.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55717] 14:01:41.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204, complete]! 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L352, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-AC06330D4D0BABBF] 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L352, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55717] 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L352, 127.0.0.1:8204, complete] completed CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55717, Token=AC06330D4D0BABBF, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L354, 127.0.0.1:8204] send request 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L354, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L354, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55718], CON-POST MID=55718, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L354, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8194292475AE3CE], CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:41.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55718], KeyToken[127.0.0.1:8204-F8194292475AE3CE]] 14:01:41.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 14:01:41.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55718] 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201] replace CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R355, 127.0.0.1:8201] send response NON-2.05 MID=55718, Token=null, OptionSet={}, "server responds hi" 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201, complete]! 14:01:41.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R355, 127.0.0.1:8201, complete] completed NON-2.04 MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 14:01:41.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 14:01:41.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55718] 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204, complete]! 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L354, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8194292475AE3CE] 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L354, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55718] 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L354, 127.0.0.1:8204, complete] completed CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55718, Token=F8194292475AE3CE, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L356, 127.0.0.1:8204] send request 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L356, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:41.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L356, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55719], CON-POST MID=55719, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:41.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L356, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F4E20C4757E4C8D5], CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:41.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55719], KeyToken[127.0.0.1:8204-F4E20C4757E4C8D5]] 14:01:41.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 14:01:41.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55719] 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201] replace CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R357, 127.0.0.1:8201] send response NON-2.05 MID=55719, Token=null, OptionSet={}, "server responds hi" 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201, complete]! 14:01:41.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R357, 127.0.0.1:8201, complete] completed NON-2.04 MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 14:01:41.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 14:01:41.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55719] 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204, complete]! 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L356, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F4E20C4757E4C8D5] 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L356, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55719] 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L356, 127.0.0.1:8204, complete] completed CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55719, Token=F4E20C4757E4C8D5, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L358, 127.0.0.1:8204] send request 14:01:41.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L358, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:41.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L358, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55720], CON-POST MID=55720, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:41.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L358, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B012F13014E1ADD1], CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:41.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55720], KeyToken[127.0.0.1:8204-B012F13014E1ADD1]] 14:01:41.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 14:01:41.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55720] 14:01:41.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201] replace CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R359, 127.0.0.1:8201] send response NON-2.05 MID=55720, Token=null, OptionSet={}, "server responds hi" 14:01:41.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201, complete]! 14:01:41.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R359, 127.0.0.1:8201, complete] completed NON-2.04 MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 14:01:41.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 14:01:41.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55720] 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204, complete]! 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L358, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B012F13014E1ADD1] 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L358, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55720] 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L358, 127.0.0.1:8204, complete] completed CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55720, Token=B012F13014E1ADD1, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L360, 127.0.0.1:8204] send request 14:01:41.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L360, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:41.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L360, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55721], CON-POST MID=55721, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:41.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L360, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0C664F682685A5E], CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:41.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55721], KeyToken[127.0.0.1:8204-D0C664F682685A5E]] 14:01:41.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 14:01:41.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55721] 14:01:41.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201] replace CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R361, 127.0.0.1:8201] send response NON-2.05 MID=55721, Token=null, OptionSet={}, "server responds hi" 14:01:41.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201, complete]! 14:01:41.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R361, 127.0.0.1:8201, complete] completed NON-2.04 MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 14:01:41.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 14:01:41.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55721] 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204, complete]! 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L360, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0C664F682685A5E] 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L360, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55721] 14:01:41.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L360, 127.0.0.1:8204, complete] completed CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55721, Token=D0C664F682685A5E, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L362, 127.0.0.1:8204] send request 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L362, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L362, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55722], CON-POST MID=55722, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L362, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8806599DE48532C0], CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:41.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55722], KeyToken[127.0.0.1:8204-8806599DE48532C0]] 14:01:41.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 14:01:41.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55722] 14:01:41.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201] replace CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R363, 127.0.0.1:8201] send response NON-2.05 MID=55722, Token=null, OptionSet={}, "server responds hi" 14:01:41.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201, complete]! 14:01:41.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R363, 127.0.0.1:8201, complete] completed NON-2.04 MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 14:01:41.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 14:01:41.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55722] 14:01:41.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204, complete]! 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L362, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8806599DE48532C0] 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L362, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55722] 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L362, 127.0.0.1:8204, complete] completed CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55722, Token=8806599DE48532C0, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L364, 127.0.0.1:8204] send request 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L364, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L364, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55723], CON-POST MID=55723, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L364, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54BCC5F26D28ACAC], CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:41.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55723], KeyToken[127.0.0.1:8204-54BCC5F26D28ACAC]] 14:01:41.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 14:01:41.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55723] 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201] replace CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R365, 127.0.0.1:8201] send response NON-2.05 MID=55723, Token=null, OptionSet={}, "server responds hi" 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201, complete]! 14:01:41.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R365, 127.0.0.1:8201, complete] completed NON-2.04 MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 14:01:41.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 14:01:41.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55723] 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204, complete]! 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L364, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54BCC5F26D28ACAC] 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L364, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55723] 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L364, 127.0.0.1:8204, complete] completed CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55723, Token=54BCC5F26D28ACAC, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L366, 127.0.0.1:8204] send request 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L366, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:41.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L366, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55724], CON-POST MID=55724, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:41.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L366, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-88CF5BB4943E3859], CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:41.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55724], KeyToken[127.0.0.1:8204-88CF5BB4943E3859]] 14:01:41.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 14:01:41.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55724] 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201] replace CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R367, 127.0.0.1:8201] send response NON-2.05 MID=55724, Token=null, OptionSet={}, "server responds hi" 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201, complete]! 14:01:41.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R367, 127.0.0.1:8201, complete] completed NON-2.04 MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 14:01:41.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 14:01:41.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55724] 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204, complete]! 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L366, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-88CF5BB4943E3859] 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L366, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55724] 14:01:41.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L366, 127.0.0.1:8204, complete] completed CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55724, Token=88CF5BB4943E3859, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 14:01:41.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L368, 127.0.0.1:8204] send request 14:01:41.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L368, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:41.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L368, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55725], CON-POST MID=55725, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:41.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L368, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-682E6E14A69D3CC9], CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:41.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55725], KeyToken[127.0.0.1:8204-682E6E14A69D3CC9]] 14:01:41.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 14:01:41.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55725] 14:01:41.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201] replace CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R369, 127.0.0.1:8201] send response NON-2.05 MID=55725, Token=null, OptionSet={}, "server responds hi" 14:01:41.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201, complete]! 14:01:41.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R369, 127.0.0.1:8201, complete] completed NON-2.04 MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 14:01:41.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 14:01:41.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55725] 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204, complete]! 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L368, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-682E6E14A69D3CC9] 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L368, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55725] 14:01:41.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L368, 127.0.0.1:8204, complete] completed CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55725, Token=682E6E14A69D3CC9, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L370, 127.0.0.1:8204] send request 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L370, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L370, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55726], CON-POST MID=55726, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L370, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C4AB85B3F13CBA95], CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:41.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55726], KeyToken[127.0.0.1:8204-C4AB85B3F13CBA95]] 14:01:41.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 14:01:41.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55726] 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201] replace CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R371, 127.0.0.1:8201] send response NON-2.05 MID=55726, Token=null, OptionSet={}, "server responds hi" 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201, complete]! 14:01:41.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R371, 127.0.0.1:8201, complete] completed NON-2.04 MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 14:01:41.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 14:01:41.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55726] 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204, complete]! 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L370, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C4AB85B3F13CBA95] 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L370, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55726] 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L370, 127.0.0.1:8204, complete] completed CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55726, Token=C4AB85B3F13CBA95, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L372, 127.0.0.1:8204] send request 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L372, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:41.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L372, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55727], CON-POST MID=55727, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:41.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L372, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F83382E1A48CE267], CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:41.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55727], KeyToken[127.0.0.1:8204-F83382E1A48CE267]] 14:01:41.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 14:01:41.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55727] 14:01:41.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201] replace CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R373, 127.0.0.1:8201] send response NON-2.05 MID=55727, Token=null, OptionSet={}, "server responds hi" 14:01:41.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201, complete]! 14:01:41.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R373, 127.0.0.1:8201, complete] completed NON-2.04 MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 14:01:41.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 14:01:41.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55727] 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204, complete]! 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L372, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F83382E1A48CE267] 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L372, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55727] 14:01:41.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L372, 127.0.0.1:8204, complete] completed CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55727, Token=F83382E1A48CE267, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L374, 127.0.0.1:8204] send request 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L374, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L374, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55728], CON-POST MID=55728, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L374, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-601819D753BCF7C5], CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:41.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55728], KeyToken[127.0.0.1:8204-601819D753BCF7C5]] 14:01:41.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 14:01:41.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55728] 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201] replace CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R375, 127.0.0.1:8201] send response NON-2.05 MID=55728, Token=null, OptionSet={}, "server responds hi" 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201, complete]! 14:01:41.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R375, 127.0.0.1:8201, complete] completed NON-2.04 MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 14:01:41.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 14:01:41.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55728] 14:01:41.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204, complete]! 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L374, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-601819D753BCF7C5] 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L374, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55728] 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L374, 127.0.0.1:8204, complete] completed CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55728, Token=601819D753BCF7C5, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L376, 127.0.0.1:8204] send request 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L376, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L376, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55729], CON-POST MID=55729, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L376, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C9EB52F15B2719D], CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:41.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55729], KeyToken[127.0.0.1:8204-9C9EB52F15B2719D]] 14:01:41.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 14:01:41.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55729] 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201] replace CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R377, 127.0.0.1:8201] send response NON-2.05 MID=55729, Token=null, OptionSet={}, "server responds hi" 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201, complete]! 14:01:41.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R377, 127.0.0.1:8201, complete] completed NON-2.04 MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 14:01:41.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 14:01:41.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55729] 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204, complete]! 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L376, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C9EB52F15B2719D] 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L376, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55729] 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L376, 127.0.0.1:8204, complete] completed CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55729, Token=9C9EB52F15B2719D, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L378, 127.0.0.1:8204] send request 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L378, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:41.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L378, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55730], CON-POST MID=55730, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:41.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L378, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E8EC8E073BF106FF], CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:41.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55730], KeyToken[127.0.0.1:8204-E8EC8E073BF106FF]] 14:01:41.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 14:01:41.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55730] 14:01:41.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201] replace CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R379, 127.0.0.1:8201] send response NON-2.05 MID=55730, Token=null, OptionSet={}, "server responds hi" 14:01:41.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201, complete]! 14:01:41.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R379, 127.0.0.1:8201, complete] completed NON-2.04 MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 14:01:41.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 14:01:41.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55730] 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204, complete]! 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L378, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E8EC8E073BF106FF] 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L378, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55730] 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L378, 127.0.0.1:8204, complete] completed CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55730, Token=E8EC8E073BF106FF, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L380, 127.0.0.1:8204] send request 14:01:41.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L380, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:41.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L380, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55731], CON-POST MID=55731, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:41.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L380, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-AC88990C418EBBBD], CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:41.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55731], KeyToken[127.0.0.1:8204-AC88990C418EBBBD]] 14:01:41.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 14:01:41.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55731] 14:01:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201] replace CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R381, 127.0.0.1:8201] send response NON-2.05 MID=55731, Token=null, OptionSet={}, "server responds hi" 14:01:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201, complete]! 14:01:41.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R381, 127.0.0.1:8201, complete] completed NON-2.04 MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 14:01:41.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 14:01:41.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55731] 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204, complete]! 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L380, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-AC88990C418EBBBD] 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L380, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55731] 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L380, 127.0.0.1:8204, complete] completed CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55731, Token=AC88990C418EBBBD, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L382, 127.0.0.1:8204] send request 14:01:41.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L382, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:41.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L382, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55732], CON-POST MID=55732, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:41.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L382, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C8EC571A2F9D0D5], CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:41.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55732], KeyToken[127.0.0.1:8204-3C8EC571A2F9D0D5]] 14:01:41.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 14:01:41.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55732] 14:01:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201] replace CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R383, 127.0.0.1:8201] send response NON-2.05 MID=55732, Token=null, OptionSet={}, "server responds hi" 14:01:41.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201, complete]! 14:01:41.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R383, 127.0.0.1:8201, complete] completed NON-2.04 MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 14:01:41.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 14:01:41.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55732] 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204, complete]! 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L382, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C8EC571A2F9D0D5] 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L382, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55732] 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L382, 127.0.0.1:8204, complete] completed CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55732, Token=3C8EC571A2F9D0D5, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L384, 127.0.0.1:8204] send request 14:01:41.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L384, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L384, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55733], CON-POST MID=55733, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L384, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E4F3E25C852E4C25], CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:41.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55733], KeyToken[127.0.0.1:8204-E4F3E25C852E4C25]] 14:01:41.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 14:01:41.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55733] 14:01:41.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201] replace CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R385, 127.0.0.1:8201] send response NON-2.05 MID=55733, Token=null, OptionSet={}, "server responds hi" 14:01:41.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201, complete]! 14:01:41.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R385, 127.0.0.1:8201, complete] completed NON-2.04 MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 14:01:41.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 14:01:41.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55733] 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204, complete]! 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L384, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E4F3E25C852E4C25] 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L384, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55733] 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L384, 127.0.0.1:8204, complete] completed CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55733, Token=E4F3E25C852E4C25, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L386, 127.0.0.1:8204] send request 14:01:41.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L386, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:41.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L386, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55734], CON-POST MID=55734, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:41.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L386, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-EC42C318C7B2151A], CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:41.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55734], KeyToken[127.0.0.1:8204-EC42C318C7B2151A]] 14:01:41.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 14:01:41.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55734] 14:01:41.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201] replace CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R387, 127.0.0.1:8201] send response NON-2.05 MID=55734, Token=null, OptionSet={}, "server responds hi" 14:01:41.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201, complete]! 14:01:41.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R387, 127.0.0.1:8201, complete] completed NON-2.04 MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 14:01:41.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 14:01:41.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55734] 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204, complete]! 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L386, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-EC42C318C7B2151A] 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L386, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55734] 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L386, 127.0.0.1:8204, complete] completed CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55734, Token=EC42C318C7B2151A, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L388, 127.0.0.1:8204] send request 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L388, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L388, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55735], CON-POST MID=55735, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L388, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C357DFD2F8E4012], CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:41.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55735], KeyToken[127.0.0.1:8204-4C357DFD2F8E4012]] 14:01:41.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 14:01:41.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55735] 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201] replace CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R389, 127.0.0.1:8201] send response NON-2.05 MID=55735, Token=null, OptionSet={}, "server responds hi" 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201, complete]! 14:01:41.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R389, 127.0.0.1:8201, complete] completed NON-2.04 MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 14:01:41.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 14:01:41.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55735] 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204, complete]! 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L388, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C357DFD2F8E4012] 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L388, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55735] 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L388, 127.0.0.1:8204, complete] completed CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55735, Token=4C357DFD2F8E4012, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L390, 127.0.0.1:8204] send request 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L390, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L390, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55736], CON-POST MID=55736, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L390, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0AE47775D4062E4], CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:41.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55736], KeyToken[127.0.0.1:8204-E0AE47775D4062E4]] 14:01:41.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 14:01:41.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55736] 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201] replace CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R391, 127.0.0.1:8201] send response NON-2.05 MID=55736, Token=null, OptionSet={}, "server responds hi" 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201, complete]! 14:01:41.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R391, 127.0.0.1:8201, complete] completed NON-2.04 MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 14:01:41.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 14:01:41.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55736] 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204, complete]! 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L390, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0AE47775D4062E4] 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L390, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55736] 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L390, 127.0.0.1:8204, complete] completed CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55736, Token=E0AE47775D4062E4, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L392, 127.0.0.1:8204] send request 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L392, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L392, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55737], CON-POST MID=55737, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:41.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L392, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-ACCBAAD31A410005], CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:41.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55737], KeyToken[127.0.0.1:8204-ACCBAAD31A410005]] 14:01:41.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 14:01:41.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55737] 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201] replace CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R393, 127.0.0.1:8201] send response NON-2.05 MID=55737, Token=null, OptionSet={}, "server responds hi" 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201, complete]! 14:01:41.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R393, 127.0.0.1:8201, complete] completed NON-2.04 MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 14:01:41.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 14:01:41.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55737] 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204, complete]! 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L392, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-ACCBAAD31A410005] 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L392, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55737] 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L392, 127.0.0.1:8204, complete] completed CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55737, Token=ACCBAAD31A410005, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L394, 127.0.0.1:8204] send request 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L394, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:41.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L394, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55738], CON-POST MID=55738, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:41.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L394, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-64EF2492DB1EC625], CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:41.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55738], KeyToken[127.0.0.1:8204-64EF2492DB1EC625]] 14:01:41.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 14:01:41.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55738] 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201] replace CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R395, 127.0.0.1:8201] send response NON-2.05 MID=55738, Token=null, OptionSet={}, "server responds hi" 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201, complete]! 14:01:41.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R395, 127.0.0.1:8201, complete] completed NON-2.04 MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 14:01:41.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 14:01:41.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55738] 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204, complete]! 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L394, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-64EF2492DB1EC625] 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L394, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55738] 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L394, 127.0.0.1:8204, complete] completed CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55738, Token=64EF2492DB1EC625, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L396, 127.0.0.1:8204] send request 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L396, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:41.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L396, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55739], CON-POST MID=55739, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:41.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L396, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-58FF389398EA81EE], CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:41.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55739], KeyToken[127.0.0.1:8204-58FF389398EA81EE]] 14:01:41.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 14:01:41.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55739] 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201] replace CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R397, 127.0.0.1:8201] send response NON-2.05 MID=55739, Token=null, OptionSet={}, "server responds hi" 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201, complete]! 14:01:41.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R397, 127.0.0.1:8201, complete] completed NON-2.04 MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 14:01:41.384 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 14:01:41.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55739] 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204, complete]! 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L396, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-58FF389398EA81EE] 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L396, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55739] 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L396, 127.0.0.1:8204, complete] completed CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55739, Token=58FF389398EA81EE, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L398, 127.0.0.1:8204] send request 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L398, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:41.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L398, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55740], CON-POST MID=55740, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:41.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L398, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7CE43EA2ED77803E], CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:41.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55740], KeyToken[127.0.0.1:8204-7CE43EA2ED77803E]] 14:01:41.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 14:01:41.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55740] 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201] replace CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R399, 127.0.0.1:8201] send response NON-2.05 MID=55740, Token=null, OptionSet={}, "server responds hi" 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201, complete]! 14:01:41.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R399, 127.0.0.1:8201, complete] completed NON-2.04 MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 14:01:41.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 14:01:41.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55740] 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204, complete]! 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L398, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7CE43EA2ED77803E] 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L398, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55740] 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L398, 127.0.0.1:8204, complete] completed CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55740, Token=7CE43EA2ED77803E, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L400, 127.0.0.1:8204] send request 14:01:41.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L400, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:41.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L400, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55741], CON-POST MID=55741, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:41.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L400, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84FA9E4160DEE5AE], CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:41.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55741], KeyToken[127.0.0.1:8204-84FA9E4160DEE5AE]] 14:01:41.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 14:01:41.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55741] 14:01:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201] replace CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R401, 127.0.0.1:8201] send response NON-2.05 MID=55741, Token=null, OptionSet={}, "server responds hi" 14:01:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201, complete]! 14:01:41.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R401, 127.0.0.1:8201, complete] completed NON-2.04 MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 14:01:41.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 14:01:41.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55741] 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204, complete]! 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L400, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84FA9E4160DEE5AE] 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L400, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55741] 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L400, 127.0.0.1:8204, complete] completed CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55741, Token=84FA9E4160DEE5AE, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L402, 127.0.0.1:8204] send request 14:01:41.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L402, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:41.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L402, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55742], CON-POST MID=55742, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:41.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L402, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0CE1C9AAC00B5B93], CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:41.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55742], KeyToken[127.0.0.1:8204-0CE1C9AAC00B5B93]] 14:01:41.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 14:01:41.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55742] 14:01:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201] replace CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R403, 127.0.0.1:8201] send response NON-2.05 MID=55742, Token=null, OptionSet={}, "server responds hi" 14:01:41.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201, complete]! 14:01:41.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R403, 127.0.0.1:8201, complete] completed NON-2.04 MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 14:01:41.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 14:01:41.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55742] 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204, complete]! 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L402, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0CE1C9AAC00B5B93] 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L402, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55742] 14:01:41.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L402, 127.0.0.1:8204, complete] completed CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55742, Token=0CE1C9AAC00B5B93, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 14:01:41.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L404, 127.0.0.1:8204] send request 14:01:41.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L404, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:41.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L404, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55743], CON-POST MID=55743, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:41.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L404, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1473A13D5B2CBA5D], CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:41.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55743], KeyToken[127.0.0.1:8204-1473A13D5B2CBA5D]] 14:01:41.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 14:01:41.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55743] 14:01:41.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201] replace CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R405, 127.0.0.1:8201] send response NON-2.05 MID=55743, Token=null, OptionSet={}, "server responds hi" 14:01:41.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201, complete]! 14:01:41.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R405, 127.0.0.1:8201, complete] completed NON-2.04 MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 14:01:41.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 14:01:41.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55743] 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204, complete]! 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L404, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1473A13D5B2CBA5D] 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L404, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55743] 14:01:41.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L404, 127.0.0.1:8204, complete] completed CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55743, Token=1473A13D5B2CBA5D, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L406, 127.0.0.1:8204] send request 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L406, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L406, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55744], CON-POST MID=55744, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L406, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4A9432078BDD2E1], CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:41.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55744], KeyToken[127.0.0.1:8204-B4A9432078BDD2E1]] 14:01:41.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 14:01:41.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55744] 14:01:41.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201] replace CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R407, 127.0.0.1:8201] send response NON-2.05 MID=55744, Token=null, OptionSet={}, "server responds hi" 14:01:41.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201, complete]! 14:01:41.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R407, 127.0.0.1:8201, complete] completed NON-2.04 MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 14:01:41.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 14:01:41.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55744] 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204, complete]! 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L406, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4A9432078BDD2E1] 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L406, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55744] 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L406, 127.0.0.1:8204, complete] completed CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55744, Token=B4A9432078BDD2E1, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L408, 127.0.0.1:8204] send request 14:01:41.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L408, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:41.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L408, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55745], CON-POST MID=55745, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:41.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L408, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CC5443E9C75F1179], CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:41.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55745], KeyToken[127.0.0.1:8204-CC5443E9C75F1179]] 14:01:41.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 14:01:41.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55745] 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201] replace CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R409, 127.0.0.1:8201] send response NON-2.05 MID=55745, Token=null, OptionSet={}, "server responds hi" 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201, complete]! 14:01:41.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R409, 127.0.0.1:8201, complete] completed NON-2.04 MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 14:01:41.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 14:01:41.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55745] 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204, complete]! 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L408, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CC5443E9C75F1179] 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L408, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55745] 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L408, 127.0.0.1:8204, complete] completed CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55745, Token=CC5443E9C75F1179, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L410, 127.0.0.1:8204] send request 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L410, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L410, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55746], CON-POST MID=55746, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L410, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8FC66E15F514007], CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:41.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55746], KeyToken[127.0.0.1:8204-F8FC66E15F514007]] 14:01:41.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 14:01:41.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55746] 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201] replace CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R411, 127.0.0.1:8201] send response NON-2.05 MID=55746, Token=null, OptionSet={}, "server responds hi" 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201, complete]! 14:01:41.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R411, 127.0.0.1:8201, complete] completed NON-2.04 MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 14:01:41.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 14:01:41.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55746] 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204, complete]! 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L410, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8FC66E15F514007] 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L410, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55746] 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L410, 127.0.0.1:8204, complete] completed CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55746, Token=F8FC66E15F514007, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L412, 127.0.0.1:8204] send request 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L412, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L412, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55747], CON-POST MID=55747, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L412, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E41BB609892C2B36], CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:41.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55747], KeyToken[127.0.0.1:8204-E41BB609892C2B36]] 14:01:41.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 14:01:41.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55747] 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201] replace CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R413, 127.0.0.1:8201] send response NON-2.05 MID=55747, Token=null, OptionSet={}, "server responds hi" 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201, complete]! 14:01:41.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R413, 127.0.0.1:8201, complete] completed NON-2.04 MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 14:01:41.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 14:01:41.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55747] 14:01:41.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204, complete]! 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L412, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E41BB609892C2B36] 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L412, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55747] 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L412, 127.0.0.1:8204, complete] completed CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55747, Token=E41BB609892C2B36, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L414, 127.0.0.1:8204] send request 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L414, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L414, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55748], CON-POST MID=55748, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L414, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2454AF07979DFDFD], CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:41.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55748], KeyToken[127.0.0.1:8204-2454AF07979DFDFD]] 14:01:41.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 14:01:41.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55748] 14:01:41.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201] replace CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R415, 127.0.0.1:8201] send response NON-2.05 MID=55748, Token=null, OptionSet={}, "server responds hi" 14:01:41.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201, complete]! 14:01:41.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R415, 127.0.0.1:8201, complete] completed NON-2.04 MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 14:01:41.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 14:01:41.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55748] 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204, complete]! 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L414, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2454AF07979DFDFD] 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L414, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55748] 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L414, 127.0.0.1:8204, complete] completed CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55748, Token=2454AF07979DFDFD, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L416, 127.0.0.1:8204] send request 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L416, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L416, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55749], CON-POST MID=55749, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L416, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-ECC84538B512524D], CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:41.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55749], KeyToken[127.0.0.1:8204-ECC84538B512524D]] 14:01:41.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 14:01:41.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55749] 14:01:41.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201] replace CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R417, 127.0.0.1:8201] send response NON-2.05 MID=55749, Token=null, OptionSet={}, "server responds hi" 14:01:41.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201, complete]! 14:01:41.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R417, 127.0.0.1:8201, complete] completed NON-2.04 MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 14:01:41.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 14:01:41.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55749] 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204, complete]! 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L416, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-ECC84538B512524D] 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L416, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55749] 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L416, 127.0.0.1:8204, complete] completed CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55749, Token=ECC84538B512524D, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L418, 127.0.0.1:8204] send request 14:01:41.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L418, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:41.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L418, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55750], CON-POST MID=55750, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:41.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L418, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-EC509158ECBC9067], CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:41.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55750], KeyToken[127.0.0.1:8204-EC509158ECBC9067]] 14:01:41.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 14:01:41.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55750] 14:01:41.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201] replace CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R419, 127.0.0.1:8201] send response NON-2.05 MID=55750, Token=null, OptionSet={}, "server responds hi" 14:01:41.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201, complete]! 14:01:41.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R419, 127.0.0.1:8201, complete] completed NON-2.04 MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 14:01:41.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 14:01:41.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55750] 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204, complete]! 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L418, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-EC509158ECBC9067] 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L418, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55750] 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L418, 127.0.0.1:8204, complete] completed CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55750, Token=EC509158ECBC9067, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 14:01:41.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L420, 127.0.0.1:8204] send request 14:01:41.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L420, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:41.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L420, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55751], CON-POST MID=55751, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:41.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L420, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-786C5239AE599F69], CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:41.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55751], KeyToken[127.0.0.1:8204-786C5239AE599F69]] 14:01:41.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 14:01:41.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55751] 14:01:41.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201] replace CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R421, 127.0.0.1:8201] send response NON-2.05 MID=55751, Token=null, OptionSet={}, "server responds hi" 14:01:41.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201, complete]! 14:01:41.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R421, 127.0.0.1:8201, complete] completed NON-2.04 MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 14:01:41.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 14:01:41.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55751] 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204, complete]! 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L420, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-786C5239AE599F69] 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L420, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55751] 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L420, 127.0.0.1:8204, complete] completed CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55751, Token=786C5239AE599F69, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L422, 127.0.0.1:8204] send request 14:01:41.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L422, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:41.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L422, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55752], CON-POST MID=55752, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:41.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L422, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5CEC84A88371F783], CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:41.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55752], KeyToken[127.0.0.1:8204-5CEC84A88371F783]] 14:01:41.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 14:01:41.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55752] 14:01:41.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201] replace CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R423, 127.0.0.1:8201] send response NON-2.05 MID=55752, Token=null, OptionSet={}, "server responds hi" 14:01:41.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201, complete]! 14:01:41.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R423, 127.0.0.1:8201, complete] completed NON-2.04 MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 14:01:41.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 14:01:41.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55752] 14:01:41.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204, complete]! 14:01:41.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L422, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5CEC84A88371F783] 14:01:41.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L422, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55752] 14:01:41.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L422, 127.0.0.1:8204, complete] completed CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55752, Token=5CEC84A88371F783, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L424, 127.0.0.1:8204] send request 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L424, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L424, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55753], CON-POST MID=55753, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L424, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-00965D8629B035E6], CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:41.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55753], KeyToken[127.0.0.1:8204-00965D8629B035E6]] 14:01:41.496 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 14:01:41.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55753] 14:01:41.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201] replace CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R425, 127.0.0.1:8201] send response NON-2.05 MID=55753, Token=null, OptionSet={}, "server responds hi" 14:01:41.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201, complete]! 14:01:41.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R425, 127.0.0.1:8201, complete] completed NON-2.04 MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 14:01:41.497 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 14:01:41.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55753] 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204, complete]! 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L424, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-00965D8629B035E6] 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L424, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55753] 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L424, 127.0.0.1:8204, complete] completed CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55753, Token=00965D8629B035E6, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L426, 127.0.0.1:8204] send request 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L426, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:41.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L426, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55754], CON-POST MID=55754, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:41.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L426, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4070C0FB5CE05BD], CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:41.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55754], KeyToken[127.0.0.1:8204-D4070C0FB5CE05BD]] 14:01:41.499 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 14:01:41.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55754] 14:01:41.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201] replace CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R427, 127.0.0.1:8201] send response NON-2.05 MID=55754, Token=null, OptionSet={}, "server responds hi" 14:01:41.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201, complete]! 14:01:41.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R427, 127.0.0.1:8201, complete] completed NON-2.04 MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 14:01:41.500 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.500 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 14:01:41.500 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55754] 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204, complete]! 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L426, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4070C0FB5CE05BD] 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L426, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55754] 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L426, 127.0.0.1:8204, complete] completed CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55754, Token=D4070C0FB5CE05BD, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L428, 127.0.0.1:8204] send request 14:01:41.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L428, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:41.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L428, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55755], CON-POST MID=55755, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:41.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L428, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C9C5B7E1A2EDFDE], CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:41.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55755], KeyToken[127.0.0.1:8204-3C9C5B7E1A2EDFDE]] 14:01:41.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 14:01:41.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55755] 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201] replace CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R429, 127.0.0.1:8201] send response NON-2.05 MID=55755, Token=null, OptionSet={}, "server responds hi" 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201, complete]! 14:01:41.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R429, 127.0.0.1:8201, complete] completed NON-2.04 MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 14:01:41.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 14:01:41.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55755] 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204, complete]! 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L428, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C9C5B7E1A2EDFDE] 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L428, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55755] 14:01:41.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L428, 127.0.0.1:8204, complete] completed CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55755, Token=3C9C5B7E1A2EDFDE, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L430, 127.0.0.1:8204] send request 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L430, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L430, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55756], CON-POST MID=55756, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L430, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-78AB70B9E2E54403], CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:41.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55756], KeyToken[127.0.0.1:8204-78AB70B9E2E54403]] 14:01:41.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 14:01:41.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55756] 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201] replace CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R431, 127.0.0.1:8201] send response NON-2.05 MID=55756, Token=null, OptionSet={}, "server responds hi" 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201, complete]! 14:01:41.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R431, 127.0.0.1:8201, complete] completed NON-2.04 MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 14:01:41.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 14:01:41.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55756] 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204, complete]! 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L430, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-78AB70B9E2E54403] 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L430, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55756] 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L430, 127.0.0.1:8204, complete] completed CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55756, Token=78AB70B9E2E54403, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L432, 127.0.0.1:8204] send request 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L432, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:41.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L432, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55757], CON-POST MID=55757, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:41.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L432, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0A376FD9793A3CD], CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:41.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55757], KeyToken[127.0.0.1:8204-D0A376FD9793A3CD]] 14:01:41.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 14:01:41.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55757] 14:01:41.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201] replace CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R433, 127.0.0.1:8201] send response NON-2.05 MID=55757, Token=null, OptionSet={}, "server responds hi" 14:01:41.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201, complete]! 14:01:41.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R433, 127.0.0.1:8201, complete] completed NON-2.04 MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 14:01:41.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 14:01:41.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55757] 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204, complete]! 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L432, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0A376FD9793A3CD] 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L432, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55757] 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L432, 127.0.0.1:8204, complete] completed CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55757, Token=D0A376FD9793A3CD, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L434, 127.0.0.1:8204] send request 14:01:41.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L434, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:41.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L434, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55758], CON-POST MID=55758, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:41.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L434, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C885415BAA46473A], CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:41.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55758], KeyToken[127.0.0.1:8204-C885415BAA46473A]] 14:01:41.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 14:01:41.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55758] 14:01:41.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201] replace CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R435, 127.0.0.1:8201] send response NON-2.05 MID=55758, Token=null, OptionSet={}, "server responds hi" 14:01:41.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201, complete]! 14:01:41.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R435, 127.0.0.1:8201, complete] completed NON-2.04 MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 14:01:41.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 14:01:41.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55758] 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204, complete]! 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L434, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C885415BAA46473A] 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L434, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55758] 14:01:41.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L434, 127.0.0.1:8204, complete] completed CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55758, Token=C885415BAA46473A, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L436, 127.0.0.1:8204] send request 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L436, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L436, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55759], CON-POST MID=55759, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L436, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-783A9A9B5CA2429A], CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:41.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55759], KeyToken[127.0.0.1:8204-783A9A9B5CA2429A]] 14:01:41.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 14:01:41.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55759] 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201] replace CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R437, 127.0.0.1:8201] send response NON-2.05 MID=55759, Token=null, OptionSet={}, "server responds hi" 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201, complete]! 14:01:41.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R437, 127.0.0.1:8201, complete] completed NON-2.04 MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 14:01:41.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 14:01:41.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55759] 14:01:41.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204, complete]! 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L436, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-783A9A9B5CA2429A] 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L436, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55759] 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L436, 127.0.0.1:8204, complete] completed CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55759, Token=783A9A9B5CA2429A, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L438, 127.0.0.1:8204] send request 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L438, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L438, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55760], CON-POST MID=55760, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L438, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94017C08F5D50EEC], CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:41.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55760], KeyToken[127.0.0.1:8204-94017C08F5D50EEC]] 14:01:41.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 14:01:41.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55760] 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201] replace CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R439, 127.0.0.1:8201] send response NON-2.05 MID=55760, Token=null, OptionSet={}, "server responds hi" 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201, complete]! 14:01:41.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R439, 127.0.0.1:8201, complete] completed NON-2.04 MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 14:01:41.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 14:01:41.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55760] 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204, complete]! 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L438, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94017C08F5D50EEC] 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L438, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55760] 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L438, 127.0.0.1:8204, complete] completed CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55760, Token=94017C08F5D50EEC, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L440, 127.0.0.1:8204] send request 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L440, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L440, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55761], CON-POST MID=55761, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L440, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-480B6DD4F3B75899], CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:41.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55761], KeyToken[127.0.0.1:8204-480B6DD4F3B75899]] 14:01:41.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 14:01:41.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55761] 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201] replace CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R441, 127.0.0.1:8201] send response NON-2.05 MID=55761, Token=null, OptionSet={}, "server responds hi" 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201, complete]! 14:01:41.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R441, 127.0.0.1:8201, complete] completed NON-2.04 MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 14:01:41.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 14:01:41.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55761] 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204, complete]! 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L440, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-480B6DD4F3B75899] 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L440, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55761] 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L440, 127.0.0.1:8204, complete] completed CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55761, Token=480B6DD4F3B75899, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L442, 127.0.0.1:8204] send request 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L442, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:41.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L442, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55762], CON-POST MID=55762, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:41.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L442, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1C5444BC8E3B43B1], CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:41.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55762], KeyToken[127.0.0.1:8204-1C5444BC8E3B43B1]] 14:01:41.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 14:01:41.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55762] 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201] replace CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R443, 127.0.0.1:8201] send response NON-2.05 MID=55762, Token=null, OptionSet={}, "server responds hi" 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201, complete]! 14:01:41.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R443, 127.0.0.1:8201, complete] completed NON-2.04 MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 14:01:41.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 14:01:41.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55762] 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204, complete]! 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L442, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1C5444BC8E3B43B1] 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L442, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55762] 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L442, 127.0.0.1:8204, complete] completed CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55762, Token=1C5444BC8E3B43B1, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L444, 127.0.0.1:8204] send request 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L444, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:41.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L444, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55763], CON-POST MID=55763, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:41.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L444, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0469F8E172019E8], CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:41.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55763], KeyToken[127.0.0.1:8204-B0469F8E172019E8]] 14:01:41.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 14:01:41.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55763] 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201] replace CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R445, 127.0.0.1:8201] send response NON-2.05 MID=55763, Token=null, OptionSet={}, "server responds hi" 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201, complete]! 14:01:41.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R445, 127.0.0.1:8201, complete] completed NON-2.04 MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 14:01:41.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 14:01:41.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55763] 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204, complete]! 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L444, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0469F8E172019E8] 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L444, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55763] 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L444, 127.0.0.1:8204, complete] completed CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55763, Token=B0469F8E172019E8, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L446, 127.0.0.1:8204] send request 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L446, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L446, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55764], CON-POST MID=55764, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:41.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L446, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-342208CAB93ABD40], CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:41.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55764], KeyToken[127.0.0.1:8204-342208CAB93ABD40]] 14:01:41.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 14:01:41.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55764] 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201] replace CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R447, 127.0.0.1:8201] send response NON-2.05 MID=55764, Token=null, OptionSet={}, "server responds hi" 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201, complete]! 14:01:41.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R447, 127.0.0.1:8201, complete] completed NON-2.04 MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 14:01:41.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 14:01:41.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55764] 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204, complete]! 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L446, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-342208CAB93ABD40] 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L446, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55764] 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L446, 127.0.0.1:8204, complete] completed CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55764, Token=342208CAB93ABD40, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L448, 127.0.0.1:8204] send request 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L448, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:41.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L448, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55765], CON-POST MID=55765, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:41.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L448, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC1AB263B1B5B60D], CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:41.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55765], KeyToken[127.0.0.1:8204-DC1AB263B1B5B60D]] 14:01:41.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 14:01:41.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55765] 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201] replace CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R449, 127.0.0.1:8201] send response NON-2.05 MID=55765, Token=null, OptionSet={}, "server responds hi" 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201, complete]! 14:01:41.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R449, 127.0.0.1:8201, complete] completed NON-2.04 MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 14:01:41.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 14:01:41.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55765] 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204, complete]! 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L448, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC1AB263B1B5B60D] 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L448, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55765] 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L448, 127.0.0.1:8204, complete] completed CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55765, Token=DC1AB263B1B5B60D, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L450, 127.0.0.1:8204] send request 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L450, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L450, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55766], CON-POST MID=55766, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L450, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3CAFA1B51B94B0EC], CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:41.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55766], KeyToken[127.0.0.1:8204-3CAFA1B51B94B0EC]] 14:01:41.575 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 14:01:41.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55766] 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201] replace CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R451, 127.0.0.1:8201] send response NON-2.05 MID=55766, Token=null, OptionSet={}, "server responds hi" 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201, complete]! 14:01:41.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R451, 127.0.0.1:8201, complete] completed NON-2.04 MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 14:01:41.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 14:01:41.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55766] 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204, complete]! 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L450, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3CAFA1B51B94B0EC] 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L450, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55766] 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L450, 127.0.0.1:8204, complete] completed CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55766, Token=3CAFA1B51B94B0EC, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L452, 127.0.0.1:8204] send request 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L452, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L452, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55767], CON-POST MID=55767, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L452, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C90081C223CA737], CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:41.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55767], KeyToken[127.0.0.1:8204-7C90081C223CA737]] 14:01:41.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 14:01:41.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55767] 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201] replace CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R453, 127.0.0.1:8201] send response NON-2.05 MID=55767, Token=null, OptionSet={}, "server responds hi" 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201, complete]! 14:01:41.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R453, 127.0.0.1:8201, complete] completed NON-2.04 MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 14:01:41.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 14:01:41.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55767] 14:01:41.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204, complete]! 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L452, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C90081C223CA737] 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L452, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55767] 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L452, 127.0.0.1:8204, complete] completed CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55767, Token=7C90081C223CA737, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L454, 127.0.0.1:8204] send request 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L454, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L454, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55768], CON-POST MID=55768, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L454, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-702E53E338A888B1], CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:41.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55768], KeyToken[127.0.0.1:8204-702E53E338A888B1]] 14:01:41.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 14:01:41.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55768] 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201] replace CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R455, 127.0.0.1:8201] send response NON-2.05 MID=55768, Token=null, OptionSet={}, "server responds hi" 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201, complete]! 14:01:41.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R455, 127.0.0.1:8201, complete] completed NON-2.04 MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 14:01:41.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 14:01:41.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55768] 14:01:41.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204, complete]! 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L454, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-702E53E338A888B1] 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L454, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55768] 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L454, 127.0.0.1:8204, complete] completed CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55768, Token=702E53E338A888B1, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L456, 127.0.0.1:8204] send request 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L456, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L456, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55769], CON-POST MID=55769, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L456, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D40A38F41C7AE78D], CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:41.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55769], KeyToken[127.0.0.1:8204-D40A38F41C7AE78D]] 14:01:41.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 14:01:41.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55769] 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201] replace CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R457, 127.0.0.1:8201] send response NON-2.05 MID=55769, Token=null, OptionSet={}, "server responds hi" 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201, complete]! 14:01:41.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R457, 127.0.0.1:8201, complete] completed NON-2.04 MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 14:01:41.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 14:01:41.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55769] 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204, complete]! 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L456, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D40A38F41C7AE78D] 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L456, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55769] 14:01:41.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L456, 127.0.0.1:8204, complete] completed CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55769, Token=D40A38F41C7AE78D, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L458, 127.0.0.1:8204] send request 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L458, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L458, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55770], CON-POST MID=55770, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L458, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C80DE4AC9B9372EE], CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:41.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55770], KeyToken[127.0.0.1:8204-C80DE4AC9B9372EE]] 14:01:41.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 14:01:41.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55770] 14:01:41.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201] replace CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R459, 127.0.0.1:8201] send response NON-2.05 MID=55770, Token=null, OptionSet={}, "server responds hi" 14:01:41.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201, complete]! 14:01:41.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R459, 127.0.0.1:8201, complete] completed NON-2.04 MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 14:01:41.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 14:01:41.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55770] 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204, complete]! 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L458, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C80DE4AC9B9372EE] 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L458, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55770] 14:01:41.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L458, 127.0.0.1:8204, complete] completed CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55770, Token=C80DE4AC9B9372EE, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L460, 127.0.0.1:8204] send request 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L460, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L460, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55771], CON-POST MID=55771, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L460, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C4826B170D77C7B], CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:41.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55771], KeyToken[127.0.0.1:8204-0C4826B170D77C7B]] 14:01:41.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 14:01:41.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55771] 14:01:41.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201] replace CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R461, 127.0.0.1:8201] send response NON-2.05 MID=55771, Token=null, OptionSet={}, "server responds hi" 14:01:41.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201, complete]! 14:01:41.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R461, 127.0.0.1:8201, complete] completed NON-2.04 MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 14:01:41.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 14:01:41.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55771] 14:01:41.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204, complete]! 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L460, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C4826B170D77C7B] 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L460, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55771] 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L460, 127.0.0.1:8204, complete] completed CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55771, Token=0C4826B170D77C7B, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L462, 127.0.0.1:8204] send request 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L462, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L462, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55772], CON-POST MID=55772, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L462, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-EC297F3EA0207FAE], CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:41.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55772], KeyToken[127.0.0.1:8204-EC297F3EA0207FAE]] 14:01:41.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 14:01:41.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55772] 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201] replace CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R463, 127.0.0.1:8201] send response NON-2.05 MID=55772, Token=null, OptionSet={}, "server responds hi" 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201, complete]! 14:01:41.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R463, 127.0.0.1:8201, complete] completed NON-2.04 MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 14:01:41.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 14:01:41.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55772] 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204, complete]! 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L462, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-EC297F3EA0207FAE] 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L462, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55772] 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L462, 127.0.0.1:8204, complete] completed CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55772, Token=EC297F3EA0207FAE, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L464, 127.0.0.1:8204] send request 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L464, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L464, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55773], CON-POST MID=55773, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L464, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C45C1CB92986510D], CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:41.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55773], KeyToken[127.0.0.1:8204-C45C1CB92986510D]] 14:01:41.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 14:01:41.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55773] 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201] replace CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R465, 127.0.0.1:8201] send response NON-2.05 MID=55773, Token=null, OptionSet={}, "server responds hi" 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201, complete]! 14:01:41.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R465, 127.0.0.1:8201, complete] completed NON-2.04 MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 14:01:41.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 14:01:41.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55773] 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204, complete]! 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L464, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C45C1CB92986510D] 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L464, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55773] 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L464, 127.0.0.1:8204, complete] completed CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55773, Token=C45C1CB92986510D, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L466, 127.0.0.1:8204] send request 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L466, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L466, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55774], CON-POST MID=55774, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L466, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-740CCE2B67DAE30B], CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:41.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55774], KeyToken[127.0.0.1:8204-740CCE2B67DAE30B]] 14:01:41.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 14:01:41.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55774] 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201] replace CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R467, 127.0.0.1:8201] send response NON-2.05 MID=55774, Token=null, OptionSet={}, "server responds hi" 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201, complete]! 14:01:41.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R467, 127.0.0.1:8201, complete] completed NON-2.04 MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 14:01:41.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 14:01:41.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55774] 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204, complete]! 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L466, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-740CCE2B67DAE30B] 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L466, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55774] 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L466, 127.0.0.1:8204, complete] completed CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55774, Token=740CCE2B67DAE30B, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L468, 127.0.0.1:8204] send request 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L468, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L468, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55775], CON-POST MID=55775, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L468, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C05E66530A2DC778], CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:41.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55775], KeyToken[127.0.0.1:8204-C05E66530A2DC778]] 14:01:41.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 14:01:41.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55775] 14:01:41.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201] replace CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R469, 127.0.0.1:8201] send response NON-2.05 MID=55775, Token=null, OptionSet={}, "server responds hi" 14:01:41.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201, complete]! 14:01:41.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R469, 127.0.0.1:8201, complete] completed NON-2.04 MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 14:01:41.651 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 14:01:41.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55775] 14:01:41.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204, complete]! 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L468, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C05E66530A2DC778] 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L468, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55775] 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L468, 127.0.0.1:8204, complete] completed CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55775, Token=C05E66530A2DC778, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] send request 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L470, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55776], CON-POST MID=55776, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L470, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-88052F267347BE06], CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:41.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55776], KeyToken[127.0.0.1:8204-88052F267347BE06]] 14:01:41.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 14:01:41.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55776] 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201] replace CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R471, 127.0.0.1:8201] send response NON-2.05 MID=55776, Token=null, OptionSet={}, "server responds hi" 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201, complete]! 14:01:41.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R471, 127.0.0.1:8201, complete] completed NON-2.04 MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 14:01:41.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 14:01:41.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55776] 14:01:41.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204, complete]! 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L470, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-88052F267347BE06] 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L470, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55776] 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L470, 127.0.0.1:8204, complete] completed CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55776, Token=88052F267347BE06, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L472, 127.0.0.1:8204] send request 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L472, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L472, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55777], CON-POST MID=55777, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L472, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3CFC82073AB33455], CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:41.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55777], KeyToken[127.0.0.1:8204-3CFC82073AB33455]] 14:01:41.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 14:01:41.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55777] 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201] replace CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R473, 127.0.0.1:8201] send response NON-2.05 MID=55777, Token=null, OptionSet={}, "server responds hi" 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201, complete]! 14:01:41.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R473, 127.0.0.1:8201, complete] completed NON-2.04 MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 14:01:41.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 14:01:41.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55777] 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204, complete]! 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L472, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3CFC82073AB33455] 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L472, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55777] 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L472, 127.0.0.1:8204, complete] completed CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55777, Token=3CFC82073AB33455, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L474, 127.0.0.1:8204] send request 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L474, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:41.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L474, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55778], CON-POST MID=55778, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:41.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L474, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-04701806C792FA18], CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:41.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55778], KeyToken[127.0.0.1:8204-04701806C792FA18]] 14:01:41.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 14:01:41.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55778] 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201] replace CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R475, 127.0.0.1:8201] send response NON-2.05 MID=55778, Token=null, OptionSet={}, "server responds hi" 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201, complete]! 14:01:41.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R475, 127.0.0.1:8201, complete] completed NON-2.04 MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 14:01:41.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 14:01:41.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55778] 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204, complete]! 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L474, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-04701806C792FA18] 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L474, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55778] 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L474, 127.0.0.1:8204, complete] completed CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55778, Token=04701806C792FA18, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L476, 127.0.0.1:8204] send request 14:01:41.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L476, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:41.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L476, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55779], CON-POST MID=55779, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:41.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L476, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-480223B37C88D0D3], CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:41.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55779], KeyToken[127.0.0.1:8204-480223B37C88D0D3]] 14:01:41.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 14:01:41.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55779] 14:01:41.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201] replace CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R477, 127.0.0.1:8201] send response NON-2.05 MID=55779, Token=null, OptionSet={}, "server responds hi" 14:01:41.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201, complete]! 14:01:41.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R477, 127.0.0.1:8201, complete] completed NON-2.04 MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 14:01:41.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 14:01:41.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55779] 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204, complete]! 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L476, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-480223B37C88D0D3] 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L476, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55779] 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L476, 127.0.0.1:8204, complete] completed CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55779, Token=480223B37C88D0D3, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L478, 127.0.0.1:8204] send request 14:01:41.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L478, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:41.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L478, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55780], CON-POST MID=55780, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:41.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L478, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C7B18939BF03F6C], CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:41.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55780], KeyToken[127.0.0.1:8204-4C7B18939BF03F6C]] 14:01:41.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 14:01:41.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55780] 14:01:41.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201] replace CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R479, 127.0.0.1:8201] send response NON-2.05 MID=55780, Token=null, OptionSet={}, "server responds hi" 14:01:41.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201, complete]! 14:01:41.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R479, 127.0.0.1:8201, complete] completed NON-2.04 MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 14:01:41.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 14:01:41.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55780] 14:01:41.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204, complete]! 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L478, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C7B18939BF03F6C] 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L478, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55780] 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L478, 127.0.0.1:8204, complete] completed CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55780, Token=4C7B18939BF03F6C, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L480, 127.0.0.1:8204] send request 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L480, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L480, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55781], CON-POST MID=55781, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L480, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-140370A740955C69], CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:41.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55781], KeyToken[127.0.0.1:8204-140370A740955C69]] 14:01:41.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 14:01:41.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55781] 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201] replace CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R481, 127.0.0.1:8201] send response NON-2.05 MID=55781, Token=null, OptionSet={}, "server responds hi" 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201, complete]! 14:01:41.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R481, 127.0.0.1:8201, complete] completed NON-2.04 MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 14:01:41.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 14:01:41.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55781] 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204, complete]! 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L480, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-140370A740955C69] 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L480, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55781] 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L480, 127.0.0.1:8204, complete] completed CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55781, Token=140370A740955C69, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L482, 127.0.0.1:8204] send request 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L482, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:41.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L482, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55782], CON-POST MID=55782, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:41.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L482, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C52575947708216], CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:41.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55782], KeyToken[127.0.0.1:8204-3C52575947708216]] 14:01:41.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 14:01:41.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55782] 14:01:41.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201] replace CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R483, 127.0.0.1:8201] send response NON-2.05 MID=55782, Token=null, OptionSet={}, "server responds hi" 14:01:41.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201, complete]! 14:01:41.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R483, 127.0.0.1:8201, complete] completed NON-2.04 MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 14:01:41.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 14:01:41.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55782] 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204, complete]! 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L482, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C52575947708216] 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L482, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55782] 14:01:41.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L482, 127.0.0.1:8204, complete] completed CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55782, Token=3C52575947708216, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L484, 127.0.0.1:8204] send request 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L484, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L484, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55783], CON-POST MID=55783, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L484, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B42AF7B4D41F4A2C], CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:41.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55783], KeyToken[127.0.0.1:8204-B42AF7B4D41F4A2C]] 14:01:41.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 14:01:41.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55783] 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201] replace CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R485, 127.0.0.1:8201] send response NON-2.05 MID=55783, Token=null, OptionSet={}, "server responds hi" 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201, complete]! 14:01:41.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R485, 127.0.0.1:8201, complete] completed NON-2.04 MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 14:01:41.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 14:01:41.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55783] 14:01:41.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204, complete]! 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L484, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B42AF7B4D41F4A2C] 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L484, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55783] 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L484, 127.0.0.1:8204, complete] completed CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55783, Token=B42AF7B4D41F4A2C, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L486, 127.0.0.1:8204] send request 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L486, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:41.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L486, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55784], CON-POST MID=55784, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:41.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L486, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0B9142C1554A970], CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:41.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55784], KeyToken[127.0.0.1:8204-E0B9142C1554A970]] 14:01:41.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 14:01:41.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55784] 14:01:41.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201] replace CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R487, 127.0.0.1:8201] send response NON-2.05 MID=55784, Token=null, OptionSet={}, "server responds hi" 14:01:41.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201, complete]! 14:01:41.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R487, 127.0.0.1:8201, complete] completed NON-2.04 MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 14:01:41.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 14:01:41.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55784] 14:01:41.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204, complete]! 14:01:41.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L486, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0B9142C1554A970] 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L486, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55784] 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L486, 127.0.0.1:8204, complete] completed CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55784, Token=E0B9142C1554A970, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L488, 127.0.0.1:8204] send request 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L488, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L488, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55785], CON-POST MID=55785, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L488, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F84DF81784ABE698], CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:41.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55785], KeyToken[127.0.0.1:8204-F84DF81784ABE698]] 14:01:41.674 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 14:01:41.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55785] 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201] replace CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R489, 127.0.0.1:8201] send response NON-2.05 MID=55785, Token=null, OptionSet={}, "server responds hi" 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201, complete]! 14:01:41.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R489, 127.0.0.1:8201, complete] completed NON-2.04 MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 14:01:41.675 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 14:01:41.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55785] 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204, complete]! 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L488, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F84DF81784ABE698] 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L488, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55785] 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L488, 127.0.0.1:8204, complete] completed CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55785, Token=F84DF81784ABE698, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L490, 127.0.0.1:8204] send request 14:01:41.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L490, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:41.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L490, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55786], CON-POST MID=55786, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:41.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L490, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6CC7CE671D89F279], CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:41.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55786], KeyToken[127.0.0.1:8204-6CC7CE671D89F279]] 14:01:41.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 14:01:41.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55786] 14:01:41.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201] replace CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R491, 127.0.0.1:8201] send response NON-2.05 MID=55786, Token=null, OptionSet={}, "server responds hi" 14:01:41.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201, complete]! 14:01:41.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R491, 127.0.0.1:8201, complete] completed NON-2.04 MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 14:01:41.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 14:01:41.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55786] 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204, complete]! 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L490, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6CC7CE671D89F279] 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L490, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55786] 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L490, 127.0.0.1:8204, complete] completed CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55786, Token=6CC7CE671D89F279, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L492, 127.0.0.1:8204] send request 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L492, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L492, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55787], CON-POST MID=55787, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L492, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-20D3A0DE42F091A1], CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:41.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55787], KeyToken[127.0.0.1:8204-20D3A0DE42F091A1]] 14:01:41.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 14:01:41.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55787] 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201] replace CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R493, 127.0.0.1:8201] send response NON-2.05 MID=55787, Token=null, OptionSet={}, "server responds hi" 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201, complete]! 14:01:41.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R493, 127.0.0.1:8201, complete] completed NON-2.04 MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 14:01:41.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 14:01:41.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55787] 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204, complete]! 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L492, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-20D3A0DE42F091A1] 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L492, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55787] 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L492, 127.0.0.1:8204, complete] completed CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55787, Token=20D3A0DE42F091A1, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L494, 127.0.0.1:8204] send request 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L494, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:41.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L494, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55788], CON-POST MID=55788, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:41.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L494, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4AC750E82A29F30], CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:41.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55788], KeyToken[127.0.0.1:8204-D4AC750E82A29F30]] 14:01:41.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 14:01:41.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55788] 14:01:41.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201] replace CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R495, 127.0.0.1:8201] send response NON-2.05 MID=55788, Token=null, OptionSet={}, "server responds hi" 14:01:41.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201, complete]! 14:01:41.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R495, 127.0.0.1:8201, complete] completed NON-2.04 MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 14:01:41.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 14:01:41.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55788] 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204, complete]! 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L494, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4AC750E82A29F30] 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L494, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55788] 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L494, 127.0.0.1:8204, complete] completed CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55788, Token=D4AC750E82A29F30, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L496, 127.0.0.1:8204] send request 14:01:41.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L496, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:41.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L496, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55789], CON-POST MID=55789, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:41.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L496, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C8B6CDF3D654584E], CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:41.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55789], KeyToken[127.0.0.1:8204-C8B6CDF3D654584E]] 14:01:41.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 14:01:41.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55789] 14:01:41.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201] replace CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R497, 127.0.0.1:8201] send response NON-2.05 MID=55789, Token=null, OptionSet={}, "server responds hi" 14:01:41.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201, complete]! 14:01:41.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R497, 127.0.0.1:8201, complete] completed NON-2.04 MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 14:01:41.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 14:01:41.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55789] 14:01:41.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204, complete]! 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L496, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C8B6CDF3D654584E] 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L496, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55789] 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L496, 127.0.0.1:8204, complete] completed CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55789, Token=C8B6CDF3D654584E, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L498, 127.0.0.1:8204] send request 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L498, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L498, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55790], CON-POST MID=55790, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L498, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-00B319C95BF8CED0], CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:41.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55790], KeyToken[127.0.0.1:8204-00B319C95BF8CED0]] 14:01:41.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 14:01:41.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55790] 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201] replace CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R499, 127.0.0.1:8201] send response NON-2.05 MID=55790, Token=null, OptionSet={}, "server responds hi" 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201, complete]! 14:01:41.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R499, 127.0.0.1:8201, complete] completed NON-2.04 MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 14:01:41.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 14:01:41.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55790] 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204, complete]! 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L498, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-00B319C95BF8CED0] 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L498, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55790] 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L498, 127.0.0.1:8204, complete] completed CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55790, Token=00B319C95BF8CED0, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L500, 127.0.0.1:8204] send request 14:01:41.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L500, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:41.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L500, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55791], CON-POST MID=55791, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:41.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L500, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-AC1E4E69C22A3ADE], CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:41.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55791], KeyToken[127.0.0.1:8204-AC1E4E69C22A3ADE]] 14:01:41.751 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 14:01:41.751 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55791] 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201] replace CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R501, 127.0.0.1:8201] send response NON-2.05 MID=55791, Token=null, OptionSet={}, "server responds hi" 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201, complete]! 14:01:41.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R501, 127.0.0.1:8201, complete] completed NON-2.04 MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 14:01:41.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 14:01:41.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55791] 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204, complete]! 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L500, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-AC1E4E69C22A3ADE] 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L500, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55791] 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L500, 127.0.0.1:8204, complete] completed CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55791, Token=AC1E4E69C22A3ADE, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L502, 127.0.0.1:8204] send request 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L502, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:41.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L502, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55792], CON-POST MID=55792, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:41.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L502, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3CCE94A7539B7F6F], CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:41.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55792], KeyToken[127.0.0.1:8204-3CCE94A7539B7F6F]] 14:01:41.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 14:01:41.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55792] 14:01:41.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201] replace CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R503, 127.0.0.1:8201] send response NON-2.05 MID=55792, Token=null, OptionSet={}, "server responds hi" 14:01:41.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201, complete]! 14:01:41.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R503, 127.0.0.1:8201, complete] completed NON-2.04 MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 14:01:41.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 14:01:41.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55792] 14:01:41.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204, complete]! 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L502, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3CCE94A7539B7F6F] 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L502, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55792] 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L502, 127.0.0.1:8204, complete] completed CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55792, Token=3CCE94A7539B7F6F, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L504, 127.0.0.1:8204] send request 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L504, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L504, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55793], CON-POST MID=55793, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L504, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84DEF2C2ECD7EADF], CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:41.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55793], KeyToken[127.0.0.1:8204-84DEF2C2ECD7EADF]] 14:01:41.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 14:01:41.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55793] 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201] replace CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R505, 127.0.0.1:8201] send response NON-2.05 MID=55793, Token=null, OptionSet={}, "server responds hi" 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201, complete]! 14:01:41.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R505, 127.0.0.1:8201, complete] completed NON-2.04 MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 14:01:41.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 14:01:41.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55793] 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204, complete]! 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L504, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84DEF2C2ECD7EADF] 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L504, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55793] 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L504, 127.0.0.1:8204, complete] completed CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55793, Token=84DEF2C2ECD7EADF, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L506, 127.0.0.1:8204] send request 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L506, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L506, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55794], CON-POST MID=55794, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L506, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-64AD372D67E9CA50], CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:41.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55794], KeyToken[127.0.0.1:8204-64AD372D67E9CA50]] 14:01:41.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 14:01:41.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55794] 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201] replace CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R507, 127.0.0.1:8201] send response NON-2.05 MID=55794, Token=null, OptionSet={}, "server responds hi" 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201, complete]! 14:01:41.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R507, 127.0.0.1:8201, complete] completed NON-2.04 MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 14:01:41.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 14:01:41.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55794] 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204, complete]! 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L506, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-64AD372D67E9CA50] 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L506, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55794] 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L506, 127.0.0.1:8204, complete] completed CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55794, Token=64AD372D67E9CA50, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L508, 127.0.0.1:8204] send request 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L508, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L508, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55795], CON-POST MID=55795, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L508, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C9E29FD2DB46C2F], CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:41.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55795], KeyToken[127.0.0.1:8204-9C9E29FD2DB46C2F]] 14:01:41.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 14:01:41.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55795] 14:01:41.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201] replace CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R509, 127.0.0.1:8201] send response NON-2.05 MID=55795, Token=null, OptionSet={}, "server responds hi" 14:01:41.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201, complete]! 14:01:41.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R509, 127.0.0.1:8201, complete] completed NON-2.04 MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 14:01:41.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 14:01:41.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55795] 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204, complete]! 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L508, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C9E29FD2DB46C2F] 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L508, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55795] 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L508, 127.0.0.1:8204, complete] completed CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55795, Token=9C9E29FD2DB46C2F, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L510, 127.0.0.1:8204] send request 14:01:41.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L510, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:41.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L510, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55796], CON-POST MID=55796, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:41.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L510, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C00843996D87955], CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:41.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55796], KeyToken[127.0.0.1:8204-4C00843996D87955]] 14:01:41.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 14:01:41.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55796] 14:01:41.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201] replace CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R511, 127.0.0.1:8201] send response NON-2.05 MID=55796, Token=null, OptionSet={}, "server responds hi" 14:01:41.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201, complete]! 14:01:41.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R511, 127.0.0.1:8201, complete] completed NON-2.04 MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 14:01:41.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 14:01:41.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55796] 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204, complete]! 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L510, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C00843996D87955] 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L510, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55796] 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L510, 127.0.0.1:8204, complete] completed CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55796, Token=4C00843996D87955, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L512, 127.0.0.1:8204] send request 14:01:41.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L512, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:41.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L512, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55797], CON-POST MID=55797, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:41.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L512, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B05945E933CF9DEE], CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:41.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55797], KeyToken[127.0.0.1:8204-B05945E933CF9DEE]] 14:01:41.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 14:01:41.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55797] 14:01:41.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201] replace CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R513, 127.0.0.1:8201] send response NON-2.05 MID=55797, Token=null, OptionSet={}, "server responds hi" 14:01:41.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201, complete]! 14:01:41.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R513, 127.0.0.1:8201, complete] completed NON-2.04 MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 14:01:41.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 14:01:41.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55797] 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204, complete]! 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L512, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B05945E933CF9DEE] 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L512, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55797] 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L512, 127.0.0.1:8204, complete] completed CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55797, Token=B05945E933CF9DEE, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L514, 127.0.0.1:8204] send request 14:01:41.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L514, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:41.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L514, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55798], CON-POST MID=55798, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:41.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L514, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2C88137504BCD692], CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:41.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55798], KeyToken[127.0.0.1:8204-2C88137504BCD692]] 14:01:41.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 14:01:41.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55798] 14:01:41.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201] replace CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R515, 127.0.0.1:8201] send response NON-2.05 MID=55798, Token=null, OptionSet={}, "server responds hi" 14:01:41.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201, complete]! 14:01:41.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R515, 127.0.0.1:8201, complete] completed NON-2.04 MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 14:01:41.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 14:01:41.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55798] 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204, complete]! 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L514, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2C88137504BCD692] 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L514, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55798] 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L514, 127.0.0.1:8204, complete] completed CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55798, Token=2C88137504BCD692, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L516, 127.0.0.1:8204] send request 14:01:41.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L516, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:41.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L516, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55799], CON-POST MID=55799, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:41.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L516, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-803CFA4938A16B96], CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:41.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55799], KeyToken[127.0.0.1:8204-803CFA4938A16B96]] 14:01:41.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 14:01:41.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55799] 14:01:41.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201] replace CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R517, 127.0.0.1:8201] send response NON-2.05 MID=55799, Token=null, OptionSet={}, "server responds hi" 14:01:41.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201, complete]! 14:01:41.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R517, 127.0.0.1:8201, complete] completed NON-2.04 MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 14:01:41.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 14:01:41.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55799] 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204, complete]! 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L516, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-803CFA4938A16B96] 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L516, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55799] 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L516, 127.0.0.1:8204, complete] completed CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55799, Token=803CFA4938A16B96, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L518, 127.0.0.1:8204] send request 14:01:41.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L518, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:41.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L518, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55800], CON-POST MID=55800, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:41.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L518, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C519A542598F387], CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:41.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55800], KeyToken[127.0.0.1:8204-8C519A542598F387]] 14:01:41.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 14:01:41.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55800] 14:01:41.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201] replace CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R519, 127.0.0.1:8201] send response NON-2.05 MID=55800, Token=null, OptionSet={}, "server responds hi" 14:01:41.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201, complete]! 14:01:41.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R519, 127.0.0.1:8201, complete] completed NON-2.04 MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 14:01:41.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 14:01:41.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55800] 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204, complete]! 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L518, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C519A542598F387] 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L518, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55800] 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L518, 127.0.0.1:8204, complete] completed CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55800, Token=8C519A542598F387, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 14:01:41.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L520, 127.0.0.1:8204] send request 14:01:41.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L520, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:41.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L520, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55801], CON-POST MID=55801, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:41.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L520, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4CAF05BB91A0ACA], CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:41.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55801], KeyToken[127.0.0.1:8204-B4CAF05BB91A0ACA]] 14:01:41.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 14:01:41.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55801] 14:01:41.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201] replace CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R521, 127.0.0.1:8201] send response NON-2.05 MID=55801, Token=null, OptionSet={}, "server responds hi" 14:01:41.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201, complete]! 14:01:41.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R521, 127.0.0.1:8201, complete] completed NON-2.04 MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 14:01:41.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 14:01:41.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55801] 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204, complete]! 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L520, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4CAF05BB91A0ACA] 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L520, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55801] 14:01:41.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L520, 127.0.0.1:8204, complete] completed CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55801, Token=B4CAF05BB91A0ACA, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L522, 127.0.0.1:8204] send request 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L522, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L522, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55802], CON-POST MID=55802, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L522, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-58368F286AE3C94E], CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:41.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55802], KeyToken[127.0.0.1:8204-58368F286AE3C94E]] 14:01:41.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 14:01:41.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55802] 14:01:41.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201] replace CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R523, 127.0.0.1:8201] send response NON-2.05 MID=55802, Token=null, OptionSet={}, "server responds hi" 14:01:41.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201, complete]! 14:01:41.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R523, 127.0.0.1:8201, complete] completed NON-2.04 MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 14:01:41.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 14:01:41.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55802] 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204, complete]! 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L522, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-58368F286AE3C94E] 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L522, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55802] 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L522, 127.0.0.1:8204, complete] completed CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55802, Token=58368F286AE3C94E, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L524, 127.0.0.1:8204] send request 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L524, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L524, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55803], CON-POST MID=55803, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L524, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1C4F8A404905002B], CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:41.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55803], KeyToken[127.0.0.1:8204-1C4F8A404905002B]] 14:01:41.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 14:01:41.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55803] 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201] replace CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R525, 127.0.0.1:8201] send response NON-2.05 MID=55803, Token=null, OptionSet={}, "server responds hi" 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201, complete]! 14:01:41.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R525, 127.0.0.1:8201, complete] completed NON-2.04 MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 14:01:41.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 14:01:41.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55803] 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204, complete]! 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L524, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1C4F8A404905002B] 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L524, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55803] 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L524, 127.0.0.1:8204, complete] completed CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55803, Token=1C4F8A404905002B, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L526, 127.0.0.1:8204] send request 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L526, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L526, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55804], CON-POST MID=55804, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L526, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F414A62985F131F1], CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:41.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55804], KeyToken[127.0.0.1:8204-F414A62985F131F1]] 14:01:41.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 14:01:41.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55804] 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201] replace CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R527, 127.0.0.1:8201] send response NON-2.05 MID=55804, Token=null, OptionSet={}, "server responds hi" 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201, complete]! 14:01:41.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R527, 127.0.0.1:8201, complete] completed NON-2.04 MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 14:01:41.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 14:01:41.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55804] 14:01:41.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204, complete]! 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L526, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F414A62985F131F1] 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L526, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55804] 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L526, 127.0.0.1:8204, complete] completed CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55804, Token=F414A62985F131F1, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L528, 127.0.0.1:8204] send request 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L528, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L528, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55805], CON-POST MID=55805, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L528, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BCE0A5082F37E8B8], CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:41.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55805], KeyToken[127.0.0.1:8204-BCE0A5082F37E8B8]] 14:01:41.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 14:01:41.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55805] 14:01:41.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201] replace CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R529, 127.0.0.1:8201] send response NON-2.05 MID=55805, Token=null, OptionSet={}, "server responds hi" 14:01:41.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201, complete]! 14:01:41.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R529, 127.0.0.1:8201, complete] completed NON-2.04 MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 14:01:41.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 14:01:41.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55805] 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204, complete]! 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L528, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BCE0A5082F37E8B8] 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L528, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55805] 14:01:41.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L528, 127.0.0.1:8204, complete] completed CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55805, Token=BCE0A5082F37E8B8, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L530, 127.0.0.1:8204] send request 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L530, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L530, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55806], CON-POST MID=55806, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L530, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C36C28D200B6D7A], CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:41.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55806], KeyToken[127.0.0.1:8204-0C36C28D200B6D7A]] 14:01:41.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 14:01:41.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55806] 14:01:41.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201] replace CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R531, 127.0.0.1:8201] send response NON-2.05 MID=55806, Token=null, OptionSet={}, "server responds hi" 14:01:41.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201, complete]! 14:01:41.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R531, 127.0.0.1:8201, complete] completed NON-2.04 MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 14:01:41.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 14:01:41.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55806] 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204, complete]! 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L530, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C36C28D200B6D7A] 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L530, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55806] 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L530, 127.0.0.1:8204, complete] completed CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55806, Token=0C36C28D200B6D7A, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L532, 127.0.0.1:8204] send request 14:01:41.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L532, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:41.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L532, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55807], CON-POST MID=55807, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:41.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L532, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-842F31A7EF8F480A], CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:41.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55807], KeyToken[127.0.0.1:8204-842F31A7EF8F480A]] 14:01:41.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 14:01:41.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55807] 14:01:41.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201] replace CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R533, 127.0.0.1:8201] send response NON-2.05 MID=55807, Token=null, OptionSet={}, "server responds hi" 14:01:41.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201, complete]! 14:01:41.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R533, 127.0.0.1:8201, complete] completed NON-2.04 MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 14:01:41.798 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 14:01:41.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55807] 14:01:41.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204, complete]! 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L532, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-842F31A7EF8F480A] 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L532, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55807] 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L532, 127.0.0.1:8204, complete] completed CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55807, Token=842F31A7EF8F480A, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L534, 127.0.0.1:8204] send request 14:01:41.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L534, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:41.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L534, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55808], CON-POST MID=55808, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:41.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L534, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6CAC3F29E8C71847], CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:41.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55808], KeyToken[127.0.0.1:8204-6CAC3F29E8C71847]] 14:01:41.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 14:01:41.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55808] 14:01:41.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201] replace CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R535, 127.0.0.1:8201] send response NON-2.05 MID=55808, Token=null, OptionSet={}, "server responds hi" 14:01:41.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201, complete]! 14:01:41.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R535, 127.0.0.1:8201, complete] completed NON-2.04 MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 14:01:41.801 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 14:01:41.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55808] 14:01:41.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204, complete]! 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L534, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6CAC3F29E8C71847] 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L534, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55808] 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L534, 127.0.0.1:8204, complete] completed CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55808, Token=6CAC3F29E8C71847, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L536, 127.0.0.1:8204] send request 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L536, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L536, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55809], CON-POST MID=55809, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L536, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-70D1264CF459AE1A], CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:41.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55809], KeyToken[127.0.0.1:8204-70D1264CF459AE1A]] 14:01:41.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 14:01:41.803 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55809] 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201] replace CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R537, 127.0.0.1:8201] send response NON-2.05 MID=55809, Token=null, OptionSet={}, "server responds hi" 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201, complete]! 14:01:41.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R537, 127.0.0.1:8201, complete] completed NON-2.04 MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 14:01:41.803 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 14:01:41.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55809] 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204, complete]! 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L536, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-70D1264CF459AE1A] 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L536, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55809] 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L536, 127.0.0.1:8204, complete] completed CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55809, Token=70D1264CF459AE1A, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L538, 127.0.0.1:8204] send request 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L538, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L538, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55810], CON-POST MID=55810, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:41.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L538, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6C4E749927F15265], CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:41.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55810], KeyToken[127.0.0.1:8204-6C4E749927F15265]] 14:01:41.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 14:01:41.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55810] 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201] replace CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R539, 127.0.0.1:8201] send response NON-2.05 MID=55810, Token=null, OptionSet={}, "server responds hi" 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201, complete]! 14:01:41.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R539, 127.0.0.1:8201, complete] completed NON-2.04 MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 14:01:41.806 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 14:01:41.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55810] 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204, complete]! 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L538, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6C4E749927F15265] 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L538, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55810] 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L538, 127.0.0.1:8204, complete] completed CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55810, Token=6C4E749927F15265, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L540, 127.0.0.1:8204] send request 14:01:41.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L540, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:41.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L540, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55811], CON-POST MID=55811, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:41.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L540, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E414433A7D5D64F0], CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:41.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55811], KeyToken[127.0.0.1:8204-E414433A7D5D64F0]] 14:01:41.807 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 14:01:41.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55811] 14:01:41.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201] replace CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R541, 127.0.0.1:8201] send response NON-2.05 MID=55811, Token=null, OptionSet={}, "server responds hi" 14:01:41.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201, complete]! 14:01:41.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R541, 127.0.0.1:8201, complete] completed NON-2.04 MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 14:01:41.808 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 14:01:41.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55811] 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204, complete]! 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L540, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E414433A7D5D64F0] 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L540, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55811] 14:01:41.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L540, 127.0.0.1:8204, complete] completed CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55811, Token=E414433A7D5D64F0, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L542, 127.0.0.1:8204] send request 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L542, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L542, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55812], CON-POST MID=55812, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L542, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-48BC324D2140399F], CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:41.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55812], KeyToken[127.0.0.1:8204-48BC324D2140399F]] 14:01:41.809 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.809 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 14:01:41.809 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.809 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55812] 14:01:41.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201] replace CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R543, 127.0.0.1:8201] send response NON-2.05 MID=55812, Token=null, OptionSet={}, "server responds hi" 14:01:41.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201, complete]! 14:01:41.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R543, 127.0.0.1:8201, complete] completed NON-2.04 MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 14:01:41.810 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.810 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 14:01:41.810 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55812] 14:01:41.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204, complete]! 14:01:41.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L542, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-48BC324D2140399F] 14:01:41.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L542, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55812] 14:01:41.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L542, 127.0.0.1:8204, complete] completed CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55812, Token=48BC324D2140399F, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 14:01:41.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L544, 127.0.0.1:8204] send request 14:01:41.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L544, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:41.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L544, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55813], CON-POST MID=55813, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:41.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L544, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-181673B15FB81399], CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:41.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55813], KeyToken[127.0.0.1:8204-181673B15FB81399]] 14:01:41.851 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 14:01:41.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55813] 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201] replace CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R545, 127.0.0.1:8201] send response NON-2.05 MID=55813, Token=null, OptionSet={}, "server responds hi" 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201, complete]! 14:01:41.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R545, 127.0.0.1:8201, complete] completed NON-2.04 MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 14:01:41.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 14:01:41.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55813] 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204, complete]! 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L544, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-181673B15FB81399] 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L544, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55813] 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L544, 127.0.0.1:8204, complete] completed CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55813, Token=181673B15FB81399, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L546, 127.0.0.1:8204] send request 14:01:41.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L546, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:41.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L546, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55814], CON-POST MID=55814, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:41.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L546, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14344697410985CE], CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:41.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55814], KeyToken[127.0.0.1:8204-14344697410985CE]] 14:01:41.853 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 14:01:41.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55814] 14:01:41.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201] replace CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R547, 127.0.0.1:8201] send response NON-2.05 MID=55814, Token=null, OptionSet={}, "server responds hi" 14:01:41.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201, complete]! 14:01:41.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R547, 127.0.0.1:8201, complete] completed NON-2.04 MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 14:01:41.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 14:01:41.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55814] 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204, complete]! 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L546, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14344697410985CE] 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L546, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55814] 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L546, 127.0.0.1:8204, complete] completed CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55814, Token=14344697410985CE, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L548, 127.0.0.1:8204] send request 14:01:41.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L548, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:41.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L548, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55815], CON-POST MID=55815, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:41.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L548, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6497BA65A311A6AD], CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:41.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55815], KeyToken[127.0.0.1:8204-6497BA65A311A6AD]] 14:01:41.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 14:01:41.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55815] 14:01:41.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201] replace CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R549, 127.0.0.1:8201] send response NON-2.05 MID=55815, Token=null, OptionSet={}, "server responds hi" 14:01:41.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201, complete]! 14:01:41.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R549, 127.0.0.1:8201, complete] completed NON-2.04 MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 14:01:41.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 14:01:41.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55815] 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204, complete]! 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L548, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6497BA65A311A6AD] 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L548, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55815] 14:01:41.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L548, 127.0.0.1:8204, complete] completed CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55815, Token=6497BA65A311A6AD, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L550, 127.0.0.1:8204] send request 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L550, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L550, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55816], CON-POST MID=55816, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L550, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-04F4D2C49FC87768], CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:41.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55816], KeyToken[127.0.0.1:8204-04F4D2C49FC87768]] 14:01:41.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 14:01:41.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55816] 14:01:41.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201] replace CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R551, 127.0.0.1:8201] send response NON-2.05 MID=55816, Token=null, OptionSet={}, "server responds hi" 14:01:41.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201, complete]! 14:01:41.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R551, 127.0.0.1:8201, complete] completed NON-2.04 MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 14:01:41.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 14:01:41.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55816] 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204, complete]! 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L550, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-04F4D2C49FC87768] 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L550, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55816] 14:01:41.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L550, 127.0.0.1:8204, complete] completed CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55816, Token=04F4D2C49FC87768, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L552, 127.0.0.1:8204] send request 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L552, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L552, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55817], CON-POST MID=55817, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L552, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54D42BF1D41254DF], CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:41.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55817], KeyToken[127.0.0.1:8204-54D42BF1D41254DF]] 14:01:41.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 14:01:41.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55817] 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201] replace CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R553, 127.0.0.1:8201] send response NON-2.05 MID=55817, Token=null, OptionSet={}, "server responds hi" 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201, complete]! 14:01:41.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R553, 127.0.0.1:8201, complete] completed NON-2.04 MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 14:01:41.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 14:01:41.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55817] 14:01:41.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204, complete]! 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L552, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54D42BF1D41254DF] 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L552, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55817] 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L552, 127.0.0.1:8204, complete] completed CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55817, Token=54D42BF1D41254DF, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L554, 127.0.0.1:8204] send request 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L554, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L554, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55818], CON-POST MID=55818, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L554, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0DD4F08BC1B15FA], CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:41.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55818], KeyToken[127.0.0.1:8204-E0DD4F08BC1B15FA]] 14:01:41.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 14:01:41.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55818] 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201] replace CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R555, 127.0.0.1:8201] send response NON-2.05 MID=55818, Token=null, OptionSet={}, "server responds hi" 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201, complete]! 14:01:41.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R555, 127.0.0.1:8201, complete] completed NON-2.04 MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 14:01:41.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 14:01:41.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55818] 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204, complete]! 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L554, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0DD4F08BC1B15FA] 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L554, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55818] 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L554, 127.0.0.1:8204, complete] completed CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55818, Token=E0DD4F08BC1B15FA, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L556, 127.0.0.1:8204] send request 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L556, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L556, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55819], CON-POST MID=55819, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L556, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0AD2C880CD392A6], CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:41.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55819], KeyToken[127.0.0.1:8204-D0AD2C880CD392A6]] 14:01:41.864 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 14:01:41.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55819] 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201] replace CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R557, 127.0.0.1:8201] send response NON-2.05 MID=55819, Token=null, OptionSet={}, "server responds hi" 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201, complete]! 14:01:41.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R557, 127.0.0.1:8201, complete] completed NON-2.04 MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 14:01:41.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 14:01:41.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55819] 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204, complete]! 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L556, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0AD2C880CD392A6] 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L556, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55819] 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L556, 127.0.0.1:8204, complete] completed CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55819, Token=D0AD2C880CD392A6, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L558, 127.0.0.1:8204] send request 14:01:41.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L558, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:41.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L558, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55820], CON-POST MID=55820, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:41.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L558, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A8076522AAF2F373], CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:41.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55820], KeyToken[127.0.0.1:8204-A8076522AAF2F373]] 14:01:41.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 14:01:41.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55820] 14:01:41.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201] replace CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R559, 127.0.0.1:8201] send response NON-2.05 MID=55820, Token=null, OptionSet={}, "server responds hi" 14:01:41.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201, complete]! 14:01:41.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R559, 127.0.0.1:8201, complete] completed NON-2.04 MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 14:01:41.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 14:01:41.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55820] 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204, complete]! 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L558, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A8076522AAF2F373] 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L558, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55820] 14:01:41.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L558, 127.0.0.1:8204, complete] completed CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55820, Token=A8076522AAF2F373, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L560, 127.0.0.1:8204] send request 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L560, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L560, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55821], CON-POST MID=55821, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L560, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8CD50436864764CB], CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:41.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55821], KeyToken[127.0.0.1:8204-8CD50436864764CB]] 14:01:41.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 14:01:41.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55821] 14:01:41.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201] replace CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R561, 127.0.0.1:8201] send response NON-2.05 MID=55821, Token=null, OptionSet={}, "server responds hi" 14:01:41.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201, complete]! 14:01:41.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R561, 127.0.0.1:8201, complete] completed NON-2.04 MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 14:01:41.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 14:01:41.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55821] 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204, complete]! 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L560, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8CD50436864764CB] 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L560, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55821] 14:01:41.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L560, 127.0.0.1:8204, complete] completed CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55821, Token=8CD50436864764CB, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L562, 127.0.0.1:8204] send request 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L562, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L562, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55822], CON-POST MID=55822, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L562, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84916DA5FC529D7D], CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:41.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55822], KeyToken[127.0.0.1:8204-84916DA5FC529D7D]] 14:01:41.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 14:01:41.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55822] 14:01:41.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201] replace CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R563, 127.0.0.1:8201] send response NON-2.05 MID=55822, Token=null, OptionSet={}, "server responds hi" 14:01:41.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201, complete]! 14:01:41.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R563, 127.0.0.1:8201, complete] completed NON-2.04 MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 14:01:41.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 14:01:41.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55822] 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204, complete]! 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L562, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84916DA5FC529D7D] 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L562, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55822] 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L562, 127.0.0.1:8204, complete] completed CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55822, Token=84916DA5FC529D7D, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L564, 127.0.0.1:8204] send request 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L564, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:41.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L564, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55823], CON-POST MID=55823, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:41.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L564, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28D11FAC2290B374], CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:41.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55823], KeyToken[127.0.0.1:8204-28D11FAC2290B374]] 14:01:41.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 14:01:41.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55823] 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201] replace CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R565, 127.0.0.1:8201] send response NON-2.05 MID=55823, Token=null, OptionSet={}, "server responds hi" 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201, complete]! 14:01:41.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R565, 127.0.0.1:8201, complete] completed NON-2.04 MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 14:01:41.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 14:01:41.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55823] 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204, complete]! 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L564, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28D11FAC2290B374] 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L564, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55823] 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L564, 127.0.0.1:8204, complete] completed CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55823, Token=28D11FAC2290B374, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L566, 127.0.0.1:8204] send request 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L566, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L566, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55824], CON-POST MID=55824, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:41.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L566, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28D0B7AE73A7E133], CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:41.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55824], KeyToken[127.0.0.1:8204-28D0B7AE73A7E133]] 14:01:41.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 14:01:41.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55824] 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201] replace CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R567, 127.0.0.1:8201] send response NON-2.05 MID=55824, Token=null, OptionSet={}, "server responds hi" 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201, complete]! 14:01:41.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R567, 127.0.0.1:8201, complete] completed NON-2.04 MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 14:01:41.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 14:01:41.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55824] 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204, complete]! 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L566, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28D0B7AE73A7E133] 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L566, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55824] 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L566, 127.0.0.1:8204, complete] completed CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55824, Token=28D0B7AE73A7E133, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L568, 127.0.0.1:8204] send request 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L568, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L568, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55825], CON-POST MID=55825, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L568, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A473FE1E10ECCED4], CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:41.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55825], KeyToken[127.0.0.1:8204-A473FE1E10ECCED4]] 14:01:41.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 14:01:41.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55825] 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201] replace CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R569, 127.0.0.1:8201] send response NON-2.05 MID=55825, Token=null, OptionSet={}, "server responds hi" 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201, complete]! 14:01:41.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R569, 127.0.0.1:8201, complete] completed NON-2.04 MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 14:01:41.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 14:01:41.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55825] 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204, complete]! 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L568, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A473FE1E10ECCED4] 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L568, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55825] 14:01:41.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L568, 127.0.0.1:8204, complete] completed CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55825, Token=A473FE1E10ECCED4, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L570, 127.0.0.1:8204] send request 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L570, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L570, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55826], CON-POST MID=55826, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L570, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5009649424A6E503], CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:41.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55826], KeyToken[127.0.0.1:8204-5009649424A6E503]] 14:01:41.890 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 14:01:41.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55826] 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201] replace CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R571, 127.0.0.1:8201] send response NON-2.05 MID=55826, Token=null, OptionSet={}, "server responds hi" 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201, complete]! 14:01:41.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R571, 127.0.0.1:8201, complete] completed NON-2.04 MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 14:01:41.891 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 14:01:41.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55826] 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204, complete]! 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L570, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5009649424A6E503] 14:01:41.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L570, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55826] 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L570, 127.0.0.1:8204, complete] completed CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55826, Token=5009649424A6E503, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L572, 127.0.0.1:8204] send request 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L572, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L572, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55827], CON-POST MID=55827, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L572, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98C1BF997F85A26C], CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:41.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55827], KeyToken[127.0.0.1:8204-98C1BF997F85A26C]] 14:01:41.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 14:01:41.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55827] 14:01:41.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201] replace CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R573, 127.0.0.1:8201] send response NON-2.05 MID=55827, Token=null, OptionSet={}, "server responds hi" 14:01:41.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201, complete]! 14:01:41.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R573, 127.0.0.1:8201, complete] completed NON-2.04 MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 14:01:41.893 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 14:01:41.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55827] 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204, complete]! 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L572, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98C1BF997F85A26C] 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L572, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55827] 14:01:41.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L572, 127.0.0.1:8204, complete] completed CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55827, Token=98C1BF997F85A26C, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L574, 127.0.0.1:8204] send request 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L574, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L574, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55828], CON-POST MID=55828, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L574, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC1266FADD7D854F], CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:41.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55828], KeyToken[127.0.0.1:8204-BC1266FADD7D854F]] 14:01:41.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 14:01:41.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55828] 14:01:41.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201] replace CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R575, 127.0.0.1:8201] send response NON-2.05 MID=55828, Token=null, OptionSet={}, "server responds hi" 14:01:41.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201, complete]! 14:01:41.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R575, 127.0.0.1:8201, complete] completed NON-2.04 MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 14:01:41.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 14:01:41.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55828] 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204, complete]! 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L574, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC1266FADD7D854F] 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L574, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55828] 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L574, 127.0.0.1:8204, complete] completed CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55828, Token=BC1266FADD7D854F, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L576, 127.0.0.1:8204] send request 14:01:41.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L576, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:41.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L576, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55829], CON-POST MID=55829, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:41.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L576, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F886123728621B70], CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:41.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55829], KeyToken[127.0.0.1:8204-F886123728621B70]] 14:01:41.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 14:01:41.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55829] 14:01:41.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201] replace CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R577, 127.0.0.1:8201] send response NON-2.05 MID=55829, Token=null, OptionSet={}, "server responds hi" 14:01:41.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201, complete]! 14:01:41.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R577, 127.0.0.1:8201, complete] completed NON-2.04 MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 14:01:41.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 14:01:41.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55829] 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204, complete]! 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L576, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F886123728621B70] 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L576, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55829] 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L576, 127.0.0.1:8204, complete] completed CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55829, Token=F886123728621B70, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L578, 127.0.0.1:8204] send request 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L578, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:41.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L578, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55830], CON-POST MID=55830, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:41.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L578, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-385E89BC3162DF47], CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:41.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55830], KeyToken[127.0.0.1:8204-385E89BC3162DF47]] 14:01:41.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 14:01:41.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55830] 14:01:41.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201] replace CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R579, 127.0.0.1:8201] send response NON-2.05 MID=55830, Token=null, OptionSet={}, "server responds hi" 14:01:41.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201, complete]! 14:01:41.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R579, 127.0.0.1:8201, complete] completed NON-2.04 MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 14:01:41.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 14:01:41.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55830] 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204, complete]! 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L578, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-385E89BC3162DF47] 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L578, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55830] 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L578, 127.0.0.1:8204, complete] completed CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55830, Token=385E89BC3162DF47, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L580, 127.0.0.1:8204] send request 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L580, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:41.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L580, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55831], CON-POST MID=55831, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:41.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L580, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-283FC41BEE1B981F], CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:41.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55831], KeyToken[127.0.0.1:8204-283FC41BEE1B981F]] 14:01:41.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 14:01:41.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55831] 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201] replace CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R581, 127.0.0.1:8201] send response NON-2.05 MID=55831, Token=null, OptionSet={}, "server responds hi" 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201, complete]! 14:01:41.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R581, 127.0.0.1:8201, complete] completed NON-2.04 MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 14:01:41.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 14:01:41.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55831] 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204, complete]! 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L580, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-283FC41BEE1B981F] 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L580, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55831] 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L580, 127.0.0.1:8204, complete] completed CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55831, Token=283FC41BEE1B981F, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L582, 127.0.0.1:8204] send request 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L582, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L582, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55832], CON-POST MID=55832, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L582, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-EC5D6F0B0A64A554], CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:41.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55832], KeyToken[127.0.0.1:8204-EC5D6F0B0A64A554]] 14:01:41.901 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 14:01:41.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55832] 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201] replace CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R583, 127.0.0.1:8201] send response NON-2.05 MID=55832, Token=null, OptionSet={}, "server responds hi" 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201, complete]! 14:01:41.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R583, 127.0.0.1:8201, complete] completed NON-2.04 MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 14:01:41.902 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 14:01:41.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55832] 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204, complete]! 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L582, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-EC5D6F0B0A64A554] 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L582, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55832] 14:01:41.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L582, 127.0.0.1:8204, complete] completed CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55832, Token=EC5D6F0B0A64A554, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L584, 127.0.0.1:8204] send request 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L584, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L584, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55833], CON-POST MID=55833, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L584, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C4619CA162DD221], CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:41.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55833], KeyToken[127.0.0.1:8204-7C4619CA162DD221]] 14:01:41.903 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 14:01:41.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55833] 14:01:41.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201] replace CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R585, 127.0.0.1:8201] send response NON-2.05 MID=55833, Token=null, OptionSet={}, "server responds hi" 14:01:41.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201, complete]! 14:01:41.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R585, 127.0.0.1:8201, complete] completed NON-2.04 MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 14:01:41.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 14:01:41.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55833] 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204, complete]! 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L584, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C4619CA162DD221] 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L584, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55833] 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L584, 127.0.0.1:8204, complete] completed CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55833, Token=7C4619CA162DD221, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L586, 127.0.0.1:8204] send request 14:01:41.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L586, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:41.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L586, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55834], CON-POST MID=55834, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:41.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L586, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F0F0C4B1ACAE5902], CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:41.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55834], KeyToken[127.0.0.1:8204-F0F0C4B1ACAE5902]] 14:01:41.905 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 14:01:41.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55834] 14:01:41.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201] replace CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R587, 127.0.0.1:8201] send response NON-2.05 MID=55834, Token=null, OptionSet={}, "server responds hi" 14:01:41.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201, complete]! 14:01:41.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R587, 127.0.0.1:8201, complete] completed NON-2.04 MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 14:01:41.906 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 14:01:41.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55834] 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204, complete]! 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L586, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F0F0C4B1ACAE5902] 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L586, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55834] 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L586, 127.0.0.1:8204, complete] completed CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55834, Token=F0F0C4B1ACAE5902, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L588, 127.0.0.1:8204] send request 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L588, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:41.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L588, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55835], CON-POST MID=55835, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:41.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L588, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2CF0DC45A59D2B8A], CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:41.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55835], KeyToken[127.0.0.1:8204-2CF0DC45A59D2B8A]] 14:01:41.907 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.907 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 14:01:41.907 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55835] 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201] replace CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R589, 127.0.0.1:8201] send response NON-2.05 MID=55835, Token=null, OptionSet={}, "server responds hi" 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201, complete]! 14:01:41.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R589, 127.0.0.1:8201, complete] completed NON-2.04 MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 14:01:41.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 14:01:41.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55835] 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204, complete]! 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L588, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2CF0DC45A59D2B8A] 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L588, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55835] 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L588, 127.0.0.1:8204, complete] completed CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55835, Token=2CF0DC45A59D2B8A, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L590, 127.0.0.1:8204] send request 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L590, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L590, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55836], CON-POST MID=55836, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L590, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-ECA7A9D883C7E750], CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:41.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55836], KeyToken[127.0.0.1:8204-ECA7A9D883C7E750]] 14:01:41.908 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.908 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 14:01:41.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55836] 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201] replace CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R591, 127.0.0.1:8201] send response NON-2.05 MID=55836, Token=null, OptionSet={}, "server responds hi" 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201, complete]! 14:01:41.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R591, 127.0.0.1:8201, complete] completed NON-2.04 MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 14:01:41.909 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.909 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 14:01:41.909 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55836] 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204, complete]! 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L590, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-ECA7A9D883C7E750] 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L590, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55836] 14:01:41.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L590, 127.0.0.1:8204, complete] completed CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55836, Token=ECA7A9D883C7E750, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L592, 127.0.0.1:8204] send request 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L592, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L592, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55837], CON-POST MID=55837, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L592, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9CCD4B6B9EEB87BC], CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:41.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55837], KeyToken[127.0.0.1:8204-9CCD4B6B9EEB87BC]] 14:01:41.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 14:01:41.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55837] 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201] replace CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R593, 127.0.0.1:8201] send response NON-2.05 MID=55837, Token=null, OptionSet={}, "server responds hi" 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201, complete]! 14:01:41.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R593, 127.0.0.1:8201, complete] completed NON-2.04 MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 14:01:41.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 14:01:41.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55837] 14:01:41.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204, complete]! 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L592, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9CCD4B6B9EEB87BC] 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L592, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55837] 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L592, 127.0.0.1:8204, complete] completed CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55837, Token=9CCD4B6B9EEB87BC, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L594, 127.0.0.1:8204] send request 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L594, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L594, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55838], CON-POST MID=55838, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L594, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-88DC13B885CA7FBE], CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:41.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55838], KeyToken[127.0.0.1:8204-88DC13B885CA7FBE]] 14:01:41.952 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 14:01:41.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55838] 14:01:41.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201] replace CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R595, 127.0.0.1:8201] send response NON-2.05 MID=55838, Token=null, OptionSet={}, "server responds hi" 14:01:41.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201, complete]! 14:01:41.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R595, 127.0.0.1:8201, complete] completed NON-2.04 MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 14:01:41.953 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 14:01:41.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55838] 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204, complete]! 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L594, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-88DC13B885CA7FBE] 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L594, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55838] 14:01:41.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L594, 127.0.0.1:8204, complete] completed CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55838, Token=88DC13B885CA7FBE, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L596, 127.0.0.1:8204] send request 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L596, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L596, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55839], CON-POST MID=55839, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L596, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-603959BEF5C7D6CC], CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:41.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55839], KeyToken[127.0.0.1:8204-603959BEF5C7D6CC]] 14:01:41.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 14:01:41.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55839] 14:01:41.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201] replace CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R597, 127.0.0.1:8201] send response NON-2.05 MID=55839, Token=null, OptionSet={}, "server responds hi" 14:01:41.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201, complete]! 14:01:41.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R597, 127.0.0.1:8201, complete] completed NON-2.04 MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 14:01:41.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 14:01:41.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55839] 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204, complete]! 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L596, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-603959BEF5C7D6CC] 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L596, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55839] 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L596, 127.0.0.1:8204, complete] completed CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55839, Token=603959BEF5C7D6CC, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L598, 127.0.0.1:8204] send request 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L598, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:41.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L598, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55840], CON-POST MID=55840, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:41.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L598, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1839EF85DC5DC04F], CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:41.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55840], KeyToken[127.0.0.1:8204-1839EF85DC5DC04F]] 14:01:41.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 14:01:41.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55840] 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201] replace CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R599, 127.0.0.1:8201] send response NON-2.05 MID=55840, Token=null, OptionSet={}, "server responds hi" 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201, complete]! 14:01:41.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R599, 127.0.0.1:8201, complete] completed NON-2.04 MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 14:01:41.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 14:01:41.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55840] 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204, complete]! 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L598, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1839EF85DC5DC04F] 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L598, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55840] 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L598, 127.0.0.1:8204, complete] completed CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55840, Token=1839EF85DC5DC04F, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L600, 127.0.0.1:8204] send request 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L600, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:41.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L600, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55841], CON-POST MID=55841, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:41.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L600, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C832159B8300506C], CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:41.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55841], KeyToken[127.0.0.1:8204-C832159B8300506C]] 14:01:41.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 14:01:41.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55841] 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201] replace CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R601, 127.0.0.1:8201] send response NON-2.05 MID=55841, Token=null, OptionSet={}, "server responds hi" 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201, complete]! 14:01:41.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R601, 127.0.0.1:8201, complete] completed NON-2.04 MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 14:01:41.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 14:01:41.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55841] 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204, complete]! 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L600, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C832159B8300506C] 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L600, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55841] 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L600, 127.0.0.1:8204, complete] completed CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55841, Token=C832159B8300506C, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L602, 127.0.0.1:8204] send request 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L602, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L602, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55842], CON-POST MID=55842, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:41.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L602, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-40A19153025CB58A], CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:41.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55842], KeyToken[127.0.0.1:8204-40A19153025CB58A]] 14:01:41.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204 14:01:41.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 14:01:41.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55842] 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201] replace CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R603, 127.0.0.1:8201] send response NON-2.05 MID=55842, Token=null, OptionSet={}, "server responds hi" 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201, complete]! 14:01:41.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R603, 127.0.0.1:8201, complete] completed NON-2.04 MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 14:01:41.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 14:01:41.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55842] 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204, complete]! 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L602, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-40A19153025CB58A] 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L602, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55842] 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L602, 127.0.0.1:8204, complete] completed CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55842, Token=40A19153025CB58A, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L604, 127.0.0.1:8204] send request 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L604, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L604, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55843], CON-POST MID=55843, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L604, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-18917C60BC59B3ED], CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:41.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55843], KeyToken[127.0.0.1:8204-18917C60BC59B3ED]] 14:01:41.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 14:01:41.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55843] 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201] replace CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R605, 127.0.0.1:8201] send response NON-2.05 MID=55843, Token=null, OptionSet={}, "server responds hi" 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201, complete]! 14:01:41.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R605, 127.0.0.1:8201, complete] completed NON-2.04 MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 14:01:41.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 14:01:41.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55843] 14:01:41.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204, complete]! 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L604, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-18917C60BC59B3ED] 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L604, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55843] 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L604, 127.0.0.1:8204, complete] completed CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55843, Token=18917C60BC59B3ED, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L606, 127.0.0.1:8204] send request 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L606, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L606, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55844], CON-POST MID=55844, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L606, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-FC458E1C8A9A48F7], CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:41.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55844], KeyToken[127.0.0.1:8204-FC458E1C8A9A48F7]] 14:01:41.963 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 14:01:41.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55844] 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201] replace CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R607, 127.0.0.1:8201] send response NON-2.05 MID=55844, Token=null, OptionSet={}, "server responds hi" 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201, complete]! 14:01:41.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R607, 127.0.0.1:8201, complete] completed NON-2.04 MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 14:01:41.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 14:01:41.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55844] 14:01:41.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204, complete]! 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L606, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-FC458E1C8A9A48F7] 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L606, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55844] 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L606, 127.0.0.1:8204, complete] completed CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55844, Token=FC458E1C8A9A48F7, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L608, 127.0.0.1:8204] send request 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L608, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L608, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55845], CON-POST MID=55845, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L608, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-681669DAFA294749], CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:41.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55845], KeyToken[127.0.0.1:8204-681669DAFA294749]] 14:01:41.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 14:01:41.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55845] 14:01:41.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201] replace CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R609, 127.0.0.1:8201] send response NON-2.05 MID=55845, Token=null, OptionSet={}, "server responds hi" 14:01:41.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201, complete]! 14:01:41.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R609, 127.0.0.1:8201, complete] completed NON-2.04 MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 14:01:41.966 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 14:01:41.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55845] 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204, complete]! 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L608, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-681669DAFA294749] 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L608, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55845] 14:01:41.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L608, 127.0.0.1:8204, complete] completed CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55845, Token=681669DAFA294749, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L610, 127.0.0.1:8204] send request 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L610, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L610, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55846], CON-POST MID=55846, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L610, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E07AF440CC5330E2], CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:41.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55846], KeyToken[127.0.0.1:8204-E07AF440CC5330E2]] 14:01:41.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 14:01:41.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55846] 14:01:41.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201] replace CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R611, 127.0.0.1:8201] send response NON-2.05 MID=55846, Token=null, OptionSet={}, "server responds hi" 14:01:41.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201, complete]! 14:01:41.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R611, 127.0.0.1:8201, complete] completed NON-2.04 MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 14:01:41.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 14:01:41.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55846] 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204, complete]! 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L610, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E07AF440CC5330E2] 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L610, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55846] 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L610, 127.0.0.1:8204, complete] completed CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55846, Token=E07AF440CC5330E2, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L612, 127.0.0.1:8204] send request 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L612, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:41.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L612, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55847], CON-POST MID=55847, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:41.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L612, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C7E267794E584CE], CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:41.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55847], KeyToken[127.0.0.1:8204-9C7E267794E584CE]] 14:01:41.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 14:01:41.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55847] 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201] replace CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R613, 127.0.0.1:8201] send response NON-2.05 MID=55847, Token=null, OptionSet={}, "server responds hi" 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201, complete]! 14:01:41.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R613, 127.0.0.1:8201, complete] completed NON-2.04 MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 14:01:41.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 14:01:41.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55847] 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204, complete]! 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L612, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C7E267794E584CE] 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L612, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55847] 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L612, 127.0.0.1:8204, complete] completed CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55847, Token=9C7E267794E584CE, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L614, 127.0.0.1:8204] send request 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L614, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:41.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L614, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55848], CON-POST MID=55848, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:41.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L614, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28831017F74BBFF5], CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:41.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55848], KeyToken[127.0.0.1:8204-28831017F74BBFF5]] 14:01:41.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 14:01:41.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55848] 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201] replace CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R615, 127.0.0.1:8201] send response NON-2.05 MID=55848, Token=null, OptionSet={}, "server responds hi" 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201, complete]! 14:01:41.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R615, 127.0.0.1:8201, complete] completed NON-2.04 MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 14:01:41.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 14:01:41.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55848] 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204, complete]! 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L614, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28831017F74BBFF5] 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L614, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55848] 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L614, 127.0.0.1:8204, complete] completed CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55848, Token=28831017F74BBFF5, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L616, 127.0.0.1:8204] send request 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L616, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:41.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L616, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55849], CON-POST MID=55849, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:41.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L616, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-448D35444132E33C], CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:41.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55849], KeyToken[127.0.0.1:8204-448D35444132E33C]] 14:01:41.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 14:01:41.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55849] 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201] replace CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R617, 127.0.0.1:8201] send response NON-2.05 MID=55849, Token=null, OptionSet={}, "server responds hi" 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201, complete]! 14:01:41.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R617, 127.0.0.1:8201, complete] completed NON-2.04 MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 14:01:41.973 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 14:01:41.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55849] 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204, complete]! 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L616, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-448D35444132E33C] 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L616, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55849] 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L616, 127.0.0.1:8204, complete] completed CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55849, Token=448D35444132E33C, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L618, 127.0.0.1:8204] send request 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L618, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L618, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55850], CON-POST MID=55850, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:41.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L618, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C8904734D9810BF9], CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:41.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55850], KeyToken[127.0.0.1:8204-C8904734D9810BF9]] 14:01:41.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 14:01:41.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55850] 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201] replace CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R619, 127.0.0.1:8201] send response NON-2.05 MID=55850, Token=null, OptionSet={}, "server responds hi" 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201, complete]! 14:01:41.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R619, 127.0.0.1:8201, complete] completed NON-2.04 MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 14:01:41.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 14:01:41.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55850] 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204, complete]! 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L618, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C8904734D9810BF9] 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L618, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55850] 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L618, 127.0.0.1:8204, complete] completed CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55850, Token=C8904734D9810BF9, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L620, 127.0.0.1:8204] send request 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L620, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L620, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55851], CON-POST MID=55851, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L620, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-38237CAA161AA4CC], CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:41.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55851], KeyToken[127.0.0.1:8204-38237CAA161AA4CC]] 14:01:41.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 14:01:41.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55851] 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201] replace CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R621, 127.0.0.1:8201] send response NON-2.05 MID=55851, Token=null, OptionSet={}, "server responds hi" 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201, complete]! 14:01:41.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R621, 127.0.0.1:8201, complete] completed NON-2.04 MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 14:01:41.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 14:01:41.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55851] 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204, complete]! 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L620, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-38237CAA161AA4CC] 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L620, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55851] 14:01:41.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L620, 127.0.0.1:8204, complete] completed CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55851, Token=38237CAA161AA4CC, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L622, 127.0.0.1:8204] send request 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L622, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L622, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55852], CON-POST MID=55852, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L622, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C4133A0A5A2E89BF], CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:41.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55852], KeyToken[127.0.0.1:8204-C4133A0A5A2E89BF]] 14:01:41.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 14:01:41.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55852] 14:01:41.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201] replace CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R623, 127.0.0.1:8201] send response NON-2.05 MID=55852, Token=null, OptionSet={}, "server responds hi" 14:01:41.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201, complete]! 14:01:41.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R623, 127.0.0.1:8201, complete] completed NON-2.04 MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 14:01:41.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 14:01:41.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55852] 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204, complete]! 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L622, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C4133A0A5A2E89BF] 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L622, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55852] 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L622, 127.0.0.1:8204, complete] completed CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55852, Token=C4133A0A5A2E89BF, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L624, 127.0.0.1:8204] send request 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L624, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:41.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L624, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55853], CON-POST MID=55853, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:41.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L624, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E063E0ED2BD8AEA4], CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:41.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55853], KeyToken[127.0.0.1:8204-E063E0ED2BD8AEA4]] 14:01:41.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 14:01:41.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55853] 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201] replace CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R625, 127.0.0.1:8201] send response NON-2.05 MID=55853, Token=null, OptionSet={}, "server responds hi" 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201, complete]! 14:01:41.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R625, 127.0.0.1:8201, complete] completed NON-2.04 MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 14:01:41.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 14:01:41.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55853] 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204, complete]! 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L624, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E063E0ED2BD8AEA4] 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L624, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55853] 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L624, 127.0.0.1:8204, complete] completed CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55853, Token=E063E0ED2BD8AEA4, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L626, 127.0.0.1:8204] send request 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L626, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:41.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L626, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55854], CON-POST MID=55854, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:41.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L626, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-106621FBEFA9D427], CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:41.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55854], KeyToken[127.0.0.1:8204-106621FBEFA9D427]] 14:01:41.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 14:01:41.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55854] 14:01:41.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201] replace CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R627, 127.0.0.1:8201] send response NON-2.05 MID=55854, Token=null, OptionSet={}, "server responds hi" 14:01:41.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201, complete]! 14:01:41.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R627, 127.0.0.1:8201, complete] completed NON-2.04 MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 14:01:41.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 14:01:41.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55854] 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204, complete]! 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L626, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-106621FBEFA9D427] 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L626, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55854] 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L626, 127.0.0.1:8204, complete] completed CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55854, Token=106621FBEFA9D427, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L628, 127.0.0.1:8204] send request 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L628, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:41.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L628, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55855], CON-POST MID=55855, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:41.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L628, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A4C919C306678BC0], CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:41.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55855], KeyToken[127.0.0.1:8204-A4C919C306678BC0]] 14:01:41.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 14:01:41.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55855] 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201] replace CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R629, 127.0.0.1:8201] send response NON-2.05 MID=55855, Token=null, OptionSet={}, "server responds hi" 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201, complete]! 14:01:41.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R629, 127.0.0.1:8201, complete] completed NON-2.04 MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 14:01:41.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 14:01:41.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55855] 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204, complete]! 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L628, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A4C919C306678BC0] 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L628, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55855] 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L628, 127.0.0.1:8204, complete] completed CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55855, Token=A4C919C306678BC0, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L630, 127.0.0.1:8204] send request 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L630, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L630, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55856], CON-POST MID=55856, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L630, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-04D7DDD1B9133A5C], CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:41.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55856], KeyToken[127.0.0.1:8204-04D7DDD1B9133A5C]] 14:01:41.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 14:01:41.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55856] 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201] replace CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R631, 127.0.0.1:8201] send response NON-2.05 MID=55856, Token=null, OptionSet={}, "server responds hi" 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201, complete]! 14:01:41.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R631, 127.0.0.1:8201, complete] completed NON-2.04 MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 14:01:41.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 14:01:41.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55856] 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204, complete]! 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L630, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-04D7DDD1B9133A5C] 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L630, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55856] 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L630, 127.0.0.1:8204, complete] completed CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55856, Token=04D7DDD1B9133A5C, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L632, 127.0.0.1:8204] send request 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L632, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L632, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55857], CON-POST MID=55857, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L632, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D089ED8DF8AF5814], CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:41.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55857], KeyToken[127.0.0.1:8204-D089ED8DF8AF5814]] 14:01:41.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 14:01:41.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55857] 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201] replace CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R633, 127.0.0.1:8201] send response NON-2.05 MID=55857, Token=null, OptionSet={}, "server responds hi" 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201, complete]! 14:01:41.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R633, 127.0.0.1:8201, complete] completed NON-2.04 MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 14:01:41.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 14:01:41.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55857] 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204, complete]! 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L632, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D089ED8DF8AF5814] 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L632, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55857] 14:01:41.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L632, 127.0.0.1:8204, complete] completed CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55857, Token=D089ED8DF8AF5814, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L634, 127.0.0.1:8204] send request 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L634, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L634, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55858], CON-POST MID=55858, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L634, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-00DE7D1F8F78A53A], CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:41.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55858], KeyToken[127.0.0.1:8204-00DE7D1F8F78A53A]] 14:01:41.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 14:01:41.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55858] 14:01:41.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201] replace CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R635, 127.0.0.1:8201] send response NON-2.05 MID=55858, Token=null, OptionSet={}, "server responds hi" 14:01:41.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201, complete]! 14:01:41.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R635, 127.0.0.1:8201, complete] completed NON-2.04 MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 14:01:41.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 14:01:41.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55858] 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204, complete]! 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L634, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-00DE7D1F8F78A53A] 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L634, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55858] 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L634, 127.0.0.1:8204, complete] completed CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55858, Token=00DE7D1F8F78A53A, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L636, 127.0.0.1:8204] send request 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L636, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L636, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55859], CON-POST MID=55859, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:41.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L636, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-604F3355753AA609], CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:41.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55859], KeyToken[127.0.0.1:8204-604F3355753AA609]] 14:01:41.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 14:01:41.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55859] 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201] replace CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R637, 127.0.0.1:8201] send response NON-2.05 MID=55859, Token=null, OptionSet={}, "server responds hi" 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201, complete]! 14:01:41.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R637, 127.0.0.1:8201, complete] completed NON-2.04 MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 14:01:41.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 14:01:41.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55859] 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204, complete]! 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L636, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-604F3355753AA609] 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L636, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55859] 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L636, 127.0.0.1:8204, complete] completed CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55859, Token=604F3355753AA609, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L638, 127.0.0.1:8204] send request 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L638, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L638, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55860], CON-POST MID=55860, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L638, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC0DFE7FC3849217], CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:41.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55860], KeyToken[127.0.0.1:8204-DC0DFE7FC3849217]] 14:01:41.992 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 14:01:41.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55860] 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201] replace CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R639, 127.0.0.1:8201] send response NON-2.05 MID=55860, Token=null, OptionSet={}, "server responds hi" 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201, complete]! 14:01:41.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R639, 127.0.0.1:8201, complete] completed NON-2.04 MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 14:01:41.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 14:01:41.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55860] 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204, complete]! 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L638, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC0DFE7FC3849217] 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L638, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55860] 14:01:41.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L638, 127.0.0.1:8204, complete] completed CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55860, Token=DC0DFE7FC3849217, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L640, 127.0.0.1:8204] send request 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L640, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L640, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55861], CON-POST MID=55861, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L640, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-688C89F75CAEBA0A], CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:41.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55861], KeyToken[127.0.0.1:8204-688C89F75CAEBA0A]] 14:01:41.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 14:01:41.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55861] 14:01:41.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201] replace CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R641, 127.0.0.1:8201] send response NON-2.05 MID=55861, Token=null, OptionSet={}, "server responds hi" 14:01:41.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201, complete]! 14:01:41.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R641, 127.0.0.1:8201, complete] completed NON-2.04 MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 14:01:41.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 14:01:41.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55861] 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204, complete]! 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L640, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-688C89F75CAEBA0A] 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L640, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55861] 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L640, 127.0.0.1:8204, complete] completed CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55861, Token=688C89F75CAEBA0A, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L642, 127.0.0.1:8204] send request 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L642, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L642, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55862], CON-POST MID=55862, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L642, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1068893FEE0D7A99], CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:41.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55862], KeyToken[127.0.0.1:8204-1068893FEE0D7A99]] 14:01:41.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 14:01:41.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55862] 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201] replace CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R643, 127.0.0.1:8201] send response NON-2.05 MID=55862, Token=null, OptionSet={}, "server responds hi" 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201, complete]! 14:01:41.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R643, 127.0.0.1:8201, complete] completed NON-2.04 MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 14:01:41.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 14:01:41.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55862] 14:01:41.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204, complete]! 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L642, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1068893FEE0D7A99] 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L642, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55862] 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L642, 127.0.0.1:8204, complete] completed CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55862, Token=1068893FEE0D7A99, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L644, 127.0.0.1:8204] send request 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L644, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L644, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55863], CON-POST MID=55863, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L644, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C9E4E6480A1B364], CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:41.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55863], KeyToken[127.0.0.1:8204-3C9E4E6480A1B364]] 14:01:41.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 14:01:41.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55863] 14:01:41.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201] replace CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R645, 127.0.0.1:8201] send response NON-2.05 MID=55863, Token=null, OptionSet={}, "server responds hi" 14:01:41.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201, complete]! 14:01:41.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R645, 127.0.0.1:8201, complete] completed NON-2.04 MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 14:01:41.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:41.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 14:01:41.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55863] 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204, complete]! 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L644, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C9E4E6480A1B364] 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L644, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55863] 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L644, 127.0.0.1:8204, complete] completed CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55863, Token=3C9E4E6480A1B364, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L646, 127.0.0.1:8204] send request 14:01:41.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L646, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:41.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L646, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55864], CON-POST MID=55864, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:41.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L646, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5CB54C27729D9C49], CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:41.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55864], KeyToken[127.0.0.1:8204-5CB54C27729D9C49]] 14:01:41.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:41.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 14:01:41.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:41.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55864] 14:01:41.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:41.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201] replace CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x}, "client says hi" 14:01:41.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R647, 127.0.0.1:8201] send response NON-2.05 MID=55864, Token=null, OptionSet={}, "server responds hi" 14:01:41.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201, complete]! 14:01:42.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R647, 127.0.0.1:8201, complete] completed NON-2.04 MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 14:01:42.000 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 14:01:42.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55864] 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204, complete]! 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L646, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5CB54C27729D9C49] 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L646, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55864] 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L646, 127.0.0.1:8204, complete] completed CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55864, Token=5CB54C27729D9C49, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L648, 127.0.0.1:8204] send request 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L648, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L648, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55865], CON-POST MID=55865, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L648, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4F7C28F543A3A68], CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55865], KeyToken[127.0.0.1:8204-B4F7C28F543A3A68]] 14:01:42.001 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 14:01:42.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55865] 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201] replace CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R649, 127.0.0.1:8201] send response NON-2.05 MID=55865, Token=null, OptionSet={}, "server responds hi" 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201, complete]! 14:01:42.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R649, 127.0.0.1:8201, complete] completed NON-2.04 MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 14:01:42.002 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 14:01:42.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55865] 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204, complete]! 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L648, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4F7C28F543A3A68] 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L648, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55865] 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L648, 127.0.0.1:8204, complete] completed CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55865, Token=B4F7C28F543A3A68, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L650, 127.0.0.1:8204] send request 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L650, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L650, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55866], CON-POST MID=55866, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L650, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0DC5298E22AC241], CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55866], KeyToken[127.0.0.1:8204-E0DC5298E22AC241]] 14:01:42.003 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.003 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 14:01:42.003 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55866] 14:01:42.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201] replace CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R651, 127.0.0.1:8201] send response NON-2.05 MID=55866, Token=null, OptionSet={}, "server responds hi" 14:01:42.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201, complete]! 14:01:42.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R651, 127.0.0.1:8201, complete] completed NON-2.04 MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 14:01:42.004 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 14:01:42.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55866] 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204, complete]! 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L650, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0DC5298E22AC241] 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L650, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55866] 14:01:42.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L650, 127.0.0.1:8204, complete] completed CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55866, Token=E0DC5298E22AC241, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L652, 127.0.0.1:8204] send request 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L652, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L652, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55867], CON-POST MID=55867, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L652, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0CAC96276DFD7F8B], CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55867], KeyToken[127.0.0.1:8204-0CAC96276DFD7F8B]] 14:01:42.005 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 14:01:42.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55867] 14:01:42.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201] replace CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R653, 127.0.0.1:8201] send response NON-2.05 MID=55867, Token=null, OptionSet={}, "server responds hi" 14:01:42.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201, complete]! 14:01:42.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R653, 127.0.0.1:8201, complete] completed NON-2.04 MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 14:01:42.006 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 14:01:42.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55867] 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204, complete]! 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L652, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0CAC96276DFD7F8B] 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L652, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55867] 14:01:42.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L652, 127.0.0.1:8204, complete] completed CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55867, Token=0CAC96276DFD7F8B, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L654, 127.0.0.1:8204] send request 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L654, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L654, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55868], CON-POST MID=55868, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L654, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1062FCE682DC3C09], CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55868], KeyToken[127.0.0.1:8204-1062FCE682DC3C09]] 14:01:42.051 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 14:01:42.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55868] 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201] replace CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R655, 127.0.0.1:8201] send response NON-2.05 MID=55868, Token=null, OptionSet={}, "server responds hi" 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201, complete]! 14:01:42.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R655, 127.0.0.1:8201, complete] completed NON-2.04 MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 14:01:42.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 14:01:42.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55868] 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204, complete]! 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L654, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1062FCE682DC3C09] 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L654, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55868] 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L654, 127.0.0.1:8204, complete] completed CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55868, Token=1062FCE682DC3C09, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L656, 127.0.0.1:8204] send request 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L656, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L656, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55869], CON-POST MID=55869, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L656, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-30513887A313F45F], CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55869], KeyToken[127.0.0.1:8204-30513887A313F45F]] 14:01:42.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 14:01:42.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55869] 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201] replace CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R657, 127.0.0.1:8201] send response NON-2.05 MID=55869, Token=null, OptionSet={}, "server responds hi" 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201, complete]! 14:01:42.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R657, 127.0.0.1:8201, complete] completed NON-2.04 MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 14:01:42.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 14:01:42.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55869] 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204, complete]! 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L656, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-30513887A313F45F] 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L656, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55869] 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L656, 127.0.0.1:8204, complete] completed CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55869, Token=30513887A313F45F, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L658, 127.0.0.1:8204] send request 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L658, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L658, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55870], CON-POST MID=55870, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L658, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-240F4BD4DEC76864], CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55870], KeyToken[127.0.0.1:8204-240F4BD4DEC76864]] 14:01:42.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 14:01:42.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55870] 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201] replace CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R659, 127.0.0.1:8201] send response NON-2.05 MID=55870, Token=null, OptionSet={}, "server responds hi" 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201, complete]! 14:01:42.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R659, 127.0.0.1:8201, complete] completed NON-2.04 MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 14:01:42.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 14:01:42.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55870] 14:01:42.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204, complete]! 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L658, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-240F4BD4DEC76864] 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L658, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55870] 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L658, 127.0.0.1:8204, complete] completed CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55870, Token=240F4BD4DEC76864, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L660, 127.0.0.1:8204] send request 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L660, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L660, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55871], CON-POST MID=55871, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L660, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-440ABE29E551EAEA], CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55871], KeyToken[127.0.0.1:8204-440ABE29E551EAEA]] 14:01:42.056 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 14:01:42.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55871] 14:01:42.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201] replace CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R661, 127.0.0.1:8201] send response NON-2.05 MID=55871, Token=null, OptionSet={}, "server responds hi" 14:01:42.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201, complete]! 14:01:42.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R661, 127.0.0.1:8201, complete] completed NON-2.04 MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 14:01:42.057 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 14:01:42.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55871] 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204, complete]! 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L660, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-440ABE29E551EAEA] 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L660, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55871] 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L660, 127.0.0.1:8204, complete] completed CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55871, Token=440ABE29E551EAEA, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L662, 127.0.0.1:8204] send request 14:01:42.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L662, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L662, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55872], CON-POST MID=55872, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L662, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-30BE6AF253265476], CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55872], KeyToken[127.0.0.1:8204-30BE6AF253265476]] 14:01:42.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 14:01:42.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55872] 14:01:42.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201] replace CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R663, 127.0.0.1:8201] send response NON-2.05 MID=55872, Token=null, OptionSet={}, "server responds hi" 14:01:42.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201, complete]! 14:01:42.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R663, 127.0.0.1:8201, complete] completed NON-2.04 MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 14:01:42.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 14:01:42.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55872] 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204, complete]! 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L662, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-30BE6AF253265476] 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L662, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55872] 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L662, 127.0.0.1:8204, complete] completed CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55872, Token=30BE6AF253265476, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L664, 127.0.0.1:8204] send request 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L664, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L664, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55873], CON-POST MID=55873, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L664, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-806AAFC96462336D], CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55873], KeyToken[127.0.0.1:8204-806AAFC96462336D]] 14:01:42.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 14:01:42.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55873] 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201] replace CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R665, 127.0.0.1:8201] send response NON-2.05 MID=55873, Token=null, OptionSet={}, "server responds hi" 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201, complete]! 14:01:42.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R665, 127.0.0.1:8201, complete] completed NON-2.04 MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 14:01:42.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 14:01:42.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55873] 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204, complete]! 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L664, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-806AAFC96462336D] 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L664, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55873] 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L664, 127.0.0.1:8204, complete] completed CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55873, Token=806AAFC96462336D, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L666, 127.0.0.1:8204] send request 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L666, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L666, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55874], CON-POST MID=55874, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L666, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84EEF52935A8F774], CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:42.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55874], KeyToken[127.0.0.1:8204-84EEF52935A8F774]] 14:01:42.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 14:01:42.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55874] 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201] replace CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R667, 127.0.0.1:8201] send response NON-2.05 MID=55874, Token=null, OptionSet={}, "server responds hi" 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201, complete]! 14:01:42.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R667, 127.0.0.1:8201, complete] completed NON-2.04 MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 14:01:42.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 14:01:42.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55874] 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204, complete]! 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L666, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84EEF52935A8F774] 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L666, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55874] 14:01:42.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L666, 127.0.0.1:8204, complete] completed CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55874, Token=84EEF52935A8F774, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L668, 127.0.0.1:8204] send request 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L668, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L668, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55875], CON-POST MID=55875, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L668, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-305B5198A82ED4F0], CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:42.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55875], KeyToken[127.0.0.1:8204-305B5198A82ED4F0]] 14:01:42.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 14:01:42.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55875] 14:01:42.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201] replace CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R669, 127.0.0.1:8201] send response NON-2.05 MID=55875, Token=null, OptionSet={}, "server responds hi" 14:01:42.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201, complete]! 14:01:42.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R669, 127.0.0.1:8201, complete] completed NON-2.04 MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 14:01:42.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 14:01:42.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55875] 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204, complete]! 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L668, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-305B5198A82ED4F0] 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L668, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55875] 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L668, 127.0.0.1:8204, complete] completed CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55875, Token=305B5198A82ED4F0, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L670, 127.0.0.1:8204] send request 14:01:42.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L670, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:42.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L670, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55876], CON-POST MID=55876, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:42.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L670, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0D697F46833340C], CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:42.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55876], KeyToken[127.0.0.1:8204-D0D697F46833340C]] 14:01:42.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 14:01:42.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55876] 14:01:42.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201] replace CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R671, 127.0.0.1:8201] send response NON-2.05 MID=55876, Token=null, OptionSet={}, "server responds hi" 14:01:42.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201, complete]! 14:01:42.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R671, 127.0.0.1:8201, complete] completed NON-2.04 MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 14:01:42.066 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 14:01:42.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55876] 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204, complete]! 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L670, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0D697F46833340C] 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L670, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55876] 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L670, 127.0.0.1:8204, complete] completed CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55876, Token=D0D697F46833340C, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L672, 127.0.0.1:8204] send request 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L672, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L672, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55877], CON-POST MID=55877, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:42.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L672, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C8674CB67D03C8A], CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:42.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55877], KeyToken[127.0.0.1:8204-9C8674CB67D03C8A]] 14:01:42.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 14:01:42.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55877] 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201] replace CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R673, 127.0.0.1:8201] send response NON-2.05 MID=55877, Token=null, OptionSet={}, "server responds hi" 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201, complete]! 14:01:42.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R673, 127.0.0.1:8201, complete] completed NON-2.04 MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 14:01:42.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 14:01:42.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55877] 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204, complete]! 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L672, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C8674CB67D03C8A] 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L672, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55877] 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L672, 127.0.0.1:8204, complete] completed CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55877, Token=9C8674CB67D03C8A, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L674, 127.0.0.1:8204] send request 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L674, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:42.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L674, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55878], CON-POST MID=55878, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:42.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L674, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-905437615E613FFC], CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:42.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55878], KeyToken[127.0.0.1:8204-905437615E613FFC]] 14:01:42.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 14:01:42.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55878] 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201] replace CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R675, 127.0.0.1:8201] send response NON-2.05 MID=55878, Token=null, OptionSet={}, "server responds hi" 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201, complete]! 14:01:42.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R675, 127.0.0.1:8201, complete] completed NON-2.04 MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 14:01:42.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 14:01:42.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55878] 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204, complete]! 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L674, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-905437615E613FFC] 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L674, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55878] 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L674, 127.0.0.1:8204, complete] completed CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55878, Token=905437615E613FFC, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L676, 127.0.0.1:8204] send request 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L676, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:42.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L676, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55879], CON-POST MID=55879, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:42.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L676, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14DA3F12C1E4E8FB], CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:42.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55879], KeyToken[127.0.0.1:8204-14DA3F12C1E4E8FB]] 14:01:42.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 14:01:42.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55879] 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201] replace CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R677, 127.0.0.1:8201] send response NON-2.05 MID=55879, Token=null, OptionSet={}, "server responds hi" 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201, complete]! 14:01:42.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R677, 127.0.0.1:8201, complete] completed NON-2.04 MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 14:01:42.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 14:01:42.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55879] 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204, complete]! 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L676, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14DA3F12C1E4E8FB] 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L676, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55879] 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L676, 127.0.0.1:8204, complete] completed CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55879, Token=14DA3F12C1E4E8FB, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L678, 127.0.0.1:8204] send request 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L678, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L678, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55880], CON-POST MID=55880, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L678, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-041720772D8F132C], CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:42.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55880], KeyToken[127.0.0.1:8204-041720772D8F132C]] 14:01:42.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 14:01:42.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55880] 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201] replace CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R679, 127.0.0.1:8201] send response NON-2.05 MID=55880, Token=null, OptionSet={}, "server responds hi" 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201, complete]! 14:01:42.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R679, 127.0.0.1:8201, complete] completed NON-2.04 MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 14:01:42.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 14:01:42.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55880] 14:01:42.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204, complete]! 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L678, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-041720772D8F132C] 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L678, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55880] 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L678, 127.0.0.1:8204, complete] completed CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55880, Token=041720772D8F132C, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L680, 127.0.0.1:8204] send request 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L680, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L680, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55881], CON-POST MID=55881, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L680, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-346AF1DB7BD43EA4], CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:42.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55881], KeyToken[127.0.0.1:8204-346AF1DB7BD43EA4]] 14:01:42.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 14:01:42.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55881] 14:01:42.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201] replace CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R681, 127.0.0.1:8201] send response NON-2.05 MID=55881, Token=null, OptionSet={}, "server responds hi" 14:01:42.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201, complete]! 14:01:42.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R681, 127.0.0.1:8201, complete] completed NON-2.04 MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 14:01:42.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 14:01:42.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55881] 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204, complete]! 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L680, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-346AF1DB7BD43EA4] 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L680, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55881] 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L680, 127.0.0.1:8204, complete] completed CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55881, Token=346AF1DB7BD43EA4, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 14:01:42.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L682, 127.0.0.1:8204] send request 14:01:42.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L682, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:42.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L682, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55882], CON-POST MID=55882, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:42.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L682, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-285CB023D82DB603], CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:42.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55882], KeyToken[127.0.0.1:8204-285CB023D82DB603]] 14:01:42.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 14:01:42.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55882] 14:01:42.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201] replace CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R683, 127.0.0.1:8201] send response NON-2.05 MID=55882, Token=null, OptionSet={}, "server responds hi" 14:01:42.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201, complete]! 14:01:42.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R683, 127.0.0.1:8201, complete] completed NON-2.04 MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 14:01:42.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 14:01:42.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55882] 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204, complete]! 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L682, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-285CB023D82DB603] 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L682, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55882] 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L682, 127.0.0.1:8204, complete] completed CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55882, Token=285CB023D82DB603, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L684, 127.0.0.1:8204] send request 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L684, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L684, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55883], CON-POST MID=55883, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L684, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6073CDB2FE5B0E9A], CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:42.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55883], KeyToken[127.0.0.1:8204-6073CDB2FE5B0E9A]] 14:01:42.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 14:01:42.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55883] 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201] replace CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R685, 127.0.0.1:8201] send response NON-2.05 MID=55883, Token=null, OptionSet={}, "server responds hi" 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201, complete]! 14:01:42.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R685, 127.0.0.1:8201, complete] completed NON-2.04 MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 14:01:42.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 14:01:42.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55883] 14:01:42.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204, complete]! 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L684, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6073CDB2FE5B0E9A] 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L684, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55883] 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L684, 127.0.0.1:8204, complete] completed CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55883, Token=6073CDB2FE5B0E9A, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L686, 127.0.0.1:8204] send request 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L686, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L686, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55884], CON-POST MID=55884, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L686, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54E677723CCBAC36], CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:42.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55884], KeyToken[127.0.0.1:8204-54E677723CCBAC36]] 14:01:42.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 14:01:42.079 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55884] 14:01:42.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201] replace CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R687, 127.0.0.1:8201] send response NON-2.05 MID=55884, Token=null, OptionSet={}, "server responds hi" 14:01:42.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201, complete]! 14:01:42.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R687, 127.0.0.1:8201, complete] completed NON-2.04 MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 14:01:42.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 14:01:42.080 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55884] 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204, complete]! 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L686, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54E677723CCBAC36] 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L686, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55884] 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L686, 127.0.0.1:8204, complete] completed CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55884, Token=54E677723CCBAC36, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L688, 127.0.0.1:8204] send request 14:01:42.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L688, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:42.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L688, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55885], CON-POST MID=55885, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:42.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L688, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2C3A05CA336CB0AC], CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:42.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55885], KeyToken[127.0.0.1:8204-2C3A05CA336CB0AC]] 14:01:42.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 14:01:42.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55885] 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201] replace CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R689, 127.0.0.1:8201] send response NON-2.05 MID=55885, Token=null, OptionSet={}, "server responds hi" 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201, complete]! 14:01:42.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R689, 127.0.0.1:8201, complete] completed NON-2.04 MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 14:01:42.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 14:01:42.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55885] 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204, complete]! 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L688, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2C3A05CA336CB0AC] 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L688, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55885] 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L688, 127.0.0.1:8204, complete] completed CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55885, Token=2C3A05CA336CB0AC, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L690, 127.0.0.1:8204] send request 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L690, 127.0.0.1:8204] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L690, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-55886], CON-POST MID=55886, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L690, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6C66E12F65605BB1], CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:42.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-55886], KeyToken[127.0.0.1:8204-6C66E12F65605BB1]] 14:01:42.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204 14:01:42.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 14:01:42.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201 14:01:42.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55886] 14:01:42.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201] replace CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R691, 127.0.0.1:8201] send response NON-2.05 MID=55886, Token=null, OptionSet={}, "server responds hi" 14:01:42.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201, complete]! 14:01:42.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R691, 127.0.0.1:8201, complete] completed NON-2.04 MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 14:01:42.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04 MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 14:01:42.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-55886] 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204, complete]! 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L690, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6C66E12F65605BB1] 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L690, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-55886] 14:01:42.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L690, 127.0.0.1:8204, complete] completed CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55886, Token=6C66E12F65605BB1, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 14:01:42.083 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 14:01:42.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 14:01:42.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 14:01:42.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 14:01:42.084 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 14:01:42.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 14:01:42.084 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.085 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.085 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.085 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.085 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.086 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.086 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.086 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.086 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 14:01:42.086 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.086 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.086 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 14:01:42.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:42.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L692, 127.0.0.1:8205] send request 14:01:42.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L692, 127.0.0.1:8205] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L692, 127.0.0.1:8205] added with KeyMID[127.0.0.1:8205-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L692, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-9C889289E28D5831], CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-10000], KeyToken[127.0.0.1:8205-9C889289E28D5831]] 14:01:42.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205 14:01:42.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T72) 127.0.0.1:8,201 ==> :8,205 [CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:42.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8201 14:01:42.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 14:01:42.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201] replace CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R693, 127.0.0.1:8201] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 14:01:42.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201, complete]! 14:01:42.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R693, 127.0.0.1:8201, complete] completed NON-2.04 MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:42.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T52) 127.0.0.1:8,205 ==> :8,201 [NON-2.04 MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:42.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8205 14:01:42.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-10000] 14:01:42.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205, complete]! 14:01:42.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L692, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-9C889289E28D5831] 14:01:42.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L692, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-10000] 14:01:42.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L692, 127.0.0.1:8205, complete] completed CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=9C889289E28D5831, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 14:01:42.090 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.090 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 14:01:42.090 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 14:01:42.090 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 14:01:42.090 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 14:01:42.090 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 14:01:42.090 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 14:01:42.090 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.091 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.091 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.091 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.092 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 14:01:42.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8206, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 14:01:42.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L694, 127.0.0.1:8206] send request 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L694, 127.0.0.1:8206] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L694, 127.0.0.1:8206] added with KeyMID[127.0.0.1:8206-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L694, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-30090A9DF142EF2A], CON-POST MID=10000, Token=30090A9DF142EF2A, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:42.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-10000], KeyToken[127.0.0.1:8206-30090A9DF142EF2A]] 14:01:42.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206 14:01:42.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T77) 127.0.0.1:8,201 ==> :8,206 [CON-POST MID=10000, Token=30090A9DF142EF2A, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 14:01:42.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 41 bytes from 127.0.0.1:8201 14:01:42.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 14:01:42.093 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 14:01:42.094 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 14:01:42.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R695, 127.0.0.1:8201, complete]! 14:01:42.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R695, 127.0.0.1:8201, complete] completed ACK-4.01 MID=10000, Token=30090A9DF142EF2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 14:01:42.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201 14:01:42.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T52) 127.0.0.1:8,206 ==> :8,201 [ACK-4.01 MID=10000, Token=30090A9DF142EF2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 14:01:42.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 41 bytes from 127.0.0.1:8206 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=30090A9DF142EF2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206, complete]! 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L694, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-30090A9DF142EF2A] 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L694, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-10000] 14:01:42.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L694, 127.0.0.1:8206, complete] completed CON-POST MID=10000, Token=30090A9DF142EF2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=30090A9DF142EF2A, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 14:01:42.095 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.095 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 14:01:42.095 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 14:01:42.095 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 14:01:42.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 14:01:42.095 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 14:01:42.095 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 14:01:42.095 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.095 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.096 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.096 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.096 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.096 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.096 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.096 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 14:01:42.096 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.097 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8207, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.097 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 14:01:42.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.097 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L696, 127.0.0.1:8207] send request 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L696, 127.0.0.1:8207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L696, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-11138], CON-POST MID=11138, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L696, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-149274CBBB9D5822], CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-11138], KeyToken[127.0.0.1:8207-149274CBBB9D5822]] 14:01:42.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8207 14:01:42.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:42.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-11138] 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201] replace CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R697, 127.0.0.1:8201] send response NON-2.05 MID=11138, Token=null, OptionSet={}, "server responds hi" 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201, complete]! 14:01:42.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R697, 127.0.0.1:8201, complete] completed NON-2.04 MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:42.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T52) 127.0.0.1:8,207 ==> :8,201 [NON-2.04 MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:42.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8207 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-11138] 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207, complete]! 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L696, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-149274CBBB9D5822] 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L696, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-11138] 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L696, 127.0.0.1:8207, complete] completed CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=11138, Token=149274CBBB9D5822, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L698, 127.0.0.1:8207] send request 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L698, 127.0.0.1:8207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L698, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-11139], CON-POST MID=11139, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L698, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-CC78A45CAE7AF2C8], CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-11139], KeyToken[127.0.0.1:8207-CC78A45CAE7AF2C8]] 14:01:42.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8207 14:01:42.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:42.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-11139] 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201] replace CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R699, 127.0.0.1:8201] send response NON-2.05 MID=11139, Token=null, OptionSet={}, "server responds hi" 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201, complete]! 14:01:42.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R699, 127.0.0.1:8201, complete] completed NON-2.04 MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:42.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.101 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T52) 127.0.0.1:8,207 ==> :8,201 [NON-2.04 MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:42.101 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8207 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-11139] 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207, complete]! 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L698, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-CC78A45CAE7AF2C8] 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L698, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-11139] 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L698, 127.0.0.1:8207, complete] completed CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=11139, Token=CC78A45CAE7AF2C8, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L700, 127.0.0.1:8207] send request 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L700, 127.0.0.1:8207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L700, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-11140], CON-POST MID=11140, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L700, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-50BD72C52F225DC1], CON-POST MID=11140, Token=50BD72C52F225DC1, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-11140], KeyToken[127.0.0.1:8207-50BD72C52F225DC1]] 14:01:42.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8207 14:01:42.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST MID=11140, Token=50BD72C52F225DC1, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:42.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201 14:01:42.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-11140] 14:01:42.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.102 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 14:01:42.102 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:42.102 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 14:01:42.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R701, 127.0.0.1:8201, complete]! 14:01:42.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R701, 127.0.0.1:8201, complete] completed ACK-4.01 MID=11140, Token=50BD72C52F225DC1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 14:01:42.102 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8201 14:01:42.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T52) 127.0.0.1:8,207 ==> :8,201 [ACK-4.01 MID=11140, Token=50BD72C52F225DC1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 14:01:42.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 30 bytes from 127.0.0.1:8207 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=11140, Token=50BD72C52F225DC1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207, complete]! 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L700, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-50BD72C52F225DC1] 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L700, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-11140] 14:01:42.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L700, 127.0.0.1:8207, complete] completed CON-POST MID=11140, Token=50BD72C52F225DC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=11140, Token=50BD72C52F225DC1, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:42.102 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.150 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 14:01:42.150 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 14:01:42.150 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 14:01:42.150 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 14:01:42.150 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 14:01:42.150 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 14:01:42.150 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.151 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.151 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.151 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.151 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.151 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.151 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.151 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.151 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.151 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 14:01:42.151 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.152 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 14:01:42.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:42.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L702, 127.0.0.1:8208] send request 14:01:42.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L702, 127.0.0.1:8208] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L702, 127.0.0.1:8208] added with KeyMID[127.0.0.1:8208-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L702, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-6C94D5FCFF0F06BD], CON-POST MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-10000], KeyToken[127.0.0.1:8208-6C94D5FCFF0F06BD]] 14:01:42.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208 14:01:42.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T87) 127.0.0.1:8,201 ==> :8,208 [CON-POST MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:42.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 40 bytes from 127.0.0.1:8201 14:01:42.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 14:01:42.153 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 14:01:42.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R703, 127.0.0.1:8201, complete]! 14:01:42.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R703, 127.0.0.1:8201, complete] completed ACK-4.01 MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 14:01:42.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8201 14:01:42.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T52) 127.0.0.1:8,208 ==> :8,201 [ACK-4.01 MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 14:01:42.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 66 bytes from 127.0.0.1:8208 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208, complete]! 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L702, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-6C94D5FCFF0F06BD] 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L702, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-10000] 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L702, 127.0.0.1:8208, complete] completed CON-POST MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=6C94D5FCFF0F06BD, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L704, 127.0.0.1:8208] send request 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L704, 127.0.0.1:8208] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L704, 127.0.0.1:8208] added with KeyMID[127.0.0.1:8208-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L704, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-348BF332F22699B1], CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-10001], KeyToken[127.0.0.1:8208-348BF332F22699B1]] 14:01:42.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8208 14:01:42.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T87) 127.0.0.1:8,201 ==> :8,208 [CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:42.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 49 bytes from 127.0.0.1:8201 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10001] 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201] replace CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R705, 127.0.0.1:8201] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201, complete]! 14:01:42.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R705, 127.0.0.1:8201, complete] completed NON-2.04 MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:42.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 14:01:42.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T52) 127.0.0.1:8,208 ==> :8,201 [NON-2.04 MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:42.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8208 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-10001] 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208, complete]! 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L704, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-348BF332F22699B1] 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L704, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-10001] 14:01:42.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L704, 127.0.0.1:8208, complete] completed CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=348BF332F22699B1, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 14:01:42.156 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 14:01:42.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 14:01:42.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 14:01:42.157 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 14:01:42.157 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:42.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 14:01:42.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 14:01:42.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 14:01:42.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 14:01:42.157 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. Start OSCoreServerClientTest 14:01:42.158 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.158 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.158 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.159 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 14:01:42.159 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.159 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8209, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209 14:01:42.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:42.160 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.160 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:42.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:42.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.160 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:42.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 14:01:42.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:42.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 14:01:42.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:42.160 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L706, 127.0.0.1:8209] send request 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L706, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L706, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-49995], CON-POST MID=49995, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L706, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-74327D6883BB2598], CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-49995], KeyToken[127.0.0.1:8209-74327D6883BB2598]] 14:01:42.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:42.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49995] 14:01:42.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210] replace CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R707, 127.0.0.1:8210] send response NON-2.05 MID=49995, Token=null, OptionSet={}, "server responds hi" 14:01:42.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210, complete]! 14:01:42.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R707, 127.0.0.1:8210, complete] completed NON-2.04 MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:42.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:42.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-49995] 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209, complete]! 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L706, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-74327D6883BB2598] 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L706, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-49995] 14:01:42.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L706, 127.0.0.1:8209, complete] completed CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49995, Token=74327D6883BB2598, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8209] send request 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-49996], CON-POST MID=49996, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-ACE4773053C86457], CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-49996], KeyToken[127.0.0.1:8209-ACE4773053C86457]] 14:01:42.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 14:01:42.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49996] 14:01:42.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210] replace CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R709, 127.0.0.1:8210] send response NON-2.05 MID=49996, Token=null, OptionSet={}, "server responds hi" 14:01:42.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210, complete]! 14:01:42.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R709, 127.0.0.1:8210, complete] completed NON-2.04 MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 14:01:42.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 14:01:42.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-49996] 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8209, complete]! 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-ACE4773053C86457] 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-49996] 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L708, 127.0.0.1:8209, complete] completed CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49996, Token=ACE4773053C86457, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8209] send request 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-49997], CON-POST MID=49997, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-40A8D7BA7CCA8F89], CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-49997], KeyToken[127.0.0.1:8209-40A8D7BA7CCA8F89]] 14:01:42.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 14:01:42.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49997] 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210] replace CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R711, 127.0.0.1:8210] send response NON-2.05 MID=49997, Token=null, OptionSet={}, "server responds hi" 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210, complete]! 14:01:42.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R711, 127.0.0.1:8210, complete] completed NON-2.04 MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 14:01:42.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 14:01:42.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-49997] 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8209, complete]! 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-40A8D7BA7CCA8F89] 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-49997] 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L710, 127.0.0.1:8209, complete] completed CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49997, Token=40A8D7BA7CCA8F89, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8209] send request 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-49998], CON-POST MID=49998, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-B432F0A968A0FD7D], CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-49998], KeyToken[127.0.0.1:8209-B432F0A968A0FD7D]] 14:01:42.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 14:01:42.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49998] 14:01:42.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8210] replace CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R713, 127.0.0.1:8210] send response NON-2.05 MID=49998, Token=null, OptionSet={}, "server responds hi" 14:01:42.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8210, complete]! 14:01:42.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R713, 127.0.0.1:8210, complete] completed NON-2.04 MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 14:01:42.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 14:01:42.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-49998] 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8209, complete]! 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-B432F0A968A0FD7D] 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-49998] 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L712, 127.0.0.1:8209, complete] completed CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49998, Token=B432F0A968A0FD7D, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L714, 127.0.0.1:8209] send request 14:01:42.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L714, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L714, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L714, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-49999], CON-POST MID=49999, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L714, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-C8402D460EE8BF92], CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-49999], KeyToken[127.0.0.1:8209-C8402D460EE8BF92]] 14:01:42.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 14:01:42.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49999] 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8210] replace CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R715, 127.0.0.1:8210] send response NON-2.05 MID=49999, Token=null, OptionSet={}, "server responds hi" 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8210, complete]! 14:01:42.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R715, 127.0.0.1:8210, complete] completed NON-2.04 MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 14:01:42.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 14:01:42.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-49999] 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L714, 127.0.0.1:8209, complete]! 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L714, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-C8402D460EE8BF92] 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L714, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-49999] 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L714, 127.0.0.1:8209, complete] completed CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49999, Token=C8402D460EE8BF92, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L716, 127.0.0.1:8209] send request 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L716, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L716, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L716, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50000], CON-POST MID=50000, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L716, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-6001744E893B9C72], CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50000], KeyToken[127.0.0.1:8209-6001744E893B9C72]] 14:01:42.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 14:01:42.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50000] 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8210] replace CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R717, 127.0.0.1:8210] send response NON-2.05 MID=50000, Token=null, OptionSet={}, "server responds hi" 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8210, complete]! 14:01:42.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R717, 127.0.0.1:8210, complete] completed NON-2.04 MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 14:01:42.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 14:01:42.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50000] 14:01:42.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L716, 127.0.0.1:8209, complete]! 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L716, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-6001744E893B9C72] 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L716, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50000] 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L716, 127.0.0.1:8209, complete] completed CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50000, Token=6001744E893B9C72, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L718, 127.0.0.1:8209] send request 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L718, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L718, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L718, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50001], CON-POST MID=50001, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L718, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-502EE9EB3DB332F3], CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50001], KeyToken[127.0.0.1:8209-502EE9EB3DB332F3]] 14:01:42.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 14:01:42.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50001] 14:01:42.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8210] replace CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R719, 127.0.0.1:8210] send response NON-2.05 MID=50001, Token=null, OptionSet={}, "server responds hi" 14:01:42.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8210, complete]! 14:01:42.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R719, 127.0.0.1:8210, complete] completed NON-2.04 MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 14:01:42.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 14:01:42.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50001] 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L718, 127.0.0.1:8209, complete]! 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L718, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-502EE9EB3DB332F3] 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L718, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50001] 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L718, 127.0.0.1:8209, complete] completed CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50001, Token=502EE9EB3DB332F3, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L720, 127.0.0.1:8209] send request 14:01:42.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L720, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L720, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L720, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50002], CON-POST MID=50002, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L720, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-58BCAC98395C2ACC], CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50002], KeyToken[127.0.0.1:8209-58BCAC98395C2ACC]] 14:01:42.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209 14:01:42.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 14:01:42.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50002] 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8210] replace CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R721, 127.0.0.1:8210] send response NON-2.05 MID=50002, Token=null, OptionSet={}, "server responds hi" 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8210, complete]! 14:01:42.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R721, 127.0.0.1:8210, complete] completed NON-2.04 MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 14:01:42.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 14:01:42.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50002] 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L720, 127.0.0.1:8209, complete]! 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L720, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-58BCAC98395C2ACC] 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L720, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50002] 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L720, 127.0.0.1:8209, complete] completed CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50002, Token=58BCAC98395C2ACC, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L722, 127.0.0.1:8209] send request 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L722, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L722, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L722, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50003], CON-POST MID=50003, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L722, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-D0AE641D42781EA8], CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50003], KeyToken[127.0.0.1:8209-D0AE641D42781EA8]] 14:01:42.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 14:01:42.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50003] 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8210] replace CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R723, 127.0.0.1:8210] send response NON-2.05 MID=50003, Token=null, OptionSet={}, "server responds hi" 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8210, complete]! 14:01:42.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R723, 127.0.0.1:8210, complete] completed NON-2.04 MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 14:01:42.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 14:01:42.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50003] 14:01:42.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L722, 127.0.0.1:8209, complete]! 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L722, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-D0AE641D42781EA8] 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L722, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50003] 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L722, 127.0.0.1:8209, complete] completed CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50003, Token=D0AE641D42781EA8, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8209] send request 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50004], CON-POST MID=50004, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-7804980EFF349A20], CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 14:01:42.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50004], KeyToken[127.0.0.1:8209-7804980EFF349A20]] 14:01:42.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 14:01:42.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50004] 14:01:42.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8210] replace CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R725, 127.0.0.1:8210] send response NON-2.05 MID=50004, Token=null, OptionSet={}, "server responds hi" 14:01:42.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8210, complete]! 14:01:42.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R725, 127.0.0.1:8210, complete] completed NON-2.04 MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 14:01:42.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 14:01:42.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50004] 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8209, complete]! 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-7804980EFF349A20] 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50004] 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L724, 127.0.0.1:8209, complete] completed CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50004, Token=7804980EFF349A20, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L726, 127.0.0.1:8209] send request 14:01:42.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L726, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L726, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:42.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L726, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50005], CON-POST MID=50005, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:42.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L726, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-84F09FBCB35AFCB1], CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 14:01:42.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50005], KeyToken[127.0.0.1:8209-84F09FBCB35AFCB1]] 14:01:42.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 14:01:42.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50005] 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8210] replace CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R727, 127.0.0.1:8210] send response NON-2.05 MID=50005, Token=null, OptionSet={}, "server responds hi" 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8210, complete]! 14:01:42.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R727, 127.0.0.1:8210, complete] completed NON-2.04 MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 14:01:42.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 14:01:42.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50005] 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L726, 127.0.0.1:8209, complete]! 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L726, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-84F09FBCB35AFCB1] 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L726, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50005] 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L726, 127.0.0.1:8209, complete] completed CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50005, Token=84F09FBCB35AFCB1, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L728, 127.0.0.1:8209] send request 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L728, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L728, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L728, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50006], CON-POST MID=50006, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L728, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-CC108DFF4847A764], CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 14:01:42.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50006], KeyToken[127.0.0.1:8209-CC108DFF4847A764]] 14:01:42.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 14:01:42.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50006] 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R729, 127.0.0.1:8210] replace CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R729, 127.0.0.1:8210] send response NON-2.05 MID=50006, Token=null, OptionSet={}, "server responds hi" 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R729, 127.0.0.1:8210, complete]! 14:01:42.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R729, 127.0.0.1:8210, complete] completed NON-2.04 MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 14:01:42.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 14:01:42.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50006] 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L728, 127.0.0.1:8209, complete]! 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L728, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-CC108DFF4847A764] 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L728, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50006] 14:01:42.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L728, 127.0.0.1:8209, complete] completed CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50006, Token=CC108DFF4847A764, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L730, 127.0.0.1:8209] send request 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L730, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L730, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L730, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50007], CON-POST MID=50007, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L730, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-E008BB92CD46217A], CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 14:01:42.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50007], KeyToken[127.0.0.1:8209-E008BB92CD46217A]] 14:01:42.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 14:01:42.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50007] 14:01:42.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8210] replace CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R731, 127.0.0.1:8210] send response NON-2.05 MID=50007, Token=null, OptionSet={}, "server responds hi" 14:01:42.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8210, complete]! 14:01:42.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R731, 127.0.0.1:8210, complete] completed NON-2.04 MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 14:01:42.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 14:01:42.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50007] 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L730, 127.0.0.1:8209, complete]! 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L730, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-E008BB92CD46217A] 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L730, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50007] 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L730, 127.0.0.1:8209, complete] completed CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50007, Token=E008BB92CD46217A, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L732, 127.0.0.1:8209] send request 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L732, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L732, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:42.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L732, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50008], CON-POST MID=50008, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:42.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L732, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-68F8205B7150D737], CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 14:01:42.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50008], KeyToken[127.0.0.1:8209-68F8205B7150D737]] 14:01:42.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 14:01:42.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50008] 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8210] replace CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R733, 127.0.0.1:8210] send response NON-2.05 MID=50008, Token=null, OptionSet={}, "server responds hi" 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8210, complete]! 14:01:42.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R733, 127.0.0.1:8210, complete] completed NON-2.04 MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 14:01:42.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 14:01:42.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50008] 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L732, 127.0.0.1:8209, complete]! 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L732, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-68F8205B7150D737] 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L732, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50008] 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L732, 127.0.0.1:8209, complete] completed CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50008, Token=68F8205B7150D737, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8209] send request 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L734, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50009], CON-POST MID=50009, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L734, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-E813C14B567A5547], CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 14:01:42.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50009], KeyToken[127.0.0.1:8209-E813C14B567A5547]] 14:01:42.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 14:01:42.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50009] 14:01:42.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R735, 127.0.0.1:8210] replace CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R735, 127.0.0.1:8210] send response NON-2.05 MID=50009, Token=null, OptionSet={}, "server responds hi" 14:01:42.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R735, 127.0.0.1:8210, complete]! 14:01:42.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R735, 127.0.0.1:8210, complete] completed NON-2.04 MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 14:01:42.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 14:01:42.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50009] 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8209, complete]! 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L734, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-E813C14B567A5547] 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L734, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50009] 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L734, 127.0.0.1:8209, complete] completed CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50009, Token=E813C14B567A5547, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L736, 127.0.0.1:8209] send request 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L736, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L736, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:42.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L736, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50010], CON-POST MID=50010, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:42.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L736, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-18BCDD12B7A6CA78], CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 14:01:42.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50010], KeyToken[127.0.0.1:8209-18BCDD12B7A6CA78]] 14:01:42.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209 14:01:42.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 14:01:42.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50010] 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R737, 127.0.0.1:8210] replace CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R737, 127.0.0.1:8210] send response NON-2.05 MID=50010, Token=null, OptionSet={}, "server responds hi" 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R737, 127.0.0.1:8210, complete]! 14:01:42.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R737, 127.0.0.1:8210, complete] completed NON-2.04 MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 14:01:42.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 14:01:42.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50010] 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L736, 127.0.0.1:8209, complete]! 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L736, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-18BCDD12B7A6CA78] 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L736, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50010] 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L736, 127.0.0.1:8209, complete] completed CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50010, Token=18BCDD12B7A6CA78, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L738, 127.0.0.1:8209] send request 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L738, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L738, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L738, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50011], CON-POST MID=50011, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L738, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-A844FF2A3DAA71D1], CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 14:01:42.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50011], KeyToken[127.0.0.1:8209-A844FF2A3DAA71D1]] 14:01:42.187 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 14:01:42.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50011] 14:01:42.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R739, 127.0.0.1:8210] replace CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R739, 127.0.0.1:8210] send response NON-2.05 MID=50011, Token=null, OptionSet={}, "server responds hi" 14:01:42.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R739, 127.0.0.1:8210, complete]! 14:01:42.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R739, 127.0.0.1:8210, complete] completed NON-2.04 MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 14:01:42.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 14:01:42.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50011] 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L738, 127.0.0.1:8209, complete]! 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L738, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-A844FF2A3DAA71D1] 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L738, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50011] 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L738, 127.0.0.1:8209, complete] completed CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50011, Token=A844FF2A3DAA71D1, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L740, 127.0.0.1:8209] send request 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L740, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L740, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L740, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50012], CON-POST MID=50012, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:42.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L740, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-DC29A35A9AF90A71], CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50012], KeyToken[127.0.0.1:8209-DC29A35A9AF90A71]] 14:01:42.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 14:01:42.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50012] 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R741, 127.0.0.1:8210] replace CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R741, 127.0.0.1:8210] send response NON-2.05 MID=50012, Token=null, OptionSet={}, "server responds hi" 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R741, 127.0.0.1:8210, complete]! 14:01:42.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R741, 127.0.0.1:8210, complete] completed NON-2.04 MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 14:01:42.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 14:01:42.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50012] 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L740, 127.0.0.1:8209, complete]! 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L740, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-DC29A35A9AF90A71] 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L740, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50012] 14:01:42.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L740, 127.0.0.1:8209, complete] completed CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50012, Token=DC29A35A9AF90A71, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L742, 127.0.0.1:8209] send request 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L742, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L742, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L742, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50013], CON-POST MID=50013, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L742, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-74578D15854AAD3A], CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 14:01:42.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50013], KeyToken[127.0.0.1:8209-74578D15854AAD3A]] 14:01:42.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 14:01:42.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50013] 14:01:42.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8210] replace CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R743, 127.0.0.1:8210] send response NON-2.05 MID=50013, Token=null, OptionSet={}, "server responds hi" 14:01:42.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8210, complete]! 14:01:42.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R743, 127.0.0.1:8210, complete] completed NON-2.04 MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 14:01:42.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 14:01:42.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50013] 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L742, 127.0.0.1:8209, complete]! 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L742, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-74578D15854AAD3A] 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L742, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50013] 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L742, 127.0.0.1:8209, complete] completed CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50013, Token=74578D15854AAD3A, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L744, 127.0.0.1:8209] send request 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L744, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50014], CON-POST MID=50014, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-10A0FEA9EE864CEF], CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 14:01:42.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50014], KeyToken[127.0.0.1:8209-10A0FEA9EE864CEF]] 14:01:42.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 14:01:42.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50014] 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8210] replace CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R745, 127.0.0.1:8210] send response NON-2.05 MID=50014, Token=null, OptionSet={}, "server responds hi" 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8210, complete]! 14:01:42.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R745, 127.0.0.1:8210, complete] completed NON-2.04 MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 14:01:42.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 14:01:42.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50014] 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8209, complete]! 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-10A0FEA9EE864CEF] 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50014] 14:01:42.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L744, 127.0.0.1:8209, complete] completed CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50014, Token=10A0FEA9EE864CEF, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8209] send request 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50015], CON-POST MID=50015, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-7C47E634DE5CE15E], CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 14:01:42.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50015], KeyToken[127.0.0.1:8209-7C47E634DE5CE15E]] 14:01:42.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 14:01:42.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50015] 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8210] replace CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R747, 127.0.0.1:8210] send response NON-2.05 MID=50015, Token=null, OptionSet={}, "server responds hi" 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8210, complete]! 14:01:42.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R747, 127.0.0.1:8210, complete] completed NON-2.04 MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 14:01:42.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 14:01:42.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50015] 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8209, complete]! 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-7C47E634DE5CE15E] 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50015] 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L746, 127.0.0.1:8209, complete] completed CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50015, Token=7C47E634DE5CE15E, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8209] send request 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50016], CON-POST MID=50016, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-40F6C28A02F4C56C], CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 14:01:42.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50016], KeyToken[127.0.0.1:8209-40F6C28A02F4C56C]] 14:01:42.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 14:01:42.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50016] 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8210] replace CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R749, 127.0.0.1:8210] send response NON-2.05 MID=50016, Token=null, OptionSet={}, "server responds hi" 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8210, complete]! 14:01:42.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R749, 127.0.0.1:8210, complete] completed NON-2.04 MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 14:01:42.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 14:01:42.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50016] 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8209, complete]! 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-40F6C28A02F4C56C] 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50016] 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L748, 127.0.0.1:8209, complete] completed CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50016, Token=40F6C28A02F4C56C, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 14:01:42.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L750, 127.0.0.1:8209] send request 14:01:42.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L750, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L750, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:42.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L750, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50017], CON-POST MID=50017, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:42.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L750, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-9C0B18CEC060A85B], CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 14:01:42.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50017], KeyToken[127.0.0.1:8209-9C0B18CEC060A85B]] 14:01:42.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 14:01:42.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50017] 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8210] replace CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R751, 127.0.0.1:8210] send response NON-2.05 MID=50017, Token=null, OptionSet={}, "server responds hi" 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8210, complete]! 14:01:42.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R751, 127.0.0.1:8210, complete] completed NON-2.04 MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 14:01:42.197 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 14:01:42.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50017] 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L750, 127.0.0.1:8209, complete]! 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L750, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-9C0B18CEC060A85B] 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L750, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50017] 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L750, 127.0.0.1:8209, complete] completed CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50017, Token=9C0B18CEC060A85B, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L752, 127.0.0.1:8209] send request 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L752, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L752, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L752, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50018], CON-POST MID=50018, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L752, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-34642EBA833B1CA0], CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 14:01:42.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50018], KeyToken[127.0.0.1:8209-34642EBA833B1CA0]] 14:01:42.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8209 14:01:42.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 14:01:42.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50018] 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8210] replace CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R753, 127.0.0.1:8210] send response NON-2.05 MID=50018, Token=null, OptionSet={}, "server responds hi" 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8210, complete]! 14:01:42.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R753, 127.0.0.1:8210, complete] completed NON-2.04 MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 14:01:42.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 14:01:42.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50018] 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L752, 127.0.0.1:8209, complete]! 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L752, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-34642EBA833B1CA0] 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L752, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50018] 14:01:42.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L752, 127.0.0.1:8209, complete] completed CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50018, Token=34642EBA833B1CA0, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8209] send request 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50019], CON-POST MID=50019, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-5CEC7432C4B0B555], CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 14:01:42.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50019], KeyToken[127.0.0.1:8209-5CEC7432C4B0B555]] 14:01:42.199 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 14:01:42.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50019] 14:01:42.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8210] replace CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R755, 127.0.0.1:8210] send response NON-2.05 MID=50019, Token=null, OptionSet={}, "server responds hi" 14:01:42.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8210, complete]! 14:01:42.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R755, 127.0.0.1:8210, complete] completed NON-2.04 MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 14:01:42.200 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 14:01:42.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50019] 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8209, complete]! 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-5CEC7432C4B0B555] 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50019] 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L754, 127.0.0.1:8209, complete] completed CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50019, Token=5CEC7432C4B0B555, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8209] send request 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:42.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50020], CON-POST MID=50020, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:42.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-70B0DC9187A869F2], CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 14:01:42.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50020], KeyToken[127.0.0.1:8209-70B0DC9187A869F2]] 14:01:42.201 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 14:01:42.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50020] 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8210] replace CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R757, 127.0.0.1:8210] send response NON-2.05 MID=50020, Token=null, OptionSet={}, "server responds hi" 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8210, complete]! 14:01:42.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R757, 127.0.0.1:8210, complete] completed NON-2.04 MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 14:01:42.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 14:01:42.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50020] 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8209, complete]! 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-70B0DC9187A869F2] 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50020] 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L756, 127.0.0.1:8209, complete] completed CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50020, Token=70B0DC9187A869F2, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8209] send request 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50021], CON-POST MID=50021, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-10D9385863DF6204], CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 14:01:42.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50021], KeyToken[127.0.0.1:8209-10D9385863DF6204]] 14:01:42.251 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 14:01:42.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50021] 14:01:42.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8210] replace CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R759, 127.0.0.1:8210] send response NON-2.05 MID=50021, Token=null, OptionSet={}, "server responds hi" 14:01:42.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8210, complete]! 14:01:42.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R759, 127.0.0.1:8210, complete] completed NON-2.04 MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 14:01:42.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 14:01:42.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50021] 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8209, complete]! 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-10D9385863DF6204] 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50021] 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L758, 127.0.0.1:8209, complete] completed CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50021, Token=10D9385863DF6204, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8209] send request 14:01:42.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:42.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50022], CON-POST MID=50022, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:42.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-8883D1F26807DAE8], CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 14:01:42.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50022], KeyToken[127.0.0.1:8209-8883D1F26807DAE8]] 14:01:42.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 14:01:42.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50022] 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8210] replace CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R761, 127.0.0.1:8210] send response NON-2.05 MID=50022, Token=null, OptionSet={}, "server responds hi" 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8210, complete]! 14:01:42.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R761, 127.0.0.1:8210, complete] completed NON-2.04 MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 14:01:42.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 14:01:42.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50022] 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8209, complete]! 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-8883D1F26807DAE8] 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50022] 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L760, 127.0.0.1:8209, complete] completed CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50022, Token=8883D1F26807DAE8, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8209] send request 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50023], CON-POST MID=50023, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-B4C4760E8386038C], CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 14:01:42.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50023], KeyToken[127.0.0.1:8209-B4C4760E8386038C]] 14:01:42.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 14:01:42.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50023] 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8210] replace CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R763, 127.0.0.1:8210] send response NON-2.05 MID=50023, Token=null, OptionSet={}, "server responds hi" 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8210, complete]! 14:01:42.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R763, 127.0.0.1:8210, complete] completed NON-2.04 MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 14:01:42.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 14:01:42.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50023] 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8209, complete]! 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-B4C4760E8386038C] 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50023] 14:01:42.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L762, 127.0.0.1:8209, complete] completed CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50023, Token=B4C4760E8386038C, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8209] send request 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-50024], CON-POST MID=50024, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-E8CC11CA96F4D8AE], CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 14:01:42.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-50024], KeyToken[127.0.0.1:8209-E8CC11CA96F4D8AE]] 14:01:42.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209 14:01:42.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 14:01:42.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-50024] 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8210] replace CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R765, 127.0.0.1:8210] send response NON-2.05 MID=50024, Token=null, OptionSet={}, "server responds hi" 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8210, complete]! 14:01:42.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R765, 127.0.0.1:8210, complete] completed NON-2.04 MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 14:01:42.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04 MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 14:01:42.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-50024] 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8209, complete]! 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-E8CC11CA96F4D8AE] 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-50024] 14:01:42.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L764, 127.0.0.1:8209, complete] completed CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=50024, Token=E8CC11CA96F4D8AE, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 14:01:42.257 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 14:01:42.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209 14:01:42.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ... 14:01:42.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1 14:01:42.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped. 14:01:42.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209 14:01:42.258 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.258 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.258 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.259 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.259 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 14:01:42.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8211, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211 14:01:42.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L766, 127.0.0.1:8211] send request 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L766, 127.0.0.1:8211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L766, 127.0.0.1:8211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L766, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-36320], CON-POST MID=36320, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L766, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-642E4F1B08BACB9D], CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 14:01:42.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-36320], KeyToken[127.0.0.1:8211-642E4F1B08BACB9D]] 14:01:42.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8211 14:01:42.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 14:01:42.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 41 bytes from 127.0.0.1:8210 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-36320] 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8210] replace CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R767, 127.0.0.1:8210] send response NON-2.05 MID=36320, Token=null, OptionSet={}, "server responds hi" 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8210, complete]! 14:01:42.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R767, 127.0.0.1:8210, complete] completed NON-2.04 MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 14:01:42.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T95) 127.0.0.1:8,211 ==> :8,210 [NON-2.04 MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 14:01:42.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8211 14:01:42.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-36320] 14:01:42.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L766, 127.0.0.1:8211, complete]! 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L766, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-642E4F1B08BACB9D] 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L766, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-36320] 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L766, 127.0.0.1:8211, complete] completed CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=36320, Token=642E4F1B08BACB9D, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L768, 127.0.0.1:8211] send request 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L768, 127.0.0.1:8211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L768, 127.0.0.1:8211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L768, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-36321], CON-POST MID=36321, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L768, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-8028906FC4607AC5], CON-POST MID=36321, Token=8028906FC4607AC5, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 14:01:42.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-36321], KeyToken[127.0.0.1:8211-8028906FC4607AC5]] 14:01:42.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8211 14:01:42.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST MID=36321, Token=8028906FC4607AC5, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 14:01:42.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 41 bytes from 127.0.0.1:8210 14:01:42.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-36321] 14:01:42.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.262 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 14:01:42.262 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:42.262 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 14:01:42.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R769, 127.0.0.1:8210, complete]! 14:01:42.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R769, 127.0.0.1:8210, complete] completed ACK-4.01 MID=36321, Token=8028906FC4607AC5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 14:01:42.262 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8210 14:01:42.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T95) 127.0.0.1:8,211 ==> :8,210 [ACK-4.01 MID=36321, Token=8028906FC4607AC5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 14:01:42.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 30 bytes from 127.0.0.1:8211 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=36321, Token=8028906FC4607AC5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L768, 127.0.0.1:8211, complete]! 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L768, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-8028906FC4607AC5] 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L768, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-36321] 14:01:42.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L768, 127.0.0.1:8211, complete] completed CON-POST MID=36321, Token=8028906FC4607AC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=36321, Token=8028906FC4607AC5, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 14:01:42.263 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211 14:01:42.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211 14:01:42.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ... 14:01:42.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1 14:01:42.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped. 14:01:42.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211 14:01:42.263 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.264 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.264 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.264 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.265 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.265 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 14:01:42.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 14:01:42.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L770, 127.0.0.1:8212] send request 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L770, 127.0.0.1:8212] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L770, 127.0.0.1:8212] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L770, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-40568], CON-POST MID=40568, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L770, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-40EF4ECD4AFDDDAC], CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-40568], KeyToken[127.0.0.1:8212-40EF4ECD4AFDDDAC]] 14:01:42.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212 14:01:42.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T105) 127.0.0.1:8,210 ==> :8,212 [CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 14:01:42.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8210 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-40568] 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8210] replace CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R771, 127.0.0.1:8210] send response NON-2.05 MID=40568, Token=null, OptionSet={}, "server responds hi" 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8210, complete]! 14:01:42.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R771, 127.0.0.1:8210, complete] completed NON-2.04 MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 14:01:42.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T95) 127.0.0.1:8,212 ==> :8,210 [NON-2.04 MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 14:01:42.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8212 14:01:42.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-40568] 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L770, 127.0.0.1:8212, complete]! 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L770, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-40EF4ECD4AFDDDAC] 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L770, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-40568] 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L770, 127.0.0.1:8212, complete] completed CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=40568, Token=40EF4ECD4AFDDDAC, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L772, 127.0.0.1:8212] send request 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L772, 127.0.0.1:8212] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L772, 127.0.0.1:8212] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L772, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-40569], CON-POST MID=40569, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L772, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-143DB8D3E4427772], CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-40569], KeyToken[127.0.0.1:8212-143DB8D3E4427772]] 14:01:42.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212 14:01:42.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T105) 127.0.0.1:8,210 ==> :8,212 [CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 14:01:42.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8210 14:01:42.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-40569] 14:01:42.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8210] replace CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R773, 127.0.0.1:8210] send response NON-2.05 MID=40569, Token=null, OptionSet={}, "server responds hi" 14:01:42.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8210, complete]! 14:01:42.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R773, 127.0.0.1:8210, complete] completed NON-2.04 MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 14:01:42.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T95) 127.0.0.1:8,212 ==> :8,210 [NON-2.04 MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 14:01:42.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8212 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-40569] 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L772, 127.0.0.1:8212, complete]! 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L772, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-143DB8D3E4427772] 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L772, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-40569] 14:01:42.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L772, 127.0.0.1:8212, complete] completed CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=40569, Token=143DB8D3E4427772, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 14:01:42.268 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:42.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 14:01:42.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 14:01:42.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 14:01:42.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 14:01:42.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 14:01:42.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 14:01:42.268 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:42.269 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:42.269 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:42.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:42.269 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:42.269 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:42.270 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:42.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:42.270 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:42.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:42.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 14:01:42.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:42.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:42.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:42.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213 14:01:42.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:42.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8213] send request 14:01:42.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42879], CON-POST MID=42879, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECE57392E4448909], CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:42.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42879], KeyToken[127.0.0.1:8213-ECE57392E4448909]] 14:01:42.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:42.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42879] 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8210] replace CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R775, 127.0.0.1:8210] send response NON-2.05 MID=42879, Token=null, OptionSet={}, "server responds hi" 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8210, complete]! 14:01:42.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R775, 127.0.0.1:8210, complete] completed NON-2.04 MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:42.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:42.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42879] 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8213, complete]! 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECE57392E4448909] 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42879] 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L774, 127.0.0.1:8213, complete] completed CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42879, Token=ECE57392E4448909, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8213] send request 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42880], CON-POST MID=42880, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DC060DA918098666], CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:42.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42880], KeyToken[127.0.0.1:8213-DC060DA918098666]] 14:01:42.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:42.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42880] 14:01:42.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8210] replace CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R777, 127.0.0.1:8210] send response NON-2.05 MID=42880, Token=null, OptionSet={}, "server responds hi" 14:01:42.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8210, complete]! 14:01:42.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R777, 127.0.0.1:8210, complete] completed NON-2.04 MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:42.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:42.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42880] 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8213, complete]! 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DC060DA918098666] 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42880] 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L776, 127.0.0.1:8213, complete] completed CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42880, Token=DC060DA918098666, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L778, 127.0.0.1:8213] send request 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L778, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L778, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L778, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42881], CON-POST MID=42881, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L778, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C90A2D73504D94C], CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 14:01:42.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42881], KeyToken[127.0.0.1:8213-5C90A2D73504D94C]] 14:01:42.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 14:01:42.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42881] 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8210] replace CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R779, 127.0.0.1:8210] send response NON-2.05 MID=42881, Token=null, OptionSet={}, "server responds hi" 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8210, complete]! 14:01:42.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R779, 127.0.0.1:8210, complete] completed NON-2.04 MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 14:01:42.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 14:01:42.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42881] 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L778, 127.0.0.1:8213, complete]! 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L778, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C90A2D73504D94C] 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L778, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42881] 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L778, 127.0.0.1:8213, complete] completed CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42881, Token=5C90A2D73504D94C, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L780, 127.0.0.1:8213] send request 14:01:42.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L780, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L780, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L780, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42882], CON-POST MID=42882, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L780, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CCB09B12D8D09CCD], CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42882], KeyToken[127.0.0.1:8213-CCB09B12D8D09CCD]] 14:01:42.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 14:01:42.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42882] 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8210] replace CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R781, 127.0.0.1:8210] send response NON-2.05 MID=42882, Token=null, OptionSet={}, "server responds hi" 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8210, complete]! 14:01:42.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R781, 127.0.0.1:8210, complete] completed NON-2.04 MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 14:01:42.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 14:01:42.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42882] 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L780, 127.0.0.1:8213, complete]! 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L780, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CCB09B12D8D09CCD] 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L780, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42882] 14:01:42.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L780, 127.0.0.1:8213, complete] completed CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42882, Token=CCB09B12D8D09CCD, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L782, 127.0.0.1:8213] send request 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L782, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42883], CON-POST MID=42883, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3C16E95A95622B2D], CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 14:01:42.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42883], KeyToken[127.0.0.1:8213-3C16E95A95622B2D]] 14:01:42.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 14:01:42.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42883] 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8210] replace CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R783, 127.0.0.1:8210] send response NON-2.05 MID=42883, Token=null, OptionSet={}, "server responds hi" 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8210, complete]! 14:01:42.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R783, 127.0.0.1:8210, complete] completed NON-2.04 MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 14:01:42.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 14:01:42.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42883] 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8213, complete]! 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3C16E95A95622B2D] 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42883] 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L782, 127.0.0.1:8213, complete] completed CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42883, Token=3C16E95A95622B2D, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L784, 127.0.0.1:8213] send request 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L784, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42884], CON-POST MID=42884, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D80E684898FA66B9], CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 14:01:42.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42884], KeyToken[127.0.0.1:8213-D80E684898FA66B9]] 14:01:42.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 14:01:42.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42884] 14:01:42.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8210] replace CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R785, 127.0.0.1:8210] send response NON-2.05 MID=42884, Token=null, OptionSet={}, "server responds hi" 14:01:42.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8210, complete]! 14:01:42.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R785, 127.0.0.1:8210, complete] completed NON-2.04 MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 14:01:42.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 14:01:42.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42884] 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8213, complete]! 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D80E684898FA66B9] 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42884] 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L784, 127.0.0.1:8213, complete] completed CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42884, Token=D80E684898FA66B9, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8213] send request 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42885], CON-POST MID=42885, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-045D549811CE831C], CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 14:01:42.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42885], KeyToken[127.0.0.1:8213-045D549811CE831C]] 14:01:42.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 14:01:42.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42885] 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8210] replace CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R787, 127.0.0.1:8210] send response NON-2.05 MID=42885, Token=null, OptionSet={}, "server responds hi" 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8210, complete]! 14:01:42.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R787, 127.0.0.1:8210, complete] completed NON-2.04 MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 14:01:42.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 14:01:42.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42885] 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8213, complete]! 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-045D549811CE831C] 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42885] 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L786, 127.0.0.1:8213, complete] completed CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42885, Token=045D549811CE831C, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L788, 127.0.0.1:8213] send request 14:01:42.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L788, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:42.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42886], CON-POST MID=42886, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:42.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-146174480D00CA7E], CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 14:01:42.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42886], KeyToken[127.0.0.1:8213-146174480D00CA7E]] 14:01:42.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 14:01:42.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42886] 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8210] replace CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R789, 127.0.0.1:8210] send response NON-2.05 MID=42886, Token=null, OptionSet={}, "server responds hi" 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8210, complete]! 14:01:42.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R789, 127.0.0.1:8210, complete] completed NON-2.04 MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 14:01:42.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 14:01:42.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42886] 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8213, complete]! 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-146174480D00CA7E] 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42886] 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L788, 127.0.0.1:8213, complete] completed CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42886, Token=146174480D00CA7E, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L790, 127.0.0.1:8213] send request 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L790, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L790, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L790, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42887], CON-POST MID=42887, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L790, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-586C232CEF82046E], CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 14:01:42.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42887], KeyToken[127.0.0.1:8213-586C232CEF82046E]] 14:01:42.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 14:01:42.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42887] 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R791, 127.0.0.1:8210] replace CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R791, 127.0.0.1:8210] send response NON-2.05 MID=42887, Token=null, OptionSet={}, "server responds hi" 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R791, 127.0.0.1:8210, complete]! 14:01:42.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R791, 127.0.0.1:8210, complete] completed NON-2.04 MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 14:01:42.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 14:01:42.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42887] 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L790, 127.0.0.1:8213, complete]! 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L790, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-586C232CEF82046E] 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L790, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42887] 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L790, 127.0.0.1:8213, complete] completed CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42887, Token=586C232CEF82046E, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L792, 127.0.0.1:8213] send request 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L792, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L792, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L792, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42888], CON-POST MID=42888, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L792, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-68794131D7946A6C], CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 14:01:42.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42888], KeyToken[127.0.0.1:8213-68794131D7946A6C]] 14:01:42.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 14:01:42.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42888] 14:01:42.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R793, 127.0.0.1:8210] replace CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R793, 127.0.0.1:8210] send response NON-2.05 MID=42888, Token=null, OptionSet={}, "server responds hi" 14:01:42.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R793, 127.0.0.1:8210, complete]! 14:01:42.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R793, 127.0.0.1:8210, complete] completed NON-2.04 MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 14:01:42.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 14:01:42.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42888] 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L792, 127.0.0.1:8213, complete]! 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L792, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-68794131D7946A6C] 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L792, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42888] 14:01:42.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L792, 127.0.0.1:8213, complete] completed CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42888, Token=68794131D7946A6C, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L794, 127.0.0.1:8213] send request 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L794, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L794, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L794, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42889], CON-POST MID=42889, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L794, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3C40661568DB8CD6], CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 14:01:42.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42889], KeyToken[127.0.0.1:8213-3C40661568DB8CD6]] 14:01:42.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 14:01:42.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42889] 14:01:42.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R795, 127.0.0.1:8210] replace CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R795, 127.0.0.1:8210] send response NON-2.05 MID=42889, Token=null, OptionSet={}, "server responds hi" 14:01:42.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R795, 127.0.0.1:8210, complete]! 14:01:42.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R795, 127.0.0.1:8210, complete] completed NON-2.04 MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 14:01:42.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 14:01:42.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42889] 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L794, 127.0.0.1:8213, complete]! 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L794, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3C40661568DB8CD6] 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L794, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42889] 14:01:42.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L794, 127.0.0.1:8213, complete] completed CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42889, Token=3C40661568DB8CD6, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L796, 127.0.0.1:8213] send request 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L796, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L796, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L796, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42890], CON-POST MID=42890, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L796, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-945BCD656EBEABCF], CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 14:01:42.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42890], KeyToken[127.0.0.1:8213-945BCD656EBEABCF]] 14:01:42.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 14:01:42.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42890] 14:01:42.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8210] replace CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R797, 127.0.0.1:8210] send response NON-2.05 MID=42890, Token=null, OptionSet={}, "server responds hi" 14:01:42.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8210, complete]! 14:01:42.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R797, 127.0.0.1:8210, complete] completed NON-2.04 MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 14:01:42.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 14:01:42.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42890] 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L796, 127.0.0.1:8213, complete]! 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L796, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-945BCD656EBEABCF] 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L796, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42890] 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L796, 127.0.0.1:8213, complete] completed CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42890, Token=945BCD656EBEABCF, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L798, 127.0.0.1:8213] send request 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L798, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L798, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L798, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42891], CON-POST MID=42891, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L798, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-083CC6374204B35A], CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42891], KeyToken[127.0.0.1:8213-083CC6374204B35A]] 14:01:42.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 14:01:42.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42891] 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8210] replace CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R799, 127.0.0.1:8210] send response NON-2.05 MID=42891, Token=null, OptionSet={}, "server responds hi" 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8210, complete]! 14:01:42.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R799, 127.0.0.1:8210, complete] completed NON-2.04 MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 14:01:42.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 14:01:42.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42891] 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L798, 127.0.0.1:8213, complete]! 14:01:42.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L798, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-083CC6374204B35A] 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L798, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42891] 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L798, 127.0.0.1:8213, complete] completed CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42891, Token=083CC6374204B35A, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L800, 127.0.0.1:8213] send request 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L800, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L800, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L800, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42892], CON-POST MID=42892, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L800, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-941A48E6B1D389D4], CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 14:01:42.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42892], KeyToken[127.0.0.1:8213-941A48E6B1D389D4]] 14:01:42.289 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 14:01:42.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42892] 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R801, 127.0.0.1:8210] replace CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R801, 127.0.0.1:8210] send response NON-2.05 MID=42892, Token=null, OptionSet={}, "server responds hi" 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R801, 127.0.0.1:8210, complete]! 14:01:42.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R801, 127.0.0.1:8210, complete] completed NON-2.04 MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 14:01:42.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 14:01:42.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42892] 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L800, 127.0.0.1:8213, complete]! 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L800, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-941A48E6B1D389D4] 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L800, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42892] 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L800, 127.0.0.1:8213, complete] completed CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42892, Token=941A48E6B1D389D4, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L802, 127.0.0.1:8213] send request 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L802, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L802, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L802, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42893], CON-POST MID=42893, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L802, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8F6A5845F3C956A], CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 14:01:42.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42893], KeyToken[127.0.0.1:8213-C8F6A5845F3C956A]] 14:01:42.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 14:01:42.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42893] 14:01:42.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R803, 127.0.0.1:8210] replace CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R803, 127.0.0.1:8210] send response NON-2.05 MID=42893, Token=null, OptionSet={}, "server responds hi" 14:01:42.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R803, 127.0.0.1:8210, complete]! 14:01:42.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R803, 127.0.0.1:8210, complete] completed NON-2.04 MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 14:01:42.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 14:01:42.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42893] 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L802, 127.0.0.1:8213, complete]! 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L802, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8F6A5845F3C956A] 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L802, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42893] 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L802, 127.0.0.1:8213, complete] completed CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42893, Token=C8F6A5845F3C956A, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L804, 127.0.0.1:8213] send request 14:01:42.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L804, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L804, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L804, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42894], CON-POST MID=42894, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L804, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8CADE911DA8A5E68], CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42894], KeyToken[127.0.0.1:8213-8CADE911DA8A5E68]] 14:01:42.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 14:01:42.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42894] 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R805, 127.0.0.1:8210] replace CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R805, 127.0.0.1:8210] send response NON-2.05 MID=42894, Token=null, OptionSet={}, "server responds hi" 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R805, 127.0.0.1:8210, complete]! 14:01:42.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R805, 127.0.0.1:8210, complete] completed NON-2.04 MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 14:01:42.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 14:01:42.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42894] 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L804, 127.0.0.1:8213, complete]! 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L804, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8CADE911DA8A5E68] 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L804, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42894] 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L804, 127.0.0.1:8213, complete] completed CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42894, Token=8CADE911DA8A5E68, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L806, 127.0.0.1:8213] send request 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L806, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L806, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L806, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42895], CON-POST MID=42895, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L806, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C77CC5F2B5B7228], CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 14:01:42.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42895], KeyToken[127.0.0.1:8213-5C77CC5F2B5B7228]] 14:01:42.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 14:01:42.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42895] 14:01:42.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R807, 127.0.0.1:8210] replace CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R807, 127.0.0.1:8210] send response NON-2.05 MID=42895, Token=null, OptionSet={}, "server responds hi" 14:01:42.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R807, 127.0.0.1:8210, complete]! 14:01:42.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R807, 127.0.0.1:8210, complete] completed NON-2.04 MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 14:01:42.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 14:01:42.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42895] 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L806, 127.0.0.1:8213, complete]! 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L806, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C77CC5F2B5B7228] 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L806, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42895] 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L806, 127.0.0.1:8213, complete] completed CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42895, Token=5C77CC5F2B5B7228, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L808, 127.0.0.1:8213] send request 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L808, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L808, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L808, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42896], CON-POST MID=42896, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L808, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0875FBFCAF358E6], CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 14:01:42.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42896], KeyToken[127.0.0.1:8213-D0875FBFCAF358E6]] 14:01:42.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 14:01:42.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42896] 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R809, 127.0.0.1:8210] replace CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R809, 127.0.0.1:8210] send response NON-2.05 MID=42896, Token=null, OptionSet={}, "server responds hi" 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R809, 127.0.0.1:8210, complete]! 14:01:42.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R809, 127.0.0.1:8210, complete] completed NON-2.04 MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 14:01:42.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 14:01:42.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42896] 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L808, 127.0.0.1:8213, complete]! 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L808, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0875FBFCAF358E6] 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L808, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42896] 14:01:42.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L808, 127.0.0.1:8213, complete] completed CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42896, Token=D0875FBFCAF358E6, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L810, 127.0.0.1:8213] send request 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L810, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L810, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L810, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42897], CON-POST MID=42897, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L810, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C572DBAB7C1018F], CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 14:01:42.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42897], KeyToken[127.0.0.1:8213-0C572DBAB7C1018F]] 14:01:42.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 14:01:42.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42897] 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R811, 127.0.0.1:8210] replace CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R811, 127.0.0.1:8210] send response NON-2.05 MID=42897, Token=null, OptionSet={}, "server responds hi" 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R811, 127.0.0.1:8210, complete]! 14:01:42.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R811, 127.0.0.1:8210, complete] completed NON-2.04 MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 14:01:42.352 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 14:01:42.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42897] 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L810, 127.0.0.1:8213, complete]! 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L810, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C572DBAB7C1018F] 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L810, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42897] 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L810, 127.0.0.1:8213, complete] completed CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42897, Token=0C572DBAB7C1018F, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L812, 127.0.0.1:8213] send request 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L812, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L812, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L812, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42898], CON-POST MID=42898, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L812, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7C2F86DABBA3BD1B], CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 14:01:42.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42898], KeyToken[127.0.0.1:8213-7C2F86DABBA3BD1B]] 14:01:42.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 14:01:42.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42898] 14:01:42.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8210] replace CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R813, 127.0.0.1:8210] send response NON-2.05 MID=42898, Token=null, OptionSet={}, "server responds hi" 14:01:42.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8210, complete]! 14:01:42.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R813, 127.0.0.1:8210, complete] completed NON-2.04 MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 14:01:42.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 14:01:42.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42898] 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L812, 127.0.0.1:8213, complete]! 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L812, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7C2F86DABBA3BD1B] 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L812, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42898] 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L812, 127.0.0.1:8213, complete] completed CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42898, Token=7C2F86DABBA3BD1B, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L814, 127.0.0.1:8213] send request 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L814, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L814, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L814, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42899], CON-POST MID=42899, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L814, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8F7C3CA181299D9], CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 14:01:42.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42899], KeyToken[127.0.0.1:8213-B8F7C3CA181299D9]] 14:01:42.353 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 14:01:42.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42899] 14:01:42.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8210] replace CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R815, 127.0.0.1:8210] send response NON-2.05 MID=42899, Token=null, OptionSet={}, "server responds hi" 14:01:42.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8210, complete]! 14:01:42.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R815, 127.0.0.1:8210, complete] completed NON-2.04 MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 14:01:42.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 14:01:42.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42899] 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L814, 127.0.0.1:8213, complete]! 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L814, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8F7C3CA181299D9] 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L814, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42899] 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L814, 127.0.0.1:8213, complete] completed CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42899, Token=B8F7C3CA181299D9, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L816, 127.0.0.1:8213] send request 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L816, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L816, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L816, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42900], CON-POST MID=42900, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L816, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40679EDDB16D50F5], CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 14:01:42.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42900], KeyToken[127.0.0.1:8213-40679EDDB16D50F5]] 14:01:42.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 14:01:42.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42900] 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8210] replace CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R817, 127.0.0.1:8210] send response NON-2.05 MID=42900, Token=null, OptionSet={}, "server responds hi" 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8210, complete]! 14:01:42.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R817, 127.0.0.1:8210, complete] completed NON-2.04 MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 14:01:42.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 14:01:42.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42900] 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L816, 127.0.0.1:8213, complete]! 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L816, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40679EDDB16D50F5] 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L816, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42900] 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L816, 127.0.0.1:8213, complete] completed CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42900, Token=40679EDDB16D50F5, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L818, 127.0.0.1:8213] send request 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L818, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L818, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L818, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42901], CON-POST MID=42901, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L818, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5470B5663EAE958E], CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 14:01:42.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42901], KeyToken[127.0.0.1:8213-5470B5663EAE958E]] 14:01:42.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 14:01:42.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42901] 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8210] replace CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R819, 127.0.0.1:8210] send response NON-2.05 MID=42901, Token=null, OptionSet={}, "server responds hi" 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8210, complete]! 14:01:42.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R819, 127.0.0.1:8210, complete] completed NON-2.04 MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 14:01:42.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 14:01:42.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42901] 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L818, 127.0.0.1:8213, complete]! 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L818, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5470B5663EAE958E] 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L818, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42901] 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L818, 127.0.0.1:8213, complete] completed CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42901, Token=5470B5663EAE958E, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L820, 127.0.0.1:8213] send request 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L820, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L820, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:42.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L820, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42902], CON-POST MID=42902, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L820, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4A66E5A88A6192C], CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42902], KeyToken[127.0.0.1:8213-F4A66E5A88A6192C]] 14:01:42.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 14:01:42.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42902] 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R821, 127.0.0.1:8210] replace CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R821, 127.0.0.1:8210] send response NON-2.05 MID=42902, Token=null, OptionSet={}, "server responds hi" 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R821, 127.0.0.1:8210, complete]! 14:01:42.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R821, 127.0.0.1:8210, complete] completed NON-2.04 MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 14:01:42.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 14:01:42.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42902] 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L820, 127.0.0.1:8213, complete]! 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L820, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4A66E5A88A6192C] 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L820, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42902] 14:01:42.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L820, 127.0.0.1:8213, complete] completed CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42902, Token=F4A66E5A88A6192C, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L822, 127.0.0.1:8213] send request 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L822, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L822, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L822, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42903], CON-POST MID=42903, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L822, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-10A115A6F498E14E], CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 14:01:42.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42903], KeyToken[127.0.0.1:8213-10A115A6F498E14E]] 14:01:42.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 14:01:42.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42903] 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R823, 127.0.0.1:8210] replace CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R823, 127.0.0.1:8210] send response NON-2.05 MID=42903, Token=null, OptionSet={}, "server responds hi" 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R823, 127.0.0.1:8210, complete]! 14:01:42.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R823, 127.0.0.1:8210, complete] completed NON-2.04 MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 14:01:42.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 14:01:42.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42903] 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L822, 127.0.0.1:8213, complete]! 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L822, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-10A115A6F498E14E] 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L822, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42903] 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L822, 127.0.0.1:8213, complete] completed CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42903, Token=10A115A6F498E14E, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L824, 127.0.0.1:8213] send request 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L824, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L824, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L824, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42904], CON-POST MID=42904, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L824, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2883FCD0AFC6CD99], CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 14:01:42.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42904], KeyToken[127.0.0.1:8213-2883FCD0AFC6CD99]] 14:01:42.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 14:01:42.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42904] 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8210] replace CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R825, 127.0.0.1:8210] send response NON-2.05 MID=42904, Token=null, OptionSet={}, "server responds hi" 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8210, complete]! 14:01:42.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R825, 127.0.0.1:8210, complete] completed NON-2.04 MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 14:01:42.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 14:01:42.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42904] 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L824, 127.0.0.1:8213, complete]! 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L824, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2883FCD0AFC6CD99] 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L824, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42904] 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L824, 127.0.0.1:8213, complete] completed CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42904, Token=2883FCD0AFC6CD99, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L826, 127.0.0.1:8213] send request 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L826, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L826, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L826, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42905], CON-POST MID=42905, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L826, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C4FB03DDF303AD03], CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 14:01:42.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42905], KeyToken[127.0.0.1:8213-C4FB03DDF303AD03]] 14:01:42.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 14:01:42.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42905] 14:01:42.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8210] replace CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R827, 127.0.0.1:8210] send response NON-2.05 MID=42905, Token=null, OptionSet={}, "server responds hi" 14:01:42.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8210, complete]! 14:01:42.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R827, 127.0.0.1:8210, complete] completed NON-2.04 MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 14:01:42.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 14:01:42.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42905] 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L826, 127.0.0.1:8213, complete]! 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L826, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C4FB03DDF303AD03] 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L826, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42905] 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L826, 127.0.0.1:8213, complete] completed CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42905, Token=C4FB03DDF303AD03, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L828, 127.0.0.1:8213] send request 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L828, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L828, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L828, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42906], CON-POST MID=42906, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L828, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-301F207DBBCCB3A0], CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 14:01:42.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42906], KeyToken[127.0.0.1:8213-301F207DBBCCB3A0]] 14:01:42.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 14:01:42.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42906] 14:01:42.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R829, 127.0.0.1:8210] replace CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R829, 127.0.0.1:8210] send response NON-2.05 MID=42906, Token=null, OptionSet={}, "server responds hi" 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R829, 127.0.0.1:8210, complete]! 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R829, 127.0.0.1:8210, complete] completed NON-2.04 MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 14:01:42.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 14:01:42.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42906] 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L828, 127.0.0.1:8213, complete]! 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L828, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-301F207DBBCCB3A0] 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L828, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42906] 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L828, 127.0.0.1:8213, complete] completed CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42906, Token=301F207DBBCCB3A0, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L830, 127.0.0.1:8213] send request 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L830, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L830, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L830, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42907], CON-POST MID=42907, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L830, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-401FA752D1765A72], CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 14:01:42.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42907], KeyToken[127.0.0.1:8213-401FA752D1765A72]] 14:01:42.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 14:01:42.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42907] 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R831, 127.0.0.1:8210] replace CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R831, 127.0.0.1:8210] send response NON-2.05 MID=42907, Token=null, OptionSet={}, "server responds hi" 14:01:42.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R831, 127.0.0.1:8210, complete]! 14:01:42.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R831, 127.0.0.1:8210, complete] completed NON-2.04 MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 14:01:42.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 14:01:42.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42907] 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L830, 127.0.0.1:8213, complete]! 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L830, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-401FA752D1765A72] 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L830, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42907] 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L830, 127.0.0.1:8213, complete] completed CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42907, Token=401FA752D1765A72, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L832, 127.0.0.1:8213] send request 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L832, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L832, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L832, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42908], CON-POST MID=42908, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L832, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D8A87672F8739BD3], CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 14:01:42.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42908], KeyToken[127.0.0.1:8213-D8A87672F8739BD3]] 14:01:42.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 14:01:42.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42908] 14:01:42.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R833, 127.0.0.1:8210] replace CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R833, 127.0.0.1:8210] send response NON-2.05 MID=42908, Token=null, OptionSet={}, "server responds hi" 14:01:42.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R833, 127.0.0.1:8210, complete]! 14:01:42.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R833, 127.0.0.1:8210, complete] completed NON-2.04 MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 14:01:42.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 14:01:42.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42908] 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L832, 127.0.0.1:8213, complete]! 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L832, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D8A87672F8739BD3] 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L832, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42908] 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L832, 127.0.0.1:8213, complete] completed CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42908, Token=D8A87672F8739BD3, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L834, 127.0.0.1:8213] send request 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L834, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L834, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L834, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42909], CON-POST MID=42909, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L834, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34A61A256446073D], CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 14:01:42.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42909], KeyToken[127.0.0.1:8213-34A61A256446073D]] 14:01:42.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 14:01:42.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42909] 14:01:42.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R835, 127.0.0.1:8210] replace CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R835, 127.0.0.1:8210] send response NON-2.05 MID=42909, Token=null, OptionSet={}, "server responds hi" 14:01:42.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R835, 127.0.0.1:8210, complete]! 14:01:42.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R835, 127.0.0.1:8210, complete] completed NON-2.04 MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 14:01:42.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 14:01:42.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42909] 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L834, 127.0.0.1:8213, complete]! 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L834, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34A61A256446073D] 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L834, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42909] 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L834, 127.0.0.1:8213, complete] completed CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42909, Token=34A61A256446073D, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L836, 127.0.0.1:8213] send request 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L836, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L836, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L836, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42910], CON-POST MID=42910, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L836, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-04863568CBC7DC0C], CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 14:01:42.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42910], KeyToken[127.0.0.1:8213-04863568CBC7DC0C]] 14:01:42.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 14:01:42.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42910] 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R837, 127.0.0.1:8210] replace CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R837, 127.0.0.1:8210] send response NON-2.05 MID=42910, Token=null, OptionSet={}, "server responds hi" 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R837, 127.0.0.1:8210, complete]! 14:01:42.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R837, 127.0.0.1:8210, complete] completed NON-2.04 MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 14:01:42.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 14:01:42.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42910] 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L836, 127.0.0.1:8213, complete]! 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L836, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-04863568CBC7DC0C] 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L836, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42910] 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L836, 127.0.0.1:8213, complete] completed CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42910, Token=04863568CBC7DC0C, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L838, 127.0.0.1:8213] send request 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L838, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L838, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L838, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42911], CON-POST MID=42911, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L838, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-90188CE8FD64B1F5], CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 14:01:42.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42911], KeyToken[127.0.0.1:8213-90188CE8FD64B1F5]] 14:01:42.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 14:01:42.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42911] 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R839, 127.0.0.1:8210] replace CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R839, 127.0.0.1:8210] send response NON-2.05 MID=42911, Token=null, OptionSet={}, "server responds hi" 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R839, 127.0.0.1:8210, complete]! 14:01:42.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R839, 127.0.0.1:8210, complete] completed NON-2.04 MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 14:01:42.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 14:01:42.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42911] 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L838, 127.0.0.1:8213, complete]! 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L838, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-90188CE8FD64B1F5] 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L838, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42911] 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L838, 127.0.0.1:8213, complete] completed CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42911, Token=90188CE8FD64B1F5, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L840, 127.0.0.1:8213] send request 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L840, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L840, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L840, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42912], CON-POST MID=42912, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:42.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L840, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-583F2C9692566F88], CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42912], KeyToken[127.0.0.1:8213-583F2C9692566F88]] 14:01:42.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 14:01:42.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42912] 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R841, 127.0.0.1:8210] replace CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R841, 127.0.0.1:8210] send response NON-2.05 MID=42912, Token=null, OptionSet={}, "server responds hi" 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R841, 127.0.0.1:8210, complete]! 14:01:42.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R841, 127.0.0.1:8210, complete] completed NON-2.04 MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 14:01:42.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 14:01:42.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42912] 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L840, 127.0.0.1:8213, complete]! 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L840, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-583F2C9692566F88] 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L840, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42912] 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L840, 127.0.0.1:8213, complete] completed CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42912, Token=583F2C9692566F88, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L842, 127.0.0.1:8213] send request 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L842, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L842, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L842, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42913], CON-POST MID=42913, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:42.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L842, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C3B1318BB1E3DAB], CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42913], KeyToken[127.0.0.1:8213-0C3B1318BB1E3DAB]] 14:01:42.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 14:01:42.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42913] 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R843, 127.0.0.1:8210] replace CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R843, 127.0.0.1:8210] send response NON-2.05 MID=42913, Token=null, OptionSet={}, "server responds hi" 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R843, 127.0.0.1:8210, complete]! 14:01:42.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R843, 127.0.0.1:8210, complete] completed NON-2.04 MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 14:01:42.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 14:01:42.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42913] 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L842, 127.0.0.1:8213, complete]! 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L842, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C3B1318BB1E3DAB] 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L842, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42913] 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L842, 127.0.0.1:8213, complete] completed CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42913, Token=0C3B1318BB1E3DAB, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L844, 127.0.0.1:8213] send request 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L844, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L844, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:42.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L844, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42914], CON-POST MID=42914, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L844, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40757FBFA8A7762E], CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42914], KeyToken[127.0.0.1:8213-40757FBFA8A7762E]] 14:01:42.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 14:01:42.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42914] 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R845, 127.0.0.1:8210] replace CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R845, 127.0.0.1:8210] send response NON-2.05 MID=42914, Token=null, OptionSet={}, "server responds hi" 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R845, 127.0.0.1:8210, complete]! 14:01:42.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R845, 127.0.0.1:8210, complete] completed NON-2.04 MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 14:01:42.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 14:01:42.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42914] 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L844, 127.0.0.1:8213, complete]! 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L844, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40757FBFA8A7762E] 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L844, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42914] 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L844, 127.0.0.1:8213, complete] completed CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42914, Token=40757FBFA8A7762E, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L846, 127.0.0.1:8213] send request 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L846, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L846, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L846, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42915], CON-POST MID=42915, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L846, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E09899BBE3E5B04C], CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42915], KeyToken[127.0.0.1:8213-E09899BBE3E5B04C]] 14:01:42.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 14:01:42.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42915] 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R847, 127.0.0.1:8210] replace CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R847, 127.0.0.1:8210] send response NON-2.05 MID=42915, Token=null, OptionSet={}, "server responds hi" 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R847, 127.0.0.1:8210, complete]! 14:01:42.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R847, 127.0.0.1:8210, complete] completed NON-2.04 MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 14:01:42.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 14:01:42.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42915] 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L846, 127.0.0.1:8213, complete]! 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L846, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E09899BBE3E5B04C] 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L846, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42915] 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L846, 127.0.0.1:8213, complete] completed CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42915, Token=E09899BBE3E5B04C, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L848, 127.0.0.1:8213] send request 14:01:42.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L848, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L848, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L848, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42916], CON-POST MID=42916, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L848, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-90A88111F354D4C8], CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42916], KeyToken[127.0.0.1:8213-90A88111F354D4C8]] 14:01:42.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 14:01:42.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42916] 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R849, 127.0.0.1:8210] replace CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R849, 127.0.0.1:8210] send response NON-2.05 MID=42916, Token=null, OptionSet={}, "server responds hi" 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R849, 127.0.0.1:8210, complete]! 14:01:42.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R849, 127.0.0.1:8210, complete] completed NON-2.04 MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 14:01:42.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 14:01:42.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42916] 14:01:42.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L848, 127.0.0.1:8213, complete]! 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L848, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-90A88111F354D4C8] 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L848, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42916] 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L848, 127.0.0.1:8213, complete] completed CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42916, Token=90A88111F354D4C8, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L850, 127.0.0.1:8213] send request 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L850, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L850, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L850, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42917], CON-POST MID=42917, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L850, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A852E188863D0F0B], CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42917], KeyToken[127.0.0.1:8213-A852E188863D0F0B]] 14:01:42.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 14:01:42.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42917] 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R851, 127.0.0.1:8210] replace CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R851, 127.0.0.1:8210] send response NON-2.05 MID=42917, Token=null, OptionSet={}, "server responds hi" 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R851, 127.0.0.1:8210, complete]! 14:01:42.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R851, 127.0.0.1:8210, complete] completed NON-2.04 MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 14:01:42.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 14:01:42.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42917] 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L850, 127.0.0.1:8213, complete]! 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L850, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A852E188863D0F0B] 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L850, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42917] 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L850, 127.0.0.1:8213, complete] completed CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42917, Token=A852E188863D0F0B, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L852, 127.0.0.1:8213] send request 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L852, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L852, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L852, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42918], CON-POST MID=42918, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L852, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-449001BB0C612CFC], CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 14:01:42.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42918], KeyToken[127.0.0.1:8213-449001BB0C612CFC]] 14:01:42.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 14:01:42.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42918] 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R853, 127.0.0.1:8210] replace CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R853, 127.0.0.1:8210] send response NON-2.05 MID=42918, Token=null, OptionSet={}, "server responds hi" 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R853, 127.0.0.1:8210, complete]! 14:01:42.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R853, 127.0.0.1:8210, complete] completed NON-2.04 MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 14:01:42.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 14:01:42.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42918] 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L852, 127.0.0.1:8213, complete]! 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L852, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-449001BB0C612CFC] 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L852, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42918] 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L852, 127.0.0.1:8213, complete] completed CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42918, Token=449001BB0C612CFC, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L854, 127.0.0.1:8213] send request 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L854, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L854, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L854, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42919], CON-POST MID=42919, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L854, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0C78C51F8AB8A72], CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 14:01:42.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42919], KeyToken[127.0.0.1:8213-C0C78C51F8AB8A72]] 14:01:42.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 14:01:42.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42919] 14:01:42.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R855, 127.0.0.1:8210] replace CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R855, 127.0.0.1:8210] send response NON-2.05 MID=42919, Token=null, OptionSet={}, "server responds hi" 14:01:42.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R855, 127.0.0.1:8210, complete]! 14:01:42.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R855, 127.0.0.1:8210, complete] completed NON-2.04 MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 14:01:42.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 14:01:42.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42919] 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L854, 127.0.0.1:8213, complete]! 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L854, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C0C78C51F8AB8A72] 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L854, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42919] 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L854, 127.0.0.1:8213, complete] completed CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42919, Token=C0C78C51F8AB8A72, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L856, 127.0.0.1:8213] send request 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L856, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L856, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L856, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42920], CON-POST MID=42920, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L856, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6CB519BE1646F76B], CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 14:01:42.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42920], KeyToken[127.0.0.1:8213-6CB519BE1646F76B]] 14:01:42.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 14:01:42.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42920] 14:01:42.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R857, 127.0.0.1:8210] replace CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R857, 127.0.0.1:8210] send response NON-2.05 MID=42920, Token=null, OptionSet={}, "server responds hi" 14:01:42.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R857, 127.0.0.1:8210, complete]! 14:01:42.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R857, 127.0.0.1:8210, complete] completed NON-2.04 MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 14:01:42.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 14:01:42.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42920] 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L856, 127.0.0.1:8213, complete]! 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L856, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6CB519BE1646F76B] 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L856, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42920] 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L856, 127.0.0.1:8213, complete] completed CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42920, Token=6CB519BE1646F76B, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L858, 127.0.0.1:8213] send request 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L858, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L858, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L858, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42921], CON-POST MID=42921, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L858, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CAECFA36584005B], CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 14:01:42.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42921], KeyToken[127.0.0.1:8213-9CAECFA36584005B]] 14:01:42.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 14:01:42.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42921] 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R859, 127.0.0.1:8210] replace CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R859, 127.0.0.1:8210] send response NON-2.05 MID=42921, Token=null, OptionSet={}, "server responds hi" 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R859, 127.0.0.1:8210, complete]! 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R859, 127.0.0.1:8210, complete] completed NON-2.04 MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 14:01:42.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 14:01:42.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42921] 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L858, 127.0.0.1:8213, complete]! 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L858, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CAECFA36584005B] 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L858, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42921] 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L858, 127.0.0.1:8213, complete] completed CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42921, Token=9CAECFA36584005B, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L860, 127.0.0.1:8213] send request 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L860, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L860, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L860, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42922], CON-POST MID=42922, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L860, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0003547E8456757C], CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 14:01:42.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42922], KeyToken[127.0.0.1:8213-0003547E8456757C]] 14:01:42.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 14:01:42.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42922] 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R861, 127.0.0.1:8210] replace CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R861, 127.0.0.1:8210] send response NON-2.05 MID=42922, Token=null, OptionSet={}, "server responds hi" 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R861, 127.0.0.1:8210, complete]! 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R861, 127.0.0.1:8210, complete] completed NON-2.04 MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 14:01:42.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 14:01:42.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42922] 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L860, 127.0.0.1:8213, complete]! 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L860, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0003547E8456757C] 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L860, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42922] 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L860, 127.0.0.1:8213, complete] completed CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42922, Token=0003547E8456757C, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L862, 127.0.0.1:8213] send request 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L862, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L862, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L862, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42923], CON-POST MID=42923, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L862, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DC12579ED9E23EC9], CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 14:01:42.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42923], KeyToken[127.0.0.1:8213-DC12579ED9E23EC9]] 14:01:42.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 14:01:42.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42923] 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R863, 127.0.0.1:8210] replace CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R863, 127.0.0.1:8210] send response NON-2.05 MID=42923, Token=null, OptionSet={}, "server responds hi" 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R863, 127.0.0.1:8210, complete]! 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R863, 127.0.0.1:8210, complete] completed NON-2.04 MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 14:01:42.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 14:01:42.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42923] 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L862, 127.0.0.1:8213, complete]! 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L862, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DC12579ED9E23EC9] 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L862, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42923] 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L862, 127.0.0.1:8213, complete] completed CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42923, Token=DC12579ED9E23EC9, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L864, 127.0.0.1:8213] send request 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L864, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L864, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L864, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42924], CON-POST MID=42924, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L864, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C2D6FAA9843AF79], CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 14:01:42.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42924], KeyToken[127.0.0.1:8213-9C2D6FAA9843AF79]] 14:01:42.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 14:01:42.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42924] 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R865, 127.0.0.1:8210] replace CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R865, 127.0.0.1:8210] send response NON-2.05 MID=42924, Token=null, OptionSet={}, "server responds hi" 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R865, 127.0.0.1:8210, complete]! 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R865, 127.0.0.1:8210, complete] completed NON-2.04 MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 14:01:42.381 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 14:01:42.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42924] 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L864, 127.0.0.1:8213, complete]! 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L864, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C2D6FAA9843AF79] 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L864, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42924] 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L864, 127.0.0.1:8213, complete] completed CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42924, Token=9C2D6FAA9843AF79, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L866, 127.0.0.1:8213] send request 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L866, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L866, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L866, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42925], CON-POST MID=42925, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L866, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20F4F7664837AC7B], CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 14:01:42.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42925], KeyToken[127.0.0.1:8213-20F4F7664837AC7B]] 14:01:42.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 14:01:42.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42925] 14:01:42.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R867, 127.0.0.1:8210] replace CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R867, 127.0.0.1:8210] send response NON-2.05 MID=42925, Token=null, OptionSet={}, "server responds hi" 14:01:42.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R867, 127.0.0.1:8210, complete]! 14:01:42.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R867, 127.0.0.1:8210, complete] completed NON-2.04 MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 14:01:42.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 14:01:42.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42925] 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L866, 127.0.0.1:8213, complete]! 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L866, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20F4F7664837AC7B] 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L866, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42925] 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L866, 127.0.0.1:8213, complete] completed CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42925, Token=20F4F7664837AC7B, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L868, 127.0.0.1:8213] send request 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L868, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L868, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L868, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42926], CON-POST MID=42926, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L868, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-74D15B66EF33E491], CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 14:01:42.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42926], KeyToken[127.0.0.1:8213-74D15B66EF33E491]] 14:01:42.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 14:01:42.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42926] 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R869, 127.0.0.1:8210] replace CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R869, 127.0.0.1:8210] send response NON-2.05 MID=42926, Token=null, OptionSet={}, "server responds hi" 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R869, 127.0.0.1:8210, complete]! 14:01:42.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R869, 127.0.0.1:8210, complete] completed NON-2.04 MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 14:01:42.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 14:01:42.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42926] 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L868, 127.0.0.1:8213, complete]! 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L868, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-74D15B66EF33E491] 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L868, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42926] 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L868, 127.0.0.1:8213, complete] completed CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42926, Token=74D15B66EF33E491, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L870, 127.0.0.1:8213] send request 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L870, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L870, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L870, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42927], CON-POST MID=42927, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L870, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-741162206F0B0A85], CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 14:01:42.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42927], KeyToken[127.0.0.1:8213-741162206F0B0A85]] 14:01:42.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 14:01:42.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42927] 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R871, 127.0.0.1:8210] replace CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R871, 127.0.0.1:8210] send response NON-2.05 MID=42927, Token=null, OptionSet={}, "server responds hi" 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R871, 127.0.0.1:8210, complete]! 14:01:42.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R871, 127.0.0.1:8210, complete] completed NON-2.04 MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 14:01:42.384 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 14:01:42.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42927] 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L870, 127.0.0.1:8213, complete]! 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L870, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-741162206F0B0A85] 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L870, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42927] 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L870, 127.0.0.1:8213, complete] completed CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42927, Token=741162206F0B0A85, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L872, 127.0.0.1:8213] send request 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L872, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L872, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:42.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L872, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42928], CON-POST MID=42928, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L872, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CCCF389303BD228D], CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42928], KeyToken[127.0.0.1:8213-CCCF389303BD228D]] 14:01:42.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 14:01:42.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42928] 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R873, 127.0.0.1:8210] replace CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R873, 127.0.0.1:8210] send response NON-2.05 MID=42928, Token=null, OptionSet={}, "server responds hi" 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R873, 127.0.0.1:8210, complete]! 14:01:42.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R873, 127.0.0.1:8210, complete] completed NON-2.04 MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 14:01:42.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 14:01:42.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42928] 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L872, 127.0.0.1:8213, complete]! 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L872, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CCCF389303BD228D] 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L872, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42928] 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L872, 127.0.0.1:8213, complete] completed CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42928, Token=CCCF389303BD228D, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L874, 127.0.0.1:8213] send request 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L874, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L874, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L874, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42929], CON-POST MID=42929, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L874, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DCB30C7B9ADB5A02], CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42929], KeyToken[127.0.0.1:8213-DCB30C7B9ADB5A02]] 14:01:42.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 14:01:42.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42929] 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R875, 127.0.0.1:8210] replace CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R875, 127.0.0.1:8210] send response NON-2.05 MID=42929, Token=null, OptionSet={}, "server responds hi" 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R875, 127.0.0.1:8210, complete]! 14:01:42.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R875, 127.0.0.1:8210, complete] completed NON-2.04 MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 14:01:42.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 14:01:42.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42929] 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L874, 127.0.0.1:8213, complete]! 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L874, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DCB30C7B9ADB5A02] 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L874, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42929] 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L874, 127.0.0.1:8213, complete] completed CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42929, Token=DCB30C7B9ADB5A02, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L876, 127.0.0.1:8213] send request 14:01:42.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L876, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L876, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L876, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42930], CON-POST MID=42930, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L876, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC9027CDFF0538CC], CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42930], KeyToken[127.0.0.1:8213-CC9027CDFF0538CC]] 14:01:42.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 14:01:42.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42930] 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R877, 127.0.0.1:8210] replace CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R877, 127.0.0.1:8210] send response NON-2.05 MID=42930, Token=null, OptionSet={}, "server responds hi" 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R877, 127.0.0.1:8210, complete]! 14:01:42.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R877, 127.0.0.1:8210, complete] completed NON-2.04 MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 14:01:42.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 14:01:42.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42930] 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L876, 127.0.0.1:8213, complete]! 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L876, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC9027CDFF0538CC] 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L876, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42930] 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L876, 127.0.0.1:8213, complete] completed CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42930, Token=CC9027CDFF0538CC, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L878, 127.0.0.1:8213] send request 14:01:42.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L878, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L878, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L878, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42931], CON-POST MID=42931, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L878, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-AC2A84EBB3A06582], CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42931], KeyToken[127.0.0.1:8213-AC2A84EBB3A06582]] 14:01:42.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 14:01:42.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42931] 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R879, 127.0.0.1:8210] replace CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R879, 127.0.0.1:8210] send response NON-2.05 MID=42931, Token=null, OptionSet={}, "server responds hi" 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R879, 127.0.0.1:8210, complete]! 14:01:42.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R879, 127.0.0.1:8210, complete] completed NON-2.04 MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 14:01:42.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 14:01:42.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42931] 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L878, 127.0.0.1:8213, complete]! 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L878, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-AC2A84EBB3A06582] 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L878, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42931] 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L878, 127.0.0.1:8213, complete] completed CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42931, Token=AC2A84EBB3A06582, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L880, 127.0.0.1:8213] send request 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L880, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L880, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L880, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42932], CON-POST MID=42932, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L880, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-800C9C0B27100B12], CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42932], KeyToken[127.0.0.1:8213-800C9C0B27100B12]] 14:01:42.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 14:01:42.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42932] 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R881, 127.0.0.1:8210] replace CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R881, 127.0.0.1:8210] send response NON-2.05 MID=42932, Token=null, OptionSet={}, "server responds hi" 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R881, 127.0.0.1:8210, complete]! 14:01:42.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R881, 127.0.0.1:8210, complete] completed NON-2.04 MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 14:01:42.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 14:01:42.389 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42932] 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L880, 127.0.0.1:8213, complete]! 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L880, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-800C9C0B27100B12] 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L880, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42932] 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L880, 127.0.0.1:8213, complete] completed CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42932, Token=800C9C0B27100B12, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L882, 127.0.0.1:8213] send request 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L882, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L882, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:42.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L882, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42933], CON-POST MID=42933, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:42.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L882, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-003ADCA13519504B], CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 14:01:42.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42933], KeyToken[127.0.0.1:8213-003ADCA13519504B]] 14:01:42.450 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 14:01:42.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42933] 14:01:42.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R883, 127.0.0.1:8210] replace CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R883, 127.0.0.1:8210] send response NON-2.05 MID=42933, Token=null, OptionSet={}, "server responds hi" 14:01:42.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R883, 127.0.0.1:8210, complete]! 14:01:42.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R883, 127.0.0.1:8210, complete] completed NON-2.04 MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 14:01:42.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 14:01:42.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42933] 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L882, 127.0.0.1:8213, complete]! 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L882, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-003ADCA13519504B] 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L882, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42933] 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L882, 127.0.0.1:8213, complete] completed CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42933, Token=003ADCA13519504B, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L884, 127.0.0.1:8213] send request 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L884, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L884, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L884, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42934], CON-POST MID=42934, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L884, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1CEE5D23BF686761], CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 14:01:42.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42934], KeyToken[127.0.0.1:8213-1CEE5D23BF686761]] 14:01:42.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 14:01:42.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42934] 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R885, 127.0.0.1:8210] replace CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R885, 127.0.0.1:8210] send response NON-2.05 MID=42934, Token=null, OptionSet={}, "server responds hi" 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R885, 127.0.0.1:8210, complete]! 14:01:42.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R885, 127.0.0.1:8210, complete] completed NON-2.04 MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 14:01:42.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 14:01:42.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42934] 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L884, 127.0.0.1:8213, complete]! 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L884, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1CEE5D23BF686761] 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L884, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42934] 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L884, 127.0.0.1:8213, complete] completed CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42934, Token=1CEE5D23BF686761, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L886, 127.0.0.1:8213] send request 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L886, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L886, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L886, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42935], CON-POST MID=42935, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L886, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E4DBC5EF9E95CA61], CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 14:01:42.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42935], KeyToken[127.0.0.1:8213-E4DBC5EF9E95CA61]] 14:01:42.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 14:01:42.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42935] 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R887, 127.0.0.1:8210] replace CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R887, 127.0.0.1:8210] send response NON-2.05 MID=42935, Token=null, OptionSet={}, "server responds hi" 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R887, 127.0.0.1:8210, complete]! 14:01:42.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R887, 127.0.0.1:8210, complete] completed NON-2.04 MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 14:01:42.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 14:01:42.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42935] 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L886, 127.0.0.1:8213, complete]! 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L886, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E4DBC5EF9E95CA61] 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L886, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42935] 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L886, 127.0.0.1:8213, complete] completed CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42935, Token=E4DBC5EF9E95CA61, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L888, 127.0.0.1:8213] send request 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L888, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L888, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L888, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42936], CON-POST MID=42936, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L888, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00F3FBBAA1DD2888], CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 14:01:42.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42936], KeyToken[127.0.0.1:8213-00F3FBBAA1DD2888]] 14:01:42.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 14:01:42.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42936] 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R889, 127.0.0.1:8210] replace CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R889, 127.0.0.1:8210] send response NON-2.05 MID=42936, Token=null, OptionSet={}, "server responds hi" 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R889, 127.0.0.1:8210, complete]! 14:01:42.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R889, 127.0.0.1:8210, complete] completed NON-2.04 MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 14:01:42.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 14:01:42.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42936] 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L888, 127.0.0.1:8213, complete]! 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L888, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00F3FBBAA1DD2888] 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L888, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42936] 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L888, 127.0.0.1:8213, complete] completed CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42936, Token=00F3FBBAA1DD2888, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L890, 127.0.0.1:8213] send request 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L890, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L890, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L890, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42937], CON-POST MID=42937, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L890, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3CA12E7E5FC44498], CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 14:01:42.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42937], KeyToken[127.0.0.1:8213-3CA12E7E5FC44498]] 14:01:42.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 14:01:42.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42937] 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R891, 127.0.0.1:8210] replace CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R891, 127.0.0.1:8210] send response NON-2.05 MID=42937, Token=null, OptionSet={}, "server responds hi" 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R891, 127.0.0.1:8210, complete]! 14:01:42.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R891, 127.0.0.1:8210, complete] completed NON-2.04 MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 14:01:42.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 14:01:42.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42937] 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L890, 127.0.0.1:8213, complete]! 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L890, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3CA12E7E5FC44498] 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L890, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42937] 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L890, 127.0.0.1:8213, complete] completed CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42937, Token=3CA12E7E5FC44498, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L892, 127.0.0.1:8213] send request 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L892, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L892, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L892, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42938], CON-POST MID=42938, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L892, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-485E62617EE38A77], CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 14:01:42.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42938], KeyToken[127.0.0.1:8213-485E62617EE38A77]] 14:01:42.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 14:01:42.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42938] 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R893, 127.0.0.1:8210] replace CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R893, 127.0.0.1:8210] send response NON-2.05 MID=42938, Token=null, OptionSet={}, "server responds hi" 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R893, 127.0.0.1:8210, complete]! 14:01:42.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R893, 127.0.0.1:8210, complete] completed NON-2.04 MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 14:01:42.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 14:01:42.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42938] 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L892, 127.0.0.1:8213, complete]! 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L892, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-485E62617EE38A77] 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L892, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42938] 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L892, 127.0.0.1:8213, complete] completed CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42938, Token=485E62617EE38A77, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L894, 127.0.0.1:8213] send request 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L894, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L894, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L894, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42939], CON-POST MID=42939, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:42.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L894, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-541A23EDF00CDCFE], CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 14:01:42.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42939], KeyToken[127.0.0.1:8213-541A23EDF00CDCFE]] 14:01:42.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 14:01:42.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42939] 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R895, 127.0.0.1:8210] replace CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R895, 127.0.0.1:8210] send response NON-2.05 MID=42939, Token=null, OptionSet={}, "server responds hi" 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R895, 127.0.0.1:8210, complete]! 14:01:42.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R895, 127.0.0.1:8210, complete] completed NON-2.04 MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 14:01:42.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 14:01:42.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42939] 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L894, 127.0.0.1:8213, complete]! 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L894, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-541A23EDF00CDCFE] 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L894, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42939] 14:01:42.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L894, 127.0.0.1:8213, complete] completed CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42939, Token=541A23EDF00CDCFE, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L896, 127.0.0.1:8213] send request 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L896, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L896, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L896, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42940], CON-POST MID=42940, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L896, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-10D62B9CAAEDC0BC], CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42940], KeyToken[127.0.0.1:8213-10D62B9CAAEDC0BC]] 14:01:42.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 14:01:42.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42940] 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R897, 127.0.0.1:8210] replace CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R897, 127.0.0.1:8210] send response NON-2.05 MID=42940, Token=null, OptionSet={}, "server responds hi" 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R897, 127.0.0.1:8210, complete]! 14:01:42.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R897, 127.0.0.1:8210, complete] completed NON-2.04 MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 14:01:42.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 14:01:42.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42940] 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L896, 127.0.0.1:8213, complete]! 14:01:42.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L896, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-10D62B9CAAEDC0BC] 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L896, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42940] 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L896, 127.0.0.1:8213, complete] completed CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42940, Token=10D62B9CAAEDC0BC, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L898, 127.0.0.1:8213] send request 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L898, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L898, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L898, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42941], CON-POST MID=42941, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L898, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30978A83CF992FE4], CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 14:01:42.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42941], KeyToken[127.0.0.1:8213-30978A83CF992FE4]] 14:01:42.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 14:01:42.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42941] 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R899, 127.0.0.1:8210] replace CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R899, 127.0.0.1:8210] send response NON-2.05 MID=42941, Token=null, OptionSet={}, "server responds hi" 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R899, 127.0.0.1:8210, complete]! 14:01:42.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R899, 127.0.0.1:8210, complete] completed NON-2.04 MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 14:01:42.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 14:01:42.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42941] 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L898, 127.0.0.1:8213, complete]! 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L898, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30978A83CF992FE4] 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L898, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42941] 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L898, 127.0.0.1:8213, complete] completed CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42941, Token=30978A83CF992FE4, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L900, 127.0.0.1:8213] send request 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L900, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L900, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L900, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42942], CON-POST MID=42942, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L900, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-044DD9AEE14A1851], CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 14:01:42.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42942], KeyToken[127.0.0.1:8213-044DD9AEE14A1851]] 14:01:42.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 14:01:42.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42942] 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R901, 127.0.0.1:8210] replace CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R901, 127.0.0.1:8210] send response NON-2.05 MID=42942, Token=null, OptionSet={}, "server responds hi" 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R901, 127.0.0.1:8210, complete]! 14:01:42.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R901, 127.0.0.1:8210, complete] completed NON-2.04 MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 14:01:42.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 14:01:42.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42942] 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L900, 127.0.0.1:8213, complete]! 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L900, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-044DD9AEE14A1851] 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L900, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42942] 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L900, 127.0.0.1:8213, complete] completed CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42942, Token=044DD9AEE14A1851, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L902, 127.0.0.1:8213] send request 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L902, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L902, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L902, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42943], CON-POST MID=42943, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L902, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8ABBB3A587DAADA], CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 14:01:42.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42943], KeyToken[127.0.0.1:8213-C8ABBB3A587DAADA]] 14:01:42.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 14:01:42.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42943] 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R903, 127.0.0.1:8210] replace CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R903, 127.0.0.1:8210] send response NON-2.05 MID=42943, Token=null, OptionSet={}, "server responds hi" 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R903, 127.0.0.1:8210, complete]! 14:01:42.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R903, 127.0.0.1:8210, complete] completed NON-2.04 MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 14:01:42.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 14:01:42.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42943] 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L902, 127.0.0.1:8213, complete]! 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L902, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8ABBB3A587DAADA] 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L902, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42943] 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L902, 127.0.0.1:8213, complete] completed CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42943, Token=C8ABBB3A587DAADA, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L904, 127.0.0.1:8213] send request 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L904, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L904, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L904, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42944], CON-POST MID=42944, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L904, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C19A7CBC836355B], CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42944], KeyToken[127.0.0.1:8213-4C19A7CBC836355B]] 14:01:42.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 14:01:42.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42944] 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R905, 127.0.0.1:8210] replace CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R905, 127.0.0.1:8210] send response NON-2.05 MID=42944, Token=null, OptionSet={}, "server responds hi" 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R905, 127.0.0.1:8210, complete]! 14:01:42.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R905, 127.0.0.1:8210, complete] completed NON-2.04 MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 14:01:42.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 14:01:42.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42944] 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L904, 127.0.0.1:8213, complete]! 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L904, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C19A7CBC836355B] 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L904, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42944] 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L904, 127.0.0.1:8213, complete] completed CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42944, Token=4C19A7CBC836355B, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L906, 127.0.0.1:8213] send request 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L906, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L906, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L906, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42945], CON-POST MID=42945, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L906, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-441C0BA0A5818C60], CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42945], KeyToken[127.0.0.1:8213-441C0BA0A5818C60]] 14:01:42.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 14:01:42.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42945] 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R907, 127.0.0.1:8210] replace CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R907, 127.0.0.1:8210] send response NON-2.05 MID=42945, Token=null, OptionSet={}, "server responds hi" 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R907, 127.0.0.1:8210, complete]! 14:01:42.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R907, 127.0.0.1:8210, complete] completed NON-2.04 MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 14:01:42.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 14:01:42.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42945] 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L906, 127.0.0.1:8213, complete]! 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L906, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-441C0BA0A5818C60] 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L906, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42945] 14:01:42.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L906, 127.0.0.1:8213, complete] completed CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42945, Token=441C0BA0A5818C60, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L908, 127.0.0.1:8213] send request 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L908, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L908, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L908, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42946], CON-POST MID=42946, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L908, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-44F0BDCD6AF98D5B], CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42946], KeyToken[127.0.0.1:8213-44F0BDCD6AF98D5B]] 14:01:42.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 14:01:42.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42946] 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R909, 127.0.0.1:8210] replace CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R909, 127.0.0.1:8210] send response NON-2.05 MID=42946, Token=null, OptionSet={}, "server responds hi" 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R909, 127.0.0.1:8210, complete]! 14:01:42.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R909, 127.0.0.1:8210, complete] completed NON-2.04 MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 14:01:42.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 14:01:42.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42946] 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L908, 127.0.0.1:8213, complete]! 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L908, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-44F0BDCD6AF98D5B] 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L908, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42946] 14:01:42.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L908, 127.0.0.1:8213, complete] completed CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42946, Token=44F0BDCD6AF98D5B, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L910, 127.0.0.1:8213] send request 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L910, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L910, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L910, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42947], CON-POST MID=42947, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L910, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC725C4A3DD59BEE], CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42947], KeyToken[127.0.0.1:8213-CC725C4A3DD59BEE]] 14:01:42.470 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 14:01:42.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42947] 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R911, 127.0.0.1:8210] replace CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R911, 127.0.0.1:8210] send response NON-2.05 MID=42947, Token=null, OptionSet={}, "server responds hi" 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R911, 127.0.0.1:8210, complete]! 14:01:42.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R911, 127.0.0.1:8210, complete] completed NON-2.04 MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 14:01:42.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 14:01:42.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42947] 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L910, 127.0.0.1:8213, complete]! 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L910, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC725C4A3DD59BEE] 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L910, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42947] 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L910, 127.0.0.1:8213, complete] completed CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42947, Token=CC725C4A3DD59BEE, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L912, 127.0.0.1:8213] send request 14:01:42.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L912, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L912, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L912, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42948], CON-POST MID=42948, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L912, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C340FA7FC5DDB03], CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42948], KeyToken[127.0.0.1:8213-0C340FA7FC5DDB03]] 14:01:42.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 14:01:42.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42948] 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R913, 127.0.0.1:8210] replace CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R913, 127.0.0.1:8210] send response NON-2.05 MID=42948, Token=null, OptionSet={}, "server responds hi" 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R913, 127.0.0.1:8210, complete]! 14:01:42.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R913, 127.0.0.1:8210, complete] completed NON-2.04 MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 14:01:42.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 14:01:42.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42948] 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L912, 127.0.0.1:8213, complete]! 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L912, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C340FA7FC5DDB03] 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L912, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42948] 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L912, 127.0.0.1:8213, complete] completed CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42948, Token=0C340FA7FC5DDB03, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L914, 127.0.0.1:8213] send request 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L914, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L914, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L914, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42949], CON-POST MID=42949, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L914, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34E45C398B27D275], CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42949], KeyToken[127.0.0.1:8213-34E45C398B27D275]] 14:01:42.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 14:01:42.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42949] 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R915, 127.0.0.1:8210] replace CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R915, 127.0.0.1:8210] send response NON-2.05 MID=42949, Token=null, OptionSet={}, "server responds hi" 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R915, 127.0.0.1:8210, complete]! 14:01:42.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R915, 127.0.0.1:8210, complete] completed NON-2.04 MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 14:01:42.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 14:01:42.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42949] 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L914, 127.0.0.1:8213, complete]! 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L914, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34E45C398B27D275] 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L914, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42949] 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L914, 127.0.0.1:8213, complete] completed CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42949, Token=34E45C398B27D275, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L916, 127.0.0.1:8213] send request 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L916, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L916, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L916, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42950], CON-POST MID=42950, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L916, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6CC3A5D29D363701], CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 14:01:42.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42950], KeyToken[127.0.0.1:8213-6CC3A5D29D363701]] 14:01:42.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 14:01:42.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42950] 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R917, 127.0.0.1:8210] replace CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R917, 127.0.0.1:8210] send response NON-2.05 MID=42950, Token=null, OptionSet={}, "server responds hi" 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R917, 127.0.0.1:8210, complete]! 14:01:42.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R917, 127.0.0.1:8210, complete] completed NON-2.04 MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 14:01:42.473 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 14:01:42.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42950] 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L916, 127.0.0.1:8213, complete]! 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L916, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6CC3A5D29D363701] 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L916, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42950] 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L916, 127.0.0.1:8213, complete] completed CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42950, Token=6CC3A5D29D363701, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L918, 127.0.0.1:8213] send request 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L918, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L918, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L918, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42951], CON-POST MID=42951, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L918, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38BD38B99365471A], CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 14:01:42.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42951], KeyToken[127.0.0.1:8213-38BD38B99365471A]] 14:01:42.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 14:01:42.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42951] 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R919, 127.0.0.1:8210] replace CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R919, 127.0.0.1:8210] send response NON-2.05 MID=42951, Token=null, OptionSet={}, "server responds hi" 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R919, 127.0.0.1:8210, complete]! 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R919, 127.0.0.1:8210, complete] completed NON-2.04 MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 14:01:42.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 14:01:42.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42951] 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L918, 127.0.0.1:8213, complete]! 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L918, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38BD38B99365471A] 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L918, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42951] 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L918, 127.0.0.1:8213, complete] completed CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42951, Token=38BD38B99365471A, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L920, 127.0.0.1:8213] send request 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L920, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L920, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L920, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42952], CON-POST MID=42952, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L920, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C07ECF72546EC176], CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 14:01:42.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42952], KeyToken[127.0.0.1:8213-C07ECF72546EC176]] 14:01:42.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 14:01:42.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42952] 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R921, 127.0.0.1:8210] replace CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R921, 127.0.0.1:8210] send response NON-2.05 MID=42952, Token=null, OptionSet={}, "server responds hi" 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R921, 127.0.0.1:8210, complete]! 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R921, 127.0.0.1:8210, complete] completed NON-2.04 MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 14:01:42.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 14:01:42.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42952] 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L920, 127.0.0.1:8213, complete]! 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L920, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C07ECF72546EC176] 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L920, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42952] 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L920, 127.0.0.1:8213, complete] completed CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42952, Token=C07ECF72546EC176, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L922, 127.0.0.1:8213] send request 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L922, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L922, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L922, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42953], CON-POST MID=42953, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L922, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8064E48C9FB606B], CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 14:01:42.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42953], KeyToken[127.0.0.1:8213-C8064E48C9FB606B]] 14:01:42.475 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 14:01:42.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42953] 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R923, 127.0.0.1:8210] replace CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R923, 127.0.0.1:8210] send response NON-2.05 MID=42953, Token=null, OptionSet={}, "server responds hi" 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R923, 127.0.0.1:8210, complete]! 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R923, 127.0.0.1:8210, complete] completed NON-2.04 MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 14:01:42.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 14:01:42.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42953] 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L922, 127.0.0.1:8213, complete]! 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L922, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8064E48C9FB606B] 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L922, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42953] 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L922, 127.0.0.1:8213, complete] completed CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42953, Token=C8064E48C9FB606B, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L924, 127.0.0.1:8213] send request 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L924, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L924, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L924, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42954], CON-POST MID=42954, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L924, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CB6AAF43B1251ED], CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 14:01:42.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42954], KeyToken[127.0.0.1:8213-7CB6AAF43B1251ED]] 14:01:42.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 14:01:42.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42954] 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R925, 127.0.0.1:8210] replace CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R925, 127.0.0.1:8210] send response NON-2.05 MID=42954, Token=null, OptionSet={}, "server responds hi" 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R925, 127.0.0.1:8210, complete]! 14:01:42.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R925, 127.0.0.1:8210, complete] completed NON-2.04 MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 14:01:42.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 14:01:42.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42954] 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L924, 127.0.0.1:8213, complete]! 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L924, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CB6AAF43B1251ED] 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L924, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42954] 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L924, 127.0.0.1:8213, complete] completed CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42954, Token=7CB6AAF43B1251ED, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L926, 127.0.0.1:8213] send request 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L926, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L926, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L926, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42955], CON-POST MID=42955, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L926, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-143AF61AFBF54385], CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42955], KeyToken[127.0.0.1:8213-143AF61AFBF54385]] 14:01:42.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 14:01:42.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42955] 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R927, 127.0.0.1:8210] replace CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R927, 127.0.0.1:8210] send response NON-2.05 MID=42955, Token=null, OptionSet={}, "server responds hi" 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R927, 127.0.0.1:8210, complete]! 14:01:42.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R927, 127.0.0.1:8210, complete] completed NON-2.04 MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 14:01:42.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 14:01:42.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42955] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L926, 127.0.0.1:8213, complete]! 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L926, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-143AF61AFBF54385] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L926, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42955] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L926, 127.0.0.1:8213, complete] completed CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42955, Token=143AF61AFBF54385, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L928, 127.0.0.1:8213] send request 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L928, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L928, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L928, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42956], CON-POST MID=42956, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L928, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-005C5336162B362F], CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42956], KeyToken[127.0.0.1:8213-005C5336162B362F]] 14:01:42.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 14:01:42.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42956] 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R929, 127.0.0.1:8210] replace CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R929, 127.0.0.1:8210] send response NON-2.05 MID=42956, Token=null, OptionSet={}, "server responds hi" 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R929, 127.0.0.1:8210, complete]! 14:01:42.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R929, 127.0.0.1:8210, complete] completed NON-2.04 MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 14:01:42.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 14:01:42.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42956] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L928, 127.0.0.1:8213, complete]! 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L928, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-005C5336162B362F] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L928, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42956] 14:01:42.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L928, 127.0.0.1:8213, complete] completed CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42956, Token=005C5336162B362F, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L930, 127.0.0.1:8213] send request 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L930, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L930, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L930, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42957], CON-POST MID=42957, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L930, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D82EC645A8AE23D3], CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42957], KeyToken[127.0.0.1:8213-D82EC645A8AE23D3]] 14:01:42.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 14:01:42.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42957] 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R931, 127.0.0.1:8210] replace CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R931, 127.0.0.1:8210] send response NON-2.05 MID=42957, Token=null, OptionSet={}, "server responds hi" 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R931, 127.0.0.1:8210, complete]! 14:01:42.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R931, 127.0.0.1:8210, complete] completed NON-2.04 MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 14:01:42.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 14:01:42.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42957] 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L930, 127.0.0.1:8213, complete]! 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L930, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D82EC645A8AE23D3] 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L930, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42957] 14:01:42.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L930, 127.0.0.1:8213, complete] completed CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42957, Token=D82EC645A8AE23D3, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L932, 127.0.0.1:8213] send request 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L932, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L932, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L932, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42958], CON-POST MID=42958, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L932, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A010A38D381F847C], CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42958], KeyToken[127.0.0.1:8213-A010A38D381F847C]] 14:01:42.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 14:01:42.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42958] 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R933, 127.0.0.1:8210] replace CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R933, 127.0.0.1:8210] send response NON-2.05 MID=42958, Token=null, OptionSet={}, "server responds hi" 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R933, 127.0.0.1:8210, complete]! 14:01:42.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R933, 127.0.0.1:8210, complete] completed NON-2.04 MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 14:01:42.480 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 14:01:42.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42958] 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L932, 127.0.0.1:8213, complete]! 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L932, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A010A38D381F847C] 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L932, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42958] 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L932, 127.0.0.1:8213, complete] completed CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42958, Token=A010A38D381F847C, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L934, 127.0.0.1:8213] send request 14:01:42.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L934, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L934, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L934, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42959], CON-POST MID=42959, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L934, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38EC1C91A8CBE92F], CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42959], KeyToken[127.0.0.1:8213-38EC1C91A8CBE92F]] 14:01:42.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 14:01:42.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42959] 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R935, 127.0.0.1:8210] replace CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R935, 127.0.0.1:8210] send response NON-2.05 MID=42959, Token=null, OptionSet={}, "server responds hi" 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R935, 127.0.0.1:8210, complete]! 14:01:42.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R935, 127.0.0.1:8210, complete] completed NON-2.04 MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 14:01:42.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 14:01:42.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42959] 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L934, 127.0.0.1:8213, complete]! 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L934, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38EC1C91A8CBE92F] 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L934, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42959] 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L934, 127.0.0.1:8213, complete] completed CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42959, Token=38EC1C91A8CBE92F, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L936, 127.0.0.1:8213] send request 14:01:42.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L936, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L936, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L936, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42960], CON-POST MID=42960, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L936, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F453A0C3592EA32A], CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42960], KeyToken[127.0.0.1:8213-F453A0C3592EA32A]] 14:01:42.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 14:01:42.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42960] 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R937, 127.0.0.1:8210] replace CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R937, 127.0.0.1:8210] send response NON-2.05 MID=42960, Token=null, OptionSet={}, "server responds hi" 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R937, 127.0.0.1:8210, complete]! 14:01:42.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R937, 127.0.0.1:8210, complete] completed NON-2.04 MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 14:01:42.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 14:01:42.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42960] 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L936, 127.0.0.1:8213, complete]! 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L936, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F453A0C3592EA32A] 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L936, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42960] 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L936, 127.0.0.1:8213, complete] completed CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42960, Token=F453A0C3592EA32A, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L938, 127.0.0.1:8213] send request 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L938, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L938, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L938, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42961], CON-POST MID=42961, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:42.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L938, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-145CB3BD89DAA34E], CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42961], KeyToken[127.0.0.1:8213-145CB3BD89DAA34E]] 14:01:42.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 14:01:42.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42961] 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R939, 127.0.0.1:8210] replace CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R939, 127.0.0.1:8210] send response NON-2.05 MID=42961, Token=null, OptionSet={}, "server responds hi" 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R939, 127.0.0.1:8210, complete]! 14:01:42.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R939, 127.0.0.1:8210, complete] completed NON-2.04 MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 14:01:42.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 14:01:42.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42961] 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L938, 127.0.0.1:8213, complete]! 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L938, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-145CB3BD89DAA34E] 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L938, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42961] 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L938, 127.0.0.1:8213, complete] completed CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42961, Token=145CB3BD89DAA34E, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L940, 127.0.0.1:8213] send request 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L940, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L940, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L940, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42962], CON-POST MID=42962, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L940, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC16A9F8DB6DF4DA], CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 14:01:42.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42962], KeyToken[127.0.0.1:8213-EC16A9F8DB6DF4DA]] 14:01:42.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 14:01:42.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42962] 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R941, 127.0.0.1:8210] replace CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R941, 127.0.0.1:8210] send response NON-2.05 MID=42962, Token=null, OptionSet={}, "server responds hi" 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R941, 127.0.0.1:8210, complete]! 14:01:42.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R941, 127.0.0.1:8210, complete] completed NON-2.04 MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 14:01:42.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 14:01:42.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42962] 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L940, 127.0.0.1:8213, complete]! 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L940, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC16A9F8DB6DF4DA] 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L940, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42962] 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L940, 127.0.0.1:8213, complete] completed CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42962, Token=EC16A9F8DB6DF4DA, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L942, 127.0.0.1:8213] send request 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L942, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L942, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L942, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42963], CON-POST MID=42963, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L942, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-185FAA63E5272C8B], CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 14:01:42.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42963], KeyToken[127.0.0.1:8213-185FAA63E5272C8B]] 14:01:42.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 14:01:42.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42963] 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R943, 127.0.0.1:8210] replace CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R943, 127.0.0.1:8210] send response NON-2.05 MID=42963, Token=null, OptionSet={}, "server responds hi" 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R943, 127.0.0.1:8210, complete]! 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R943, 127.0.0.1:8210, complete] completed NON-2.04 MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 14:01:42.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 14:01:42.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42963] 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L942, 127.0.0.1:8213, complete]! 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L942, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-185FAA63E5272C8B] 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L942, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42963] 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L942, 127.0.0.1:8213, complete] completed CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42963, Token=185FAA63E5272C8B, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L944, 127.0.0.1:8213] send request 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L944, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L944, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L944, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42964], CON-POST MID=42964, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L944, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E49E53CB9FDC3351], CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 14:01:42.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42964], KeyToken[127.0.0.1:8213-E49E53CB9FDC3351]] 14:01:42.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 14:01:42.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42964] 14:01:42.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R945, 127.0.0.1:8210] replace CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R945, 127.0.0.1:8210] send response NON-2.05 MID=42964, Token=null, OptionSet={}, "server responds hi" 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R945, 127.0.0.1:8210, complete]! 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R945, 127.0.0.1:8210, complete] completed NON-2.04 MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 14:01:42.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 14:01:42.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42964] 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L944, 127.0.0.1:8213, complete]! 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L944, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E49E53CB9FDC3351] 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L944, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42964] 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L944, 127.0.0.1:8213, complete] completed CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42964, Token=E49E53CB9FDC3351, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L946, 127.0.0.1:8213] send request 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L946, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L946, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L946, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42965], CON-POST MID=42965, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L946, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-84D78A5B54DEDE81], CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 14:01:42.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42965], KeyToken[127.0.0.1:8213-84D78A5B54DEDE81]] 14:01:42.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 14:01:42.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42965] 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R947, 127.0.0.1:8210] replace CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R947, 127.0.0.1:8210] send response NON-2.05 MID=42965, Token=null, OptionSet={}, "server responds hi" 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R947, 127.0.0.1:8210, complete]! 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R947, 127.0.0.1:8210, complete] completed NON-2.04 MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 14:01:42.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 14:01:42.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42965] 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L946, 127.0.0.1:8213, complete]! 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L946, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-84D78A5B54DEDE81] 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L946, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42965] 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L946, 127.0.0.1:8213, complete] completed CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42965, Token=84D78A5B54DEDE81, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L948, 127.0.0.1:8213] send request 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L948, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L948, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L948, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42966], CON-POST MID=42966, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L948, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38AFFBA603AD1C78], CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 14:01:42.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42966], KeyToken[127.0.0.1:8213-38AFFBA603AD1C78]] 14:01:42.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 14:01:42.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42966] 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R949, 127.0.0.1:8210] replace CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R949, 127.0.0.1:8210] send response NON-2.05 MID=42966, Token=null, OptionSet={}, "server responds hi" 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R949, 127.0.0.1:8210, complete]! 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R949, 127.0.0.1:8210, complete] completed NON-2.04 MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 14:01:42.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 14:01:42.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42966] 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L948, 127.0.0.1:8213, complete]! 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L948, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38AFFBA603AD1C78] 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L948, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42966] 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L948, 127.0.0.1:8213, complete] completed CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42966, Token=38AFFBA603AD1C78, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L950, 127.0.0.1:8213] send request 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L950, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L950, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L950, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42967], CON-POST MID=42967, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L950, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A829A466D22FBDC2], CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 14:01:42.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42967], KeyToken[127.0.0.1:8213-A829A466D22FBDC2]] 14:01:42.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 14:01:42.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42967] 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R951, 127.0.0.1:8210] replace CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R951, 127.0.0.1:8210] send response NON-2.05 MID=42967, Token=null, OptionSet={}, "server responds hi" 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R951, 127.0.0.1:8210, complete]! 14:01:42.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R951, 127.0.0.1:8210, complete] completed NON-2.04 MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 14:01:42.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 14:01:42.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42967] 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L950, 127.0.0.1:8213, complete]! 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L950, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A829A466D22FBDC2] 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L950, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42967] 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L950, 127.0.0.1:8213, complete] completed CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42967, Token=A829A466D22FBDC2, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L952, 127.0.0.1:8213] send request 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L952, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L952, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L952, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42968], CON-POST MID=42968, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L952, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-501EF6081556B330], CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 14:01:42.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42968], KeyToken[127.0.0.1:8213-501EF6081556B330]] 14:01:42.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 14:01:42.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42968] 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R953, 127.0.0.1:8210] replace CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R953, 127.0.0.1:8210] send response NON-2.05 MID=42968, Token=null, OptionSet={}, "server responds hi" 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R953, 127.0.0.1:8210, complete]! 14:01:42.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R953, 127.0.0.1:8210, complete] completed NON-2.04 MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 14:01:42.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 14:01:42.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42968] 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L952, 127.0.0.1:8213, complete]! 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L952, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-501EF6081556B330] 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L952, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42968] 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L952, 127.0.0.1:8213, complete] completed CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42968, Token=501EF6081556B330, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L954, 127.0.0.1:8213] send request 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L954, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L954, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L954, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42969], CON-POST MID=42969, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L954, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60B45F91F1594867], CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42969], KeyToken[127.0.0.1:8213-60B45F91F1594867]] 14:01:42.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 14:01:42.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42969] 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R955, 127.0.0.1:8210] replace CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R955, 127.0.0.1:8210] send response NON-2.05 MID=42969, Token=null, OptionSet={}, "server responds hi" 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R955, 127.0.0.1:8210, complete]! 14:01:42.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R955, 127.0.0.1:8210, complete] completed NON-2.04 MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 14:01:42.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 14:01:42.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42969] 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L954, 127.0.0.1:8213, complete]! 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L954, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60B45F91F1594867] 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L954, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42969] 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L954, 127.0.0.1:8213, complete] completed CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42969, Token=60B45F91F1594867, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L956, 127.0.0.1:8213] send request 14:01:42.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L956, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L956, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:42.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L956, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42970], CON-POST MID=42970, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:42.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L956, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-607C35F55EB54E30], CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 14:01:42.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42970], KeyToken[127.0.0.1:8213-607C35F55EB54E30]] 14:01:42.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 14:01:42.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42970] 14:01:42.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R957, 127.0.0.1:8210] replace CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R957, 127.0.0.1:8210] send response NON-2.05 MID=42970, Token=null, OptionSet={}, "server responds hi" 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R957, 127.0.0.1:8210, complete]! 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R957, 127.0.0.1:8210, complete] completed NON-2.04 MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 14:01:42.551 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 14:01:42.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42970] 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L956, 127.0.0.1:8213, complete]! 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L956, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-607C35F55EB54E30] 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L956, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42970] 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L956, 127.0.0.1:8213, complete] completed CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42970, Token=607C35F55EB54E30, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L958, 127.0.0.1:8213] send request 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L958, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L958, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L958, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42971], CON-POST MID=42971, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L958, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CDAB64AECC86E05], CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 14:01:42.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42971], KeyToken[127.0.0.1:8213-9CDAB64AECC86E05]] 14:01:42.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 14:01:42.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42971] 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R959, 127.0.0.1:8210] replace CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R959, 127.0.0.1:8210] send response NON-2.05 MID=42971, Token=null, OptionSet={}, "server responds hi" 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R959, 127.0.0.1:8210, complete]! 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R959, 127.0.0.1:8210, complete] completed NON-2.04 MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 14:01:42.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 14:01:42.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42971] 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L958, 127.0.0.1:8213, complete]! 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L958, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CDAB64AECC86E05] 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L958, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42971] 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L958, 127.0.0.1:8213, complete] completed CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42971, Token=9CDAB64AECC86E05, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L960, 127.0.0.1:8213] send request 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L960, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L960, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L960, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42972], CON-POST MID=42972, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L960, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E43519FD7E398084], CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 14:01:42.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42972], KeyToken[127.0.0.1:8213-E43519FD7E398084]] 14:01:42.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 14:01:42.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42972] 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R961, 127.0.0.1:8210] replace CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R961, 127.0.0.1:8210] send response NON-2.05 MID=42972, Token=null, OptionSet={}, "server responds hi" 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R961, 127.0.0.1:8210, complete]! 14:01:42.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R961, 127.0.0.1:8210, complete] completed NON-2.04 MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 14:01:42.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 14:01:42.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42972] 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L960, 127.0.0.1:8213, complete]! 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L960, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E43519FD7E398084] 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L960, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42972] 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L960, 127.0.0.1:8213, complete] completed CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42972, Token=E43519FD7E398084, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L962, 127.0.0.1:8213] send request 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L962, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L962, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L962, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42973], CON-POST MID=42973, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L962, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F0BB6D6A03B0479D], CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 14:01:42.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42973], KeyToken[127.0.0.1:8213-F0BB6D6A03B0479D]] 14:01:42.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 14:01:42.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42973] 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R963, 127.0.0.1:8210] replace CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R963, 127.0.0.1:8210] send response NON-2.05 MID=42973, Token=null, OptionSet={}, "server responds hi" 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R963, 127.0.0.1:8210, complete]! 14:01:42.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R963, 127.0.0.1:8210, complete] completed NON-2.04 MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 14:01:42.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 14:01:42.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42973] 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L962, 127.0.0.1:8213, complete]! 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L962, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F0BB6D6A03B0479D] 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L962, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42973] 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L962, 127.0.0.1:8213, complete] completed CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42973, Token=F0BB6D6A03B0479D, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L964, 127.0.0.1:8213] send request 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L964, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L964, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L964, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42974], CON-POST MID=42974, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L964, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9039E37230741DA1], CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 14:01:42.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42974], KeyToken[127.0.0.1:8213-9039E37230741DA1]] 14:01:42.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 14:01:42.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42974] 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R965, 127.0.0.1:8210] replace CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R965, 127.0.0.1:8210] send response NON-2.05 MID=42974, Token=null, OptionSet={}, "server responds hi" 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R965, 127.0.0.1:8210, complete]! 14:01:42.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R965, 127.0.0.1:8210, complete] completed NON-2.04 MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 14:01:42.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 14:01:42.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42974] 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L964, 127.0.0.1:8213, complete]! 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L964, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9039E37230741DA1] 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L964, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42974] 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L964, 127.0.0.1:8213, complete] completed CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42974, Token=9039E37230741DA1, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L966, 127.0.0.1:8213] send request 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L966, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L966, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L966, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42975], CON-POST MID=42975, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L966, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1420696EA6DF040F], CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42975], KeyToken[127.0.0.1:8213-1420696EA6DF040F]] 14:01:42.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 14:01:42.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42975] 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R967, 127.0.0.1:8210] replace CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R967, 127.0.0.1:8210] send response NON-2.05 MID=42975, Token=null, OptionSet={}, "server responds hi" 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R967, 127.0.0.1:8210, complete]! 14:01:42.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R967, 127.0.0.1:8210, complete] completed NON-2.04 MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 14:01:42.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 14:01:42.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42975] 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L966, 127.0.0.1:8213, complete]! 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L966, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1420696EA6DF040F] 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L966, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42975] 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L966, 127.0.0.1:8213, complete] completed CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42975, Token=1420696EA6DF040F, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L968, 127.0.0.1:8213] send request 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L968, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L968, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L968, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42976], CON-POST MID=42976, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L968, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4A943A23469A09A], CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42976], KeyToken[127.0.0.1:8213-D4A943A23469A09A]] 14:01:42.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 14:01:42.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42976] 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R969, 127.0.0.1:8210] replace CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R969, 127.0.0.1:8210] send response NON-2.05 MID=42976, Token=null, OptionSet={}, "server responds hi" 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R969, 127.0.0.1:8210, complete]! 14:01:42.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R969, 127.0.0.1:8210, complete] completed NON-2.04 MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 14:01:42.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 14:01:42.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42976] 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L968, 127.0.0.1:8213, complete]! 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L968, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D4A943A23469A09A] 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L968, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42976] 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L968, 127.0.0.1:8213, complete] completed CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42976, Token=D4A943A23469A09A, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L970, 127.0.0.1:8213] send request 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L970, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L970, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L970, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42977], CON-POST MID=42977, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L970, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34F01A83285D101D], CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42977], KeyToken[127.0.0.1:8213-34F01A83285D101D]] 14:01:42.557 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 14:01:42.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42977] 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R971, 127.0.0.1:8210] replace CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R971, 127.0.0.1:8210] send response NON-2.05 MID=42977, Token=null, OptionSet={}, "server responds hi" 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R971, 127.0.0.1:8210, complete]! 14:01:42.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R971, 127.0.0.1:8210, complete] completed NON-2.04 MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 14:01:42.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 14:01:42.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42977] 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L970, 127.0.0.1:8213, complete]! 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L970, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34F01A83285D101D] 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L970, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42977] 14:01:42.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L970, 127.0.0.1:8213, complete] completed CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42977, Token=34F01A83285D101D, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L972, 127.0.0.1:8213] send request 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L972, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L972, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L972, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42978], CON-POST MID=42978, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L972, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A0CC8C4F5C291142], CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42978], KeyToken[127.0.0.1:8213-A0CC8C4F5C291142]] 14:01:42.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 14:01:42.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42978] 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R973, 127.0.0.1:8210] replace CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R973, 127.0.0.1:8210] send response NON-2.05 MID=42978, Token=null, OptionSet={}, "server responds hi" 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R973, 127.0.0.1:8210, complete]! 14:01:42.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R973, 127.0.0.1:8210, complete] completed NON-2.04 MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 14:01:42.558 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 14:01:42.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42978] 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L972, 127.0.0.1:8213, complete]! 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L972, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A0CC8C4F5C291142] 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L972, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42978] 14:01:42.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L972, 127.0.0.1:8213, complete] completed CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42978, Token=A0CC8C4F5C291142, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L974, 127.0.0.1:8213] send request 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L974, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L974, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L974, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42979], CON-POST MID=42979, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L974, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C069C06F293C3EA0], CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42979], KeyToken[127.0.0.1:8213-C069C06F293C3EA0]] 14:01:42.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 14:01:42.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42979] 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R975, 127.0.0.1:8210] replace CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R975, 127.0.0.1:8210] send response NON-2.05 MID=42979, Token=null, OptionSet={}, "server responds hi" 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R975, 127.0.0.1:8210, complete]! 14:01:42.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R975, 127.0.0.1:8210, complete] completed NON-2.04 MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 14:01:42.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 14:01:42.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42979] 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L974, 127.0.0.1:8213, complete]! 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L974, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C069C06F293C3EA0] 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L974, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42979] 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L974, 127.0.0.1:8213, complete] completed CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42979, Token=C069C06F293C3EA0, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L976, 127.0.0.1:8213] send request 14:01:42.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L976, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L976, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L976, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42980], CON-POST MID=42980, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L976, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4A1463651409D60], CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42980], KeyToken[127.0.0.1:8213-A4A1463651409D60]] 14:01:42.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 14:01:42.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42980] 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R977, 127.0.0.1:8210] replace CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R977, 127.0.0.1:8210] send response NON-2.05 MID=42980, Token=null, OptionSet={}, "server responds hi" 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R977, 127.0.0.1:8210, complete]! 14:01:42.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R977, 127.0.0.1:8210, complete] completed NON-2.04 MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 14:01:42.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 14:01:42.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42980] 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L976, 127.0.0.1:8213, complete]! 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L976, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4A1463651409D60] 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L976, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42980] 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L976, 127.0.0.1:8213, complete] completed CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42980, Token=A4A1463651409D60, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L978, 127.0.0.1:8213] send request 14:01:42.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L978, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L978, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L978, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42981], CON-POST MID=42981, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L978, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A0E0D1886C7E06BA], CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42981], KeyToken[127.0.0.1:8213-A0E0D1886C7E06BA]] 14:01:42.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 14:01:42.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42981] 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R979, 127.0.0.1:8210] replace CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R979, 127.0.0.1:8210] send response NON-2.05 MID=42981, Token=null, OptionSet={}, "server responds hi" 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R979, 127.0.0.1:8210, complete]! 14:01:42.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R979, 127.0.0.1:8210, complete] completed NON-2.04 MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 14:01:42.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 14:01:42.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42981] 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L978, 127.0.0.1:8213, complete]! 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L978, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A0E0D1886C7E06BA] 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L978, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42981] 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L978, 127.0.0.1:8213, complete] completed CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42981, Token=A0E0D1886C7E06BA, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L980, 127.0.0.1:8213] send request 14:01:42.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L980, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L980, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L980, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42982], CON-POST MID=42982, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L980, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-842741D91444CF0B], CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42982], KeyToken[127.0.0.1:8213-842741D91444CF0B]] 14:01:42.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 14:01:42.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42982] 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R981, 127.0.0.1:8210] replace CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R981, 127.0.0.1:8210] send response NON-2.05 MID=42982, Token=null, OptionSet={}, "server responds hi" 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R981, 127.0.0.1:8210, complete]! 14:01:42.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R981, 127.0.0.1:8210, complete] completed NON-2.04 MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 14:01:42.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 14:01:42.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42982] 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L980, 127.0.0.1:8213, complete]! 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L980, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-842741D91444CF0B] 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L980, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42982] 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L980, 127.0.0.1:8213, complete] completed CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42982, Token=842741D91444CF0B, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L982, 127.0.0.1:8213] send request 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L982, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L982, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L982, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42983], CON-POST MID=42983, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L982, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8FA0D4F68933C8F], CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42983], KeyToken[127.0.0.1:8213-E8FA0D4F68933C8F]] 14:01:42.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 14:01:42.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42983] 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R983, 127.0.0.1:8210] replace CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R983, 127.0.0.1:8210] send response NON-2.05 MID=42983, Token=null, OptionSet={}, "server responds hi" 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R983, 127.0.0.1:8210, complete]! 14:01:42.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R983, 127.0.0.1:8210, complete] completed NON-2.04 MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 14:01:42.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 14:01:42.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42983] 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L982, 127.0.0.1:8213, complete]! 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L982, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8FA0D4F68933C8F] 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L982, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42983] 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L982, 127.0.0.1:8213, complete] completed CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42983, Token=E8FA0D4F68933C8F, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L984, 127.0.0.1:8213] send request 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L984, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L984, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L984, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42984], CON-POST MID=42984, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:42.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L984, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2463EDCCFA96A38C], CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42984], KeyToken[127.0.0.1:8213-2463EDCCFA96A38C]] 14:01:42.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 14:01:42.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42984] 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R985, 127.0.0.1:8210] replace CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R985, 127.0.0.1:8210] send response NON-2.05 MID=42984, Token=null, OptionSet={}, "server responds hi" 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R985, 127.0.0.1:8210, complete]! 14:01:42.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R985, 127.0.0.1:8210, complete] completed NON-2.04 MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 14:01:42.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 14:01:42.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42984] 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L984, 127.0.0.1:8213, complete]! 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L984, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2463EDCCFA96A38C] 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L984, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42984] 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L984, 127.0.0.1:8213, complete] completed CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42984, Token=2463EDCCFA96A38C, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L986, 127.0.0.1:8213] send request 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L986, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L986, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L986, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42985], CON-POST MID=42985, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L986, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8C036F0C73882ED], CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 14:01:42.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42985], KeyToken[127.0.0.1:8213-E8C036F0C73882ED]] 14:01:42.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 14:01:42.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42985] 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R987, 127.0.0.1:8210] replace CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R987, 127.0.0.1:8210] send response NON-2.05 MID=42985, Token=null, OptionSet={}, "server responds hi" 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R987, 127.0.0.1:8210, complete]! 14:01:42.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R987, 127.0.0.1:8210, complete] completed NON-2.04 MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 14:01:42.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 14:01:42.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42985] 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L986, 127.0.0.1:8213, complete]! 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L986, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8C036F0C73882ED] 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L986, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42985] 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L986, 127.0.0.1:8213, complete] completed CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42985, Token=E8C036F0C73882ED, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L988, 127.0.0.1:8213] send request 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L988, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L988, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L988, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42986], CON-POST MID=42986, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L988, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6402B18906E91832], CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 14:01:42.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42986], KeyToken[127.0.0.1:8213-6402B18906E91832]] 14:01:42.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 14:01:42.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42986] 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R989, 127.0.0.1:8210] replace CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R989, 127.0.0.1:8210] send response NON-2.05 MID=42986, Token=null, OptionSet={}, "server responds hi" 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R989, 127.0.0.1:8210, complete]! 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R989, 127.0.0.1:8210, complete] completed NON-2.04 MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 14:01:42.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 14:01:42.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42986] 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L988, 127.0.0.1:8213, complete]! 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L988, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6402B18906E91832] 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L988, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42986] 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L988, 127.0.0.1:8213, complete] completed CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42986, Token=6402B18906E91832, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L990, 127.0.0.1:8213] send request 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L990, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L990, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L990, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42987], CON-POST MID=42987, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L990, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-886CA2BCD54C2EB1], CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 14:01:42.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42987], KeyToken[127.0.0.1:8213-886CA2BCD54C2EB1]] 14:01:42.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 14:01:42.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42987] 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R991, 127.0.0.1:8210] replace CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R991, 127.0.0.1:8210] send response NON-2.05 MID=42987, Token=null, OptionSet={}, "server responds hi" 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R991, 127.0.0.1:8210, complete]! 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R991, 127.0.0.1:8210, complete] completed NON-2.04 MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 14:01:42.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 14:01:42.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42987] 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L990, 127.0.0.1:8213, complete]! 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L990, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-886CA2BCD54C2EB1] 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L990, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42987] 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L990, 127.0.0.1:8213, complete] completed CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42987, Token=886CA2BCD54C2EB1, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L992, 127.0.0.1:8213] send request 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L992, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L992, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L992, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42988], CON-POST MID=42988, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L992, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E853B83A2E0093DF], CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 14:01:42.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42988], KeyToken[127.0.0.1:8213-E853B83A2E0093DF]] 14:01:42.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 14:01:42.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42988] 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R993, 127.0.0.1:8210] replace CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R993, 127.0.0.1:8210] send response NON-2.05 MID=42988, Token=null, OptionSet={}, "server responds hi" 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R993, 127.0.0.1:8210, complete]! 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R993, 127.0.0.1:8210, complete] completed NON-2.04 MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 14:01:42.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 14:01:42.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42988] 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L992, 127.0.0.1:8213, complete]! 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L992, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E853B83A2E0093DF] 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L992, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42988] 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L992, 127.0.0.1:8213, complete] completed CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42988, Token=E853B83A2E0093DF, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L994, 127.0.0.1:8213] send request 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L994, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L994, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L994, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42989], CON-POST MID=42989, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L994, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F81A94368EDFD97A], CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 14:01:42.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42989], KeyToken[127.0.0.1:8213-F81A94368EDFD97A]] 14:01:42.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 14:01:42.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42989] 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R995, 127.0.0.1:8210] replace CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R995, 127.0.0.1:8210] send response NON-2.05 MID=42989, Token=null, OptionSet={}, "server responds hi" 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R995, 127.0.0.1:8210, complete]! 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R995, 127.0.0.1:8210, complete] completed NON-2.04 MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 14:01:42.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 14:01:42.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42989] 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L994, 127.0.0.1:8213, complete]! 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L994, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F81A94368EDFD97A] 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L994, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42989] 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L994, 127.0.0.1:8213, complete] completed CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42989, Token=F81A94368EDFD97A, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L996, 127.0.0.1:8213] send request 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L996, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L996, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L996, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42990], CON-POST MID=42990, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L996, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-080FD276F68B03E8], CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 14:01:42.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42990], KeyToken[127.0.0.1:8213-080FD276F68B03E8]] 14:01:42.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 14:01:42.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42990] 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R997, 127.0.0.1:8210] replace CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R997, 127.0.0.1:8210] send response NON-2.05 MID=42990, Token=null, OptionSet={}, "server responds hi" 14:01:42.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R997, 127.0.0.1:8210, complete]! 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R997, 127.0.0.1:8210, complete] completed NON-2.04 MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 14:01:42.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 14:01:42.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42990] 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L996, 127.0.0.1:8213, complete]! 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L996, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-080FD276F68B03E8] 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L996, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42990] 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L996, 127.0.0.1:8213, complete] completed CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42990, Token=080FD276F68B03E8, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L998, 127.0.0.1:8213] send request 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L998, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L998, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L998, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42991], CON-POST MID=42991, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L998, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C9E8A798347B457], CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 14:01:42.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42991], KeyToken[127.0.0.1:8213-1C9E8A798347B457]] 14:01:42.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 14:01:42.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42991] 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R999, 127.0.0.1:8210] replace CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R999, 127.0.0.1:8210] send response NON-2.05 MID=42991, Token=null, OptionSet={}, "server responds hi" 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R999, 127.0.0.1:8210, complete]! 14:01:42.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R999, 127.0.0.1:8210, complete] completed NON-2.04 MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 14:01:42.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 14:01:42.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42991] 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L998, 127.0.0.1:8213, complete]! 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L998, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C9E8A798347B457] 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L998, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42991] 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L998, 127.0.0.1:8213, complete] completed CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42991, Token=1C9E8A798347B457, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1000, 127.0.0.1:8213] send request 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1000, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1000, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1000, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42992], CON-POST MID=42992, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1000, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F0F3DDF987FE164B], CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 14:01:42.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42992], KeyToken[127.0.0.1:8213-F0F3DDF987FE164B]] 14:01:42.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 14:01:42.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42992] 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1001, 127.0.0.1:8210] replace CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1001, 127.0.0.1:8210] send response NON-2.05 MID=42992, Token=null, OptionSet={}, "server responds hi" 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1001, 127.0.0.1:8210, complete]! 14:01:42.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1001, 127.0.0.1:8210, complete] completed NON-2.04 MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 14:01:42.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 14:01:42.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42992] 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1000, 127.0.0.1:8213, complete]! 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1000, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F0F3DDF987FE164B] 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1000, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42992] 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1000, 127.0.0.1:8213, complete] completed CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42992, Token=F0F3DDF987FE164B, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1002, 127.0.0.1:8213] send request 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1002, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1002, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1002, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42993], CON-POST MID=42993, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1002, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-504FF651DBC7C550], CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 14:01:42.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42993], KeyToken[127.0.0.1:8213-504FF651DBC7C550]] 14:01:42.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 14:01:42.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42993] 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1003, 127.0.0.1:8210] replace CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1003, 127.0.0.1:8210] send response NON-2.05 MID=42993, Token=null, OptionSet={}, "server responds hi" 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1003, 127.0.0.1:8210, complete]! 14:01:42.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1003, 127.0.0.1:8210, complete] completed NON-2.04 MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 14:01:42.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 14:01:42.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42993] 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1002, 127.0.0.1:8213, complete]! 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1002, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-504FF651DBC7C550] 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1002, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42993] 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1002, 127.0.0.1:8213, complete] completed CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42993, Token=504FF651DBC7C550, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1004, 127.0.0.1:8213] send request 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1004, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1004, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1004, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42994], CON-POST MID=42994, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1004, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-683D91488007C94F], CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42994], KeyToken[127.0.0.1:8213-683D91488007C94F]] 14:01:42.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 14:01:42.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42994] 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1005, 127.0.0.1:8210] replace CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1005, 127.0.0.1:8210] send response NON-2.05 MID=42994, Token=null, OptionSet={}, "server responds hi" 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1005, 127.0.0.1:8210, complete]! 14:01:42.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1005, 127.0.0.1:8210, complete] completed NON-2.04 MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 14:01:42.573 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 14:01:42.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42994] 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1004, 127.0.0.1:8213, complete]! 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1004, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-683D91488007C94F] 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1004, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42994] 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1004, 127.0.0.1:8213, complete] completed CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42994, Token=683D91488007C94F, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1006, 127.0.0.1:8213] send request 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1006, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1006, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1006, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42995], CON-POST MID=42995, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1006, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-14E955BF465BF7C2], CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42995], KeyToken[127.0.0.1:8213-14E955BF465BF7C2]] 14:01:42.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 14:01:42.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42995] 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1007, 127.0.0.1:8210] replace CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1007, 127.0.0.1:8210] send response NON-2.05 MID=42995, Token=null, OptionSet={}, "server responds hi" 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1007, 127.0.0.1:8210, complete]! 14:01:42.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1007, 127.0.0.1:8210, complete] completed NON-2.04 MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 14:01:42.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 14:01:42.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42995] 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1006, 127.0.0.1:8213, complete]! 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1006, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-14E955BF465BF7C2] 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1006, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42995] 14:01:42.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1006, 127.0.0.1:8213, complete] completed CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42995, Token=14E955BF465BF7C2, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1008, 127.0.0.1:8213] send request 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1008, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1008, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1008, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42996], CON-POST MID=42996, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1008, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-AC9E7B592D77FC70], CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42996], KeyToken[127.0.0.1:8213-AC9E7B592D77FC70]] 14:01:42.575 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 14:01:42.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42996] 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1009, 127.0.0.1:8210] replace CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1009, 127.0.0.1:8210] send response NON-2.05 MID=42996, Token=null, OptionSet={}, "server responds hi" 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1009, 127.0.0.1:8210, complete]! 14:01:42.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1009, 127.0.0.1:8210, complete] completed NON-2.04 MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 14:01:42.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 14:01:42.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42996] 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1008, 127.0.0.1:8213, complete]! 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1008, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-AC9E7B592D77FC70] 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1008, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42996] 14:01:42.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1008, 127.0.0.1:8213, complete] completed CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42996, Token=AC9E7B592D77FC70, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1010, 127.0.0.1:8213] send request 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1010, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1010, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1010, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42997], CON-POST MID=42997, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1010, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60C64849FA358B5B], CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42997], KeyToken[127.0.0.1:8213-60C64849FA358B5B]] 14:01:42.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 14:01:42.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42997] 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1011, 127.0.0.1:8210] replace CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1011, 127.0.0.1:8210] send response NON-2.05 MID=42997, Token=null, OptionSet={}, "server responds hi" 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1011, 127.0.0.1:8210, complete]! 14:01:42.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1011, 127.0.0.1:8210, complete] completed NON-2.04 MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 14:01:42.576 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 14:01:42.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42997] 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1010, 127.0.0.1:8213, complete]! 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1010, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60C64849FA358B5B] 14:01:42.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1010, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42997] 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1010, 127.0.0.1:8213, complete] completed CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42997, Token=60C64849FA358B5B, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1012, 127.0.0.1:8213] send request 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1012, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1012, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1012, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42998], CON-POST MID=42998, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1012, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECA93A7B0D102721], CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 14:01:42.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42998], KeyToken[127.0.0.1:8213-ECA93A7B0D102721]] 14:01:42.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 14:01:42.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42998] 14:01:42.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1013, 127.0.0.1:8210] replace CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1013, 127.0.0.1:8210] send response NON-2.05 MID=42998, Token=null, OptionSet={}, "server responds hi" 14:01:42.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1013, 127.0.0.1:8210, complete]! 14:01:42.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1013, 127.0.0.1:8210, complete] completed NON-2.04 MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 14:01:42.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 14:01:42.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42998] 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1012, 127.0.0.1:8213, complete]! 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1012, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECA93A7B0D102721] 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1012, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42998] 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1012, 127.0.0.1:8213, complete] completed CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42998, Token=ECA93A7B0D102721, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1014, 127.0.0.1:8213] send request 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1014, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1014, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1014, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-42999], CON-POST MID=42999, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1014, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C43521D996F36BF], CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 14:01:42.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-42999], KeyToken[127.0.0.1:8213-6C43521D996F36BF]] 14:01:42.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 14:01:42.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-42999] 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1015, 127.0.0.1:8210] replace CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1015, 127.0.0.1:8210] send response NON-2.05 MID=42999, Token=null, OptionSet={}, "server responds hi" 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1015, 127.0.0.1:8210, complete]! 14:01:42.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1015, 127.0.0.1:8210, complete] completed NON-2.04 MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 14:01:42.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 14:01:42.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42999] 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1014, 127.0.0.1:8213, complete]! 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1014, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C43521D996F36BF] 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1014, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-42999] 14:01:42.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1014, 127.0.0.1:8213, complete] completed CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=42999, Token=6C43521D996F36BF, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1016, 127.0.0.1:8213] send request 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1016, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1016, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1016, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43000], CON-POST MID=43000, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1016, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C73085DE47F7C6C], CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43000], KeyToken[127.0.0.1:8213-4C73085DE47F7C6C]] 14:01:42.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 14:01:42.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43000] 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1017, 127.0.0.1:8210] replace CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1017, 127.0.0.1:8210] send response NON-2.05 MID=43000, Token=null, OptionSet={}, "server responds hi" 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1017, 127.0.0.1:8210, complete]! 14:01:42.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1017, 127.0.0.1:8210, complete] completed NON-2.04 MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 14:01:42.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 14:01:42.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43000] 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1016, 127.0.0.1:8213, complete]! 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1016, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C73085DE47F7C6C] 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1016, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43000] 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1016, 127.0.0.1:8213, complete] completed CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43000, Token=4C73085DE47F7C6C, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1018, 127.0.0.1:8213] send request 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1018, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1018, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1018, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43001], CON-POST MID=43001, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1018, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-94B003CD39FE16E1], CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 14:01:42.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43001], KeyToken[127.0.0.1:8213-94B003CD39FE16E1]] 14:01:42.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 14:01:42.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43001] 14:01:42.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1019, 127.0.0.1:8210] replace CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1019, 127.0.0.1:8210] send response NON-2.05 MID=43001, Token=null, OptionSet={}, "server responds hi" 14:01:42.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1019, 127.0.0.1:8210, complete]! 14:01:42.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1019, 127.0.0.1:8210, complete] completed NON-2.04 MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 14:01:42.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 14:01:42.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43001] 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1018, 127.0.0.1:8213, complete]! 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1018, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-94B003CD39FE16E1] 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1018, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43001] 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1018, 127.0.0.1:8213, complete] completed CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43001, Token=94B003CD39FE16E1, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1020, 127.0.0.1:8213] send request 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1020, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1020, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1020, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43002], CON-POST MID=43002, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1020, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C055557F6A24B066], CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 14:01:42.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43002], KeyToken[127.0.0.1:8213-C055557F6A24B066]] 14:01:42.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 14:01:42.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43002] 14:01:42.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1021, 127.0.0.1:8210] replace CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1021, 127.0.0.1:8210] send response NON-2.05 MID=43002, Token=null, OptionSet={}, "server responds hi" 14:01:42.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1021, 127.0.0.1:8210, complete]! 14:01:42.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1021, 127.0.0.1:8210, complete] completed NON-2.04 MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 14:01:42.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 14:01:42.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43002] 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1020, 127.0.0.1:8213, complete]! 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1020, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C055557F6A24B066] 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1020, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43002] 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1020, 127.0.0.1:8213, complete] completed CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43002, Token=C055557F6A24B066, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1022, 127.0.0.1:8213] send request 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1022, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1022, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1022, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43003], CON-POST MID=43003, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1022, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3C640E4983017C98], CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 14:01:42.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43003], KeyToken[127.0.0.1:8213-3C640E4983017C98]] 14:01:42.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 14:01:42.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43003] 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1023, 127.0.0.1:8210] replace CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1023, 127.0.0.1:8210] send response NON-2.05 MID=43003, Token=null, OptionSet={}, "server responds hi" 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1023, 127.0.0.1:8210, complete]! 14:01:42.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1023, 127.0.0.1:8210, complete] completed NON-2.04 MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 14:01:42.584 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 14:01:42.584 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43003] 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1022, 127.0.0.1:8213, complete]! 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1022, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3C640E4983017C98] 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1022, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43003] 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1022, 127.0.0.1:8213, complete] completed CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43003, Token=3C640E4983017C98, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1024, 127.0.0.1:8213] send request 14:01:42.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1024, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1024, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1024, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43004], CON-POST MID=43004, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1024, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-80BC0BF45BBD2208], CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43004], KeyToken[127.0.0.1:8213-80BC0BF45BBD2208]] 14:01:42.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 14:01:42.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43004] 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1025, 127.0.0.1:8210] replace CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1025, 127.0.0.1:8210] send response NON-2.05 MID=43004, Token=null, OptionSet={}, "server responds hi" 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1025, 127.0.0.1:8210, complete]! 14:01:42.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1025, 127.0.0.1:8210, complete] completed NON-2.04 MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 14:01:42.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 14:01:42.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43004] 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1024, 127.0.0.1:8213, complete]! 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1024, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-80BC0BF45BBD2208] 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1024, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43004] 14:01:42.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1024, 127.0.0.1:8213, complete] completed CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43004, Token=80BC0BF45BBD2208, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1026, 127.0.0.1:8213] send request 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1026, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1026, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1026, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43005], CON-POST MID=43005, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1026, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DC68161469F4DFE0], CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 14:01:42.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43005], KeyToken[127.0.0.1:8213-DC68161469F4DFE0]] 14:01:42.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 14:01:42.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43005] 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1027, 127.0.0.1:8210] replace CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1027, 127.0.0.1:8210] send response NON-2.05 MID=43005, Token=null, OptionSet={}, "server responds hi" 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1027, 127.0.0.1:8210, complete]! 14:01:42.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1027, 127.0.0.1:8210, complete] completed NON-2.04 MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 14:01:42.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 14:01:42.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43005] 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1026, 127.0.0.1:8213, complete]! 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1026, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DC68161469F4DFE0] 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1026, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43005] 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1026, 127.0.0.1:8213, complete] completed CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43005, Token=DC68161469F4DFE0, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1028, 127.0.0.1:8213] send request 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1028, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1028, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1028, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43006], CON-POST MID=43006, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1028, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C9A1E5D279FF3C8], CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 14:01:42.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43006], KeyToken[127.0.0.1:8213-9C9A1E5D279FF3C8]] 14:01:42.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 14:01:42.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43006] 14:01:42.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1029, 127.0.0.1:8210] replace CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1029, 127.0.0.1:8210] send response NON-2.05 MID=43006, Token=null, OptionSet={}, "server responds hi" 14:01:42.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1029, 127.0.0.1:8210, complete]! 14:01:42.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1029, 127.0.0.1:8210, complete] completed NON-2.04 MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 14:01:42.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 14:01:42.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43006] 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1028, 127.0.0.1:8213, complete]! 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1028, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C9A1E5D279FF3C8] 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1028, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43006] 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1028, 127.0.0.1:8213, complete] completed CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43006, Token=9C9A1E5D279FF3C8, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1030, 127.0.0.1:8213] send request 14:01:42.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1030, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1030, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1030, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43007], CON-POST MID=43007, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1030, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C3373F5EEB7A4F6], CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 14:01:42.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43007], KeyToken[127.0.0.1:8213-0C3373F5EEB7A4F6]] 14:01:42.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 14:01:42.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43007] 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1031, 127.0.0.1:8210] replace CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1031, 127.0.0.1:8210] send response NON-2.05 MID=43007, Token=null, OptionSet={}, "server responds hi" 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1031, 127.0.0.1:8210, complete]! 14:01:42.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1031, 127.0.0.1:8210, complete] completed NON-2.04 MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 14:01:42.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 14:01:42.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43007] 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1030, 127.0.0.1:8213, complete]! 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1030, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C3373F5EEB7A4F6] 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1030, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43007] 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1030, 127.0.0.1:8213, complete] completed CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43007, Token=0C3373F5EEB7A4F6, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1032, 127.0.0.1:8213] send request 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1032, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1032, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1032, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43008], CON-POST MID=43008, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1032, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-180E30E99EC2C81B], CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 14:01:42.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43008], KeyToken[127.0.0.1:8213-180E30E99EC2C81B]] 14:01:42.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 14:01:42.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43008] 14:01:42.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1033, 127.0.0.1:8210] replace CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1033, 127.0.0.1:8210] send response NON-2.05 MID=43008, Token=null, OptionSet={}, "server responds hi" 14:01:42.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1033, 127.0.0.1:8210, complete]! 14:01:42.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1033, 127.0.0.1:8210, complete] completed NON-2.04 MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 14:01:42.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 14:01:42.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43008] 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1032, 127.0.0.1:8213, complete]! 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1032, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-180E30E99EC2C81B] 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1032, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43008] 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1032, 127.0.0.1:8213, complete] completed CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43008, Token=180E30E99EC2C81B, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1034, 127.0.0.1:8213] send request 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1034, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1034, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1034, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43009], CON-POST MID=43009, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1034, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C99E7C10B79AB7A], CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 14:01:42.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43009], KeyToken[127.0.0.1:8213-9C99E7C10B79AB7A]] 14:01:42.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 14:01:42.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43009] 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1035, 127.0.0.1:8210] replace CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1035, 127.0.0.1:8210] send response NON-2.05 MID=43009, Token=null, OptionSet={}, "server responds hi" 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1035, 127.0.0.1:8210, complete]! 14:01:42.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1035, 127.0.0.1:8210, complete] completed NON-2.04 MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 14:01:42.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 14:01:42.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43009] 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1034, 127.0.0.1:8213, complete]! 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1034, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C99E7C10B79AB7A] 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1034, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43009] 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1034, 127.0.0.1:8213, complete] completed CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43009, Token=9C99E7C10B79AB7A, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1036, 127.0.0.1:8213] send request 14:01:42.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1036, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1036, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1036, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43010], CON-POST MID=43010, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1036, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0B8BE8580BC69B4], CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43010], KeyToken[127.0.0.1:8213-B0B8BE8580BC69B4]] 14:01:42.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 14:01:42.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43010] 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1037, 127.0.0.1:8210] replace CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1037, 127.0.0.1:8210] send response NON-2.05 MID=43010, Token=null, OptionSet={}, "server responds hi" 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1037, 127.0.0.1:8210, complete]! 14:01:42.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1037, 127.0.0.1:8210, complete] completed NON-2.04 MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 14:01:42.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 14:01:42.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43010] 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1036, 127.0.0.1:8213, complete]! 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1036, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0B8BE8580BC69B4] 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1036, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43010] 14:01:42.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1036, 127.0.0.1:8213, complete] completed CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43010, Token=B0B8BE8580BC69B4, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1038, 127.0.0.1:8213] send request 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1038, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1038, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1038, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43011], CON-POST MID=43011, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1038, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A01E336673F45FFC], CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43011], KeyToken[127.0.0.1:8213-A01E336673F45FFC]] 14:01:42.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 14:01:42.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43011] 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1039, 127.0.0.1:8210] replace CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1039, 127.0.0.1:8210] send response NON-2.05 MID=43011, Token=null, OptionSet={}, "server responds hi" 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1039, 127.0.0.1:8210, complete]! 14:01:42.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1039, 127.0.0.1:8210, complete] completed NON-2.04 MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 14:01:42.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 14:01:42.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43011] 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1038, 127.0.0.1:8213, complete]! 14:01:42.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1038, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A01E336673F45FFC] 14:01:42.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1038, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43011] 14:01:42.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1038, 127.0.0.1:8213, complete] completed CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43011, Token=A01E336673F45FFC, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 14:01:42.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1040, 127.0.0.1:8213] send request 14:01:42.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1040, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1040, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:42.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1040, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43012], CON-POST MID=43012, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:42.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1040, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-80661D9C2F16D01B], CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 14:01:42.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43012], KeyToken[127.0.0.1:8213-80661D9C2F16D01B]] 14:01:42.651 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 14:01:42.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43012] 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1041, 127.0.0.1:8210] replace CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1041, 127.0.0.1:8210] send response NON-2.05 MID=43012, Token=null, OptionSet={}, "server responds hi" 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1041, 127.0.0.1:8210, complete]! 14:01:42.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1041, 127.0.0.1:8210, complete] completed NON-2.04 MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 14:01:42.651 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 14:01:42.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43012] 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1040, 127.0.0.1:8213, complete]! 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1040, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-80661D9C2F16D01B] 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1040, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43012] 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1040, 127.0.0.1:8213, complete] completed CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43012, Token=80661D9C2F16D01B, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1042, 127.0.0.1:8213] send request 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1042, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1042, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1042, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43013], CON-POST MID=43013, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1042, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A867F4320D001332], CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 14:01:42.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43013], KeyToken[127.0.0.1:8213-A867F4320D001332]] 14:01:42.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 14:01:42.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43013] 14:01:42.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1043, 127.0.0.1:8210] replace CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1043, 127.0.0.1:8210] send response NON-2.05 MID=43013, Token=null, OptionSet={}, "server responds hi" 14:01:42.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1043, 127.0.0.1:8210, complete]! 14:01:42.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1043, 127.0.0.1:8210, complete] completed NON-2.04 MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 14:01:42.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 14:01:42.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43013] 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1042, 127.0.0.1:8213, complete]! 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1042, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A867F4320D001332] 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1042, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43013] 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1042, 127.0.0.1:8213, complete] completed CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43013, Token=A867F4320D001332, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1044, 127.0.0.1:8213] send request 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1044, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1044, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1044, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43014], CON-POST MID=43014, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1044, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-90581856DA962EBA], CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 14:01:42.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43014], KeyToken[127.0.0.1:8213-90581856DA962EBA]] 14:01:42.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 14:01:42.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43014] 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1045, 127.0.0.1:8210] replace CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1045, 127.0.0.1:8210] send response NON-2.05 MID=43014, Token=null, OptionSet={}, "server responds hi" 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1045, 127.0.0.1:8210, complete]! 14:01:42.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1045, 127.0.0.1:8210, complete] completed NON-2.04 MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 14:01:42.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 14:01:42.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43014] 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1044, 127.0.0.1:8213, complete]! 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1044, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-90581856DA962EBA] 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1044, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43014] 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1044, 127.0.0.1:8213, complete] completed CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43014, Token=90581856DA962EBA, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1046, 127.0.0.1:8213] send request 14:01:42.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1046, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1046, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1046, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43015], CON-POST MID=43015, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1046, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-90F77A5F0A9BDC46], CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43015], KeyToken[127.0.0.1:8213-90F77A5F0A9BDC46]] 14:01:42.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 14:01:42.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43015] 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1047, 127.0.0.1:8210] replace CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1047, 127.0.0.1:8210] send response NON-2.05 MID=43015, Token=null, OptionSet={}, "server responds hi" 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1047, 127.0.0.1:8210, complete]! 14:01:42.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1047, 127.0.0.1:8210, complete] completed NON-2.04 MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 14:01:42.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 14:01:42.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43015] 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1046, 127.0.0.1:8213, complete]! 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1046, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-90F77A5F0A9BDC46] 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1046, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43015] 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1046, 127.0.0.1:8213, complete] completed CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43015, Token=90F77A5F0A9BDC46, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1048, 127.0.0.1:8213] send request 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1048, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1048, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1048, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43016], CON-POST MID=43016, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1048, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-64A6E861F46D7D7B], CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 14:01:42.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43016], KeyToken[127.0.0.1:8213-64A6E861F46D7D7B]] 14:01:42.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 14:01:42.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43016] 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1049, 127.0.0.1:8210] replace CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1049, 127.0.0.1:8210] send response NON-2.05 MID=43016, Token=null, OptionSet={}, "server responds hi" 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1049, 127.0.0.1:8210, complete]! 14:01:42.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1049, 127.0.0.1:8210, complete] completed NON-2.04 MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 14:01:42.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 14:01:42.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43016] 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1048, 127.0.0.1:8213, complete]! 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1048, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-64A6E861F46D7D7B] 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1048, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43016] 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1048, 127.0.0.1:8213, complete] completed CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43016, Token=64A6E861F46D7D7B, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1050, 127.0.0.1:8213] send request 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1050, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1050, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1050, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43017], CON-POST MID=43017, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1050, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-305E5918E6A4DE96], CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 14:01:42.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43017], KeyToken[127.0.0.1:8213-305E5918E6A4DE96]] 14:01:42.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 14:01:42.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43017] 14:01:42.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1051, 127.0.0.1:8210] replace CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1051, 127.0.0.1:8210] send response NON-2.05 MID=43017, Token=null, OptionSet={}, "server responds hi" 14:01:42.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1051, 127.0.0.1:8210, complete]! 14:01:42.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1051, 127.0.0.1:8210, complete] completed NON-2.04 MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 14:01:42.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 14:01:42.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43017] 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1050, 127.0.0.1:8213, complete]! 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1050, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-305E5918E6A4DE96] 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1050, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43017] 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1050, 127.0.0.1:8213, complete] completed CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43017, Token=305E5918E6A4DE96, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1052, 127.0.0.1:8213] send request 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1052, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1052, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1052, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43018], CON-POST MID=43018, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1052, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-70ECAB06248A6B02], CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 14:01:42.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43018], KeyToken[127.0.0.1:8213-70ECAB06248A6B02]] 14:01:42.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 14:01:42.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43018] 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1053, 127.0.0.1:8210] replace CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1053, 127.0.0.1:8210] send response NON-2.05 MID=43018, Token=null, OptionSet={}, "server responds hi" 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1053, 127.0.0.1:8210, complete]! 14:01:42.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1053, 127.0.0.1:8210, complete] completed NON-2.04 MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 14:01:42.659 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 14:01:42.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43018] 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1052, 127.0.0.1:8213, complete]! 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1052, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-70ECAB06248A6B02] 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1052, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43018] 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1052, 127.0.0.1:8213, complete] completed CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43018, Token=70ECAB06248A6B02, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1054, 127.0.0.1:8213] send request 14:01:42.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1054, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1054, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:42.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1054, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43019], CON-POST MID=43019, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:42.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1054, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-28007386047C5476], CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 14:01:42.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43019], KeyToken[127.0.0.1:8213-28007386047C5476]] 14:01:42.660 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 14:01:42.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43019] 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1055, 127.0.0.1:8210] replace CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1055, 127.0.0.1:8210] send response NON-2.05 MID=43019, Token=null, OptionSet={}, "server responds hi" 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1055, 127.0.0.1:8210, complete]! 14:01:42.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1055, 127.0.0.1:8210, complete] completed NON-2.04 MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 14:01:42.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 14:01:42.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43019] 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1054, 127.0.0.1:8213, complete]! 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1054, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-28007386047C5476] 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1054, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43019] 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1054, 127.0.0.1:8213, complete] completed CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43019, Token=28007386047C5476, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1056, 127.0.0.1:8213] send request 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1056, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1056, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1056, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43020], CON-POST MID=43020, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1056, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C29E78022C6758B], CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 14:01:42.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43020], KeyToken[127.0.0.1:8213-2C29E78022C6758B]] 14:01:42.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 14:01:42.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43020] 14:01:42.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1057, 127.0.0.1:8210] replace CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1057, 127.0.0.1:8210] send response NON-2.05 MID=43020, Token=null, OptionSet={}, "server responds hi" 14:01:42.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1057, 127.0.0.1:8210, complete]! 14:01:42.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1057, 127.0.0.1:8210, complete] completed NON-2.04 MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 14:01:42.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 14:01:42.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43020] 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1056, 127.0.0.1:8213, complete]! 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1056, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C29E78022C6758B] 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1056, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43020] 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1056, 127.0.0.1:8213, complete] completed CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43020, Token=2C29E78022C6758B, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1058, 127.0.0.1:8213] send request 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1058, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1058, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1058, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43021], CON-POST MID=43021, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1058, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-987EB1F5AC4981BD], CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 14:01:42.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43021], KeyToken[127.0.0.1:8213-987EB1F5AC4981BD]] 14:01:42.663 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 14:01:42.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43021] 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1059, 127.0.0.1:8210] replace CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1059, 127.0.0.1:8210] send response NON-2.05 MID=43021, Token=null, OptionSet={}, "server responds hi" 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1059, 127.0.0.1:8210, complete]! 14:01:42.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1059, 127.0.0.1:8210, complete] completed NON-2.04 MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 14:01:42.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 14:01:42.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43021] 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1058, 127.0.0.1:8213, complete]! 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1058, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-987EB1F5AC4981BD] 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1058, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43021] 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1058, 127.0.0.1:8213, complete] completed CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43021, Token=987EB1F5AC4981BD, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1060, 127.0.0.1:8213] send request 14:01:42.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1060, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1060, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1060, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43022], CON-POST MID=43022, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1060, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-54D12F2EA2780FF2], CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43022], KeyToken[127.0.0.1:8213-54D12F2EA2780FF2]] 14:01:42.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 14:01:42.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43022] 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1061, 127.0.0.1:8210] replace CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1061, 127.0.0.1:8210] send response NON-2.05 MID=43022, Token=null, OptionSet={}, "server responds hi" 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1061, 127.0.0.1:8210, complete]! 14:01:42.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1061, 127.0.0.1:8210, complete] completed NON-2.04 MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 14:01:42.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 14:01:42.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43022] 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1060, 127.0.0.1:8213, complete]! 14:01:42.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1060, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-54D12F2EA2780FF2] 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1060, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43022] 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1060, 127.0.0.1:8213, complete] completed CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43022, Token=54D12F2EA2780FF2, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1062, 127.0.0.1:8213] send request 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1062, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1062, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1062, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43023], CON-POST MID=43023, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1062, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E41AC2DA4AD26742], CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 14:01:42.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43023], KeyToken[127.0.0.1:8213-E41AC2DA4AD26742]] 14:01:42.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 14:01:42.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43023] 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1063, 127.0.0.1:8210] replace CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1063, 127.0.0.1:8210] send response NON-2.05 MID=43023, Token=null, OptionSet={}, "server responds hi" 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1063, 127.0.0.1:8210, complete]! 14:01:42.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1063, 127.0.0.1:8210, complete] completed NON-2.04 MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 14:01:42.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 14:01:42.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43023] 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1062, 127.0.0.1:8213, complete]! 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1062, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E41AC2DA4AD26742] 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1062, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43023] 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1062, 127.0.0.1:8213, complete] completed CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43023, Token=E41AC2DA4AD26742, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1064, 127.0.0.1:8213] send request 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1064, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1064, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1064, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43024], CON-POST MID=43024, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1064, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1401E3F96B8ABF64], CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 14:01:42.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43024], KeyToken[127.0.0.1:8213-1401E3F96B8ABF64]] 14:01:42.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 14:01:42.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43024] 14:01:42.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1065, 127.0.0.1:8210] replace CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1065, 127.0.0.1:8210] send response NON-2.05 MID=43024, Token=null, OptionSet={}, "server responds hi" 14:01:42.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1065, 127.0.0.1:8210, complete]! 14:01:42.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1065, 127.0.0.1:8210, complete] completed NON-2.04 MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 14:01:42.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 14:01:42.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43024] 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1064, 127.0.0.1:8213, complete]! 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1064, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1401E3F96B8ABF64] 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1064, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43024] 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1064, 127.0.0.1:8213, complete] completed CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43024, Token=1401E3F96B8ABF64, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1066, 127.0.0.1:8213] send request 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1066, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1066, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1066, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43025], CON-POST MID=43025, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1066, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-106B32D2AAAFB0FA], CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 14:01:42.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43025], KeyToken[127.0.0.1:8213-106B32D2AAAFB0FA]] 14:01:42.667 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 14:01:42.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43025] 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1067, 127.0.0.1:8210] replace CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1067, 127.0.0.1:8210] send response NON-2.05 MID=43025, Token=null, OptionSet={}, "server responds hi" 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1067, 127.0.0.1:8210, complete]! 14:01:42.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1067, 127.0.0.1:8210, complete] completed NON-2.04 MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 14:01:42.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 14:01:42.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43025] 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1066, 127.0.0.1:8213, complete]! 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1066, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-106B32D2AAAFB0FA] 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1066, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43025] 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1066, 127.0.0.1:8213, complete] completed CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43025, Token=106B32D2AAAFB0FA, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1068, 127.0.0.1:8213] send request 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1068, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1068, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1068, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43026], CON-POST MID=43026, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:42.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1068, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F813CFC424E161BC], CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43026], KeyToken[127.0.0.1:8213-F813CFC424E161BC]] 14:01:42.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 14:01:42.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43026] 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1069, 127.0.0.1:8210] replace CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1069, 127.0.0.1:8210] send response NON-2.05 MID=43026, Token=null, OptionSet={}, "server responds hi" 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1069, 127.0.0.1:8210, complete]! 14:01:42.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1069, 127.0.0.1:8210, complete] completed NON-2.04 MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 14:01:42.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 14:01:42.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43026] 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1068, 127.0.0.1:8213, complete]! 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1068, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F813CFC424E161BC] 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1068, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43026] 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1068, 127.0.0.1:8213, complete] completed CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43026, Token=F813CFC424E161BC, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1070, 127.0.0.1:8213] send request 14:01:42.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1070, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1070, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1070, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43027], CON-POST MID=43027, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1070, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-345D43A6309A0B7B], CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43027], KeyToken[127.0.0.1:8213-345D43A6309A0B7B]] 14:01:42.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 14:01:42.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43027] 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1071, 127.0.0.1:8210] replace CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1071, 127.0.0.1:8210] send response NON-2.05 MID=43027, Token=null, OptionSet={}, "server responds hi" 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1071, 127.0.0.1:8210, complete]! 14:01:42.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1071, 127.0.0.1:8210, complete] completed NON-2.04 MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 14:01:42.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 14:01:42.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43027] 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1070, 127.0.0.1:8213, complete]! 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1070, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-345D43A6309A0B7B] 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1070, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43027] 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1070, 127.0.0.1:8213, complete] completed CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43027, Token=345D43A6309A0B7B, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1072, 127.0.0.1:8213] send request 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1072, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1072, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1072, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43028], CON-POST MID=43028, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1072, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B48349701993D0E1], CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 14:01:42.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43028], KeyToken[127.0.0.1:8213-B48349701993D0E1]] 14:01:42.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 14:01:42.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43028] 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1073, 127.0.0.1:8210] replace CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1073, 127.0.0.1:8210] send response NON-2.05 MID=43028, Token=null, OptionSet={}, "server responds hi" 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1073, 127.0.0.1:8210, complete]! 14:01:42.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1073, 127.0.0.1:8210, complete] completed NON-2.04 MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 14:01:42.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 14:01:42.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43028] 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1072, 127.0.0.1:8213, complete]! 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1072, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B48349701993D0E1] 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1072, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43028] 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1072, 127.0.0.1:8213, complete] completed CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43028, Token=B48349701993D0E1, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1074, 127.0.0.1:8213] send request 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1074, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1074, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1074, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43029], CON-POST MID=43029, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1074, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-405AFFC7DD457110], CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 14:01:42.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43029], KeyToken[127.0.0.1:8213-405AFFC7DD457110]] 14:01:42.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 14:01:42.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43029] 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1075, 127.0.0.1:8210] replace CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1075, 127.0.0.1:8210] send response NON-2.05 MID=43029, Token=null, OptionSet={}, "server responds hi" 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1075, 127.0.0.1:8210, complete]! 14:01:42.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1075, 127.0.0.1:8210, complete] completed NON-2.04 MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 14:01:42.673 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 14:01:42.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43029] 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1074, 127.0.0.1:8213, complete]! 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1074, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-405AFFC7DD457110] 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1074, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43029] 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1074, 127.0.0.1:8213, complete] completed CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43029, Token=405AFFC7DD457110, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1076, 127.0.0.1:8213] send request 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1076, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1076, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1076, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43030], CON-POST MID=43030, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1076, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C41D0C7E9FA719F2], CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 14:01:42.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43030], KeyToken[127.0.0.1:8213-C41D0C7E9FA719F2]] 14:01:42.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 14:01:42.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43030] 14:01:42.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1077, 127.0.0.1:8210] replace CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1077, 127.0.0.1:8210] send response NON-2.05 MID=43030, Token=null, OptionSet={}, "server responds hi" 14:01:42.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1077, 127.0.0.1:8210, complete]! 14:01:42.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1077, 127.0.0.1:8210, complete] completed NON-2.04 MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 14:01:42.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 14:01:42.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43030] 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1076, 127.0.0.1:8213, complete]! 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1076, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C41D0C7E9FA719F2] 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1076, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43030] 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1076, 127.0.0.1:8213, complete] completed CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43030, Token=C41D0C7E9FA719F2, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1078, 127.0.0.1:8213] send request 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1078, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1078, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1078, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43031], CON-POST MID=43031, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1078, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-14849B2E1C7EE8C4], CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 14:01:42.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43031], KeyToken[127.0.0.1:8213-14849B2E1C7EE8C4]] 14:01:42.674 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 14:01:42.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43031] 14:01:42.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1079, 127.0.0.1:8210] replace CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1079, 127.0.0.1:8210] send response NON-2.05 MID=43031, Token=null, OptionSet={}, "server responds hi" 14:01:42.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1079, 127.0.0.1:8210, complete]! 14:01:42.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1079, 127.0.0.1:8210, complete] completed NON-2.04 MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 14:01:42.675 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 14:01:42.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43031] 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1078, 127.0.0.1:8213, complete]! 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1078, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-14849B2E1C7EE8C4] 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1078, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43031] 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1078, 127.0.0.1:8213, complete] completed CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43031, Token=14849B2E1C7EE8C4, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1080, 127.0.0.1:8213] send request 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1080, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1080, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1080, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43032], CON-POST MID=43032, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1080, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0027B5C9DC521F4], CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 14:01:42.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43032], KeyToken[127.0.0.1:8213-C0027B5C9DC521F4]] 14:01:42.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 14:01:42.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43032] 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1081, 127.0.0.1:8210] replace CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1081, 127.0.0.1:8210] send response NON-2.05 MID=43032, Token=null, OptionSet={}, "server responds hi" 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1081, 127.0.0.1:8210, complete]! 14:01:42.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1081, 127.0.0.1:8210, complete] completed NON-2.04 MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 14:01:42.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 14:01:42.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43032] 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1080, 127.0.0.1:8213, complete]! 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1080, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C0027B5C9DC521F4] 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1080, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43032] 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1080, 127.0.0.1:8213, complete] completed CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43032, Token=C0027B5C9DC521F4, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1082, 127.0.0.1:8213] send request 14:01:42.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1082, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1082, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:42.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1082, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43033], CON-POST MID=43033, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:42.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1082, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-50D4AA5862E41726], CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 14:01:42.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43033], KeyToken[127.0.0.1:8213-50D4AA5862E41726]] 14:01:42.677 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 14:01:42.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43033] 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1083, 127.0.0.1:8210] replace CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1083, 127.0.0.1:8210] send response NON-2.05 MID=43033, Token=null, OptionSet={}, "server responds hi" 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1083, 127.0.0.1:8210, complete]! 14:01:42.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1083, 127.0.0.1:8210, complete] completed NON-2.04 MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 14:01:42.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 14:01:42.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43033] 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1082, 127.0.0.1:8213, complete]! 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1082, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-50D4AA5862E41726] 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1082, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43033] 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1082, 127.0.0.1:8213, complete] completed CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43033, Token=50D4AA5862E41726, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1084, 127.0.0.1:8213] send request 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1084, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1084, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1084, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43034], CON-POST MID=43034, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1084, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8CCA0C64AFCB9B45], CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 14:01:42.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43034], KeyToken[127.0.0.1:8213-8CCA0C64AFCB9B45]] 14:01:42.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 14:01:42.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43034] 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1085, 127.0.0.1:8210] replace CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1085, 127.0.0.1:8210] send response NON-2.05 MID=43034, Token=null, OptionSet={}, "server responds hi" 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1085, 127.0.0.1:8210, complete]! 14:01:42.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1085, 127.0.0.1:8210, complete] completed NON-2.04 MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 14:01:42.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 14:01:42.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43034] 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1084, 127.0.0.1:8213, complete]! 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1084, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8CCA0C64AFCB9B45] 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1084, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43034] 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1084, 127.0.0.1:8213, complete] completed CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43034, Token=8CCA0C64AFCB9B45, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1086, 127.0.0.1:8213] send request 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1086, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1086, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1086, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43035], CON-POST MID=43035, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1086, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-24D09625FE5C1FCF], CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 14:01:42.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43035], KeyToken[127.0.0.1:8213-24D09625FE5C1FCF]] 14:01:42.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 14:01:42.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43035] 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1087, 127.0.0.1:8210] replace CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1087, 127.0.0.1:8210] send response NON-2.05 MID=43035, Token=null, OptionSet={}, "server responds hi" 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1087, 127.0.0.1:8210, complete]! 14:01:42.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1087, 127.0.0.1:8210, complete] completed NON-2.04 MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 14:01:42.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 14:01:42.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43035] 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1086, 127.0.0.1:8213, complete]! 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1086, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-24D09625FE5C1FCF] 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1086, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43035] 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1086, 127.0.0.1:8213, complete] completed CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43035, Token=24D09625FE5C1FCF, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1088, 127.0.0.1:8213] send request 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1088, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1088, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1088, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43036], CON-POST MID=43036, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1088, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7C2B37B8D510CFF2], CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 14:01:42.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43036], KeyToken[127.0.0.1:8213-7C2B37B8D510CFF2]] 14:01:42.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 14:01:42.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43036] 14:01:42.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1089, 127.0.0.1:8210] replace CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1089, 127.0.0.1:8210] send response NON-2.05 MID=43036, Token=null, OptionSet={}, "server responds hi" 14:01:42.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1089, 127.0.0.1:8210, complete]! 14:01:42.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1089, 127.0.0.1:8210, complete] completed NON-2.04 MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 14:01:42.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 14:01:42.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43036] 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1088, 127.0.0.1:8213, complete]! 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1088, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7C2B37B8D510CFF2] 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1088, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43036] 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1088, 127.0.0.1:8213, complete] completed CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43036, Token=7C2B37B8D510CFF2, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1090, 127.0.0.1:8213] send request 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1090, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1090, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1090, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43037], CON-POST MID=43037, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1090, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D09965BB1FB40A70], CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 14:01:42.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43037], KeyToken[127.0.0.1:8213-D09965BB1FB40A70]] 14:01:42.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 14:01:42.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43037] 14:01:42.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1091, 127.0.0.1:8210] replace CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1091, 127.0.0.1:8210] send response NON-2.05 MID=43037, Token=null, OptionSet={}, "server responds hi" 14:01:42.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1091, 127.0.0.1:8210, complete]! 14:01:42.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1091, 127.0.0.1:8210, complete] completed NON-2.04 MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 14:01:42.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 14:01:42.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43037] 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1090, 127.0.0.1:8213, complete]! 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1090, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D09965BB1FB40A70] 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1090, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43037] 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1090, 127.0.0.1:8213, complete] completed CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43037, Token=D09965BB1FB40A70, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1092, 127.0.0.1:8213] send request 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1092, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1092, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1092, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43038], CON-POST MID=43038, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1092, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-541E4ACADE502B5B], CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 14:01:42.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43038], KeyToken[127.0.0.1:8213-541E4ACADE502B5B]] 14:01:42.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 14:01:42.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43038] 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1093, 127.0.0.1:8210] replace CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1093, 127.0.0.1:8210] send response NON-2.05 MID=43038, Token=null, OptionSet={}, "server responds hi" 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1093, 127.0.0.1:8210, complete]! 14:01:42.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1093, 127.0.0.1:8210, complete] completed NON-2.04 MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 14:01:42.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 14:01:42.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43038] 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1092, 127.0.0.1:8213, complete]! 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1092, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-541E4ACADE502B5B] 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1092, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43038] 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1092, 127.0.0.1:8213, complete] completed CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43038, Token=541E4ACADE502B5B, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1094, 127.0.0.1:8213] send request 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1094, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1094, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1094, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43039], CON-POST MID=43039, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1094, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-48D81039051216EF], CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 14:01:42.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43039], KeyToken[127.0.0.1:8213-48D81039051216EF]] 14:01:42.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 14:01:42.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43039] 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1095, 127.0.0.1:8210] replace CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1095, 127.0.0.1:8210] send response NON-2.05 MID=43039, Token=null, OptionSet={}, "server responds hi" 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1095, 127.0.0.1:8210, complete]! 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1095, 127.0.0.1:8210, complete] completed NON-2.04 MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 14:01:42.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 14:01:42.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43039] 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1094, 127.0.0.1:8213, complete]! 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1094, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-48D81039051216EF] 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1094, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43039] 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1094, 127.0.0.1:8213, complete] completed CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43039, Token=48D81039051216EF, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1096, 127.0.0.1:8213] send request 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1096, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1096, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1096, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43040], CON-POST MID=43040, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1096, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-70C214C1329ED39A], CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 14:01:42.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43040], KeyToken[127.0.0.1:8213-70C214C1329ED39A]] 14:01:42.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 14:01:42.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43040] 14:01:42.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1097, 127.0.0.1:8210] replace CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1097, 127.0.0.1:8210] send response NON-2.05 MID=43040, Token=null, OptionSet={}, "server responds hi" 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1097, 127.0.0.1:8210, complete]! 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1097, 127.0.0.1:8210, complete] completed NON-2.04 MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 14:01:42.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 14:01:42.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43040] 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1096, 127.0.0.1:8213, complete]! 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1096, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-70C214C1329ED39A] 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1096, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43040] 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1096, 127.0.0.1:8213, complete] completed CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43040, Token=70C214C1329ED39A, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1098, 127.0.0.1:8213] send request 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1098, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1098, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1098, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43041], CON-POST MID=43041, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1098, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60D060F863E838BE], CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 14:01:42.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43041], KeyToken[127.0.0.1:8213-60D060F863E838BE]] 14:01:42.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 14:01:42.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43041] 14:01:42.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1099, 127.0.0.1:8210] replace CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1099, 127.0.0.1:8210] send response NON-2.05 MID=43041, Token=null, OptionSet={}, "server responds hi" 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1099, 127.0.0.1:8210, complete]! 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1099, 127.0.0.1:8210, complete] completed NON-2.04 MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 14:01:42.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 14:01:42.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43041] 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1098, 127.0.0.1:8213, complete]! 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1098, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60D060F863E838BE] 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1098, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43041] 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1098, 127.0.0.1:8213, complete] completed CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43041, Token=60D060F863E838BE, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1100, 127.0.0.1:8213] send request 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1100, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1100, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1100, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43042], CON-POST MID=43042, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1100, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-AC1ACD131C961BDC], CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 14:01:42.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43042], KeyToken[127.0.0.1:8213-AC1ACD131C961BDC]] 14:01:42.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 14:01:42.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43042] 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1101, 127.0.0.1:8210] replace CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1101, 127.0.0.1:8210] send response NON-2.05 MID=43042, Token=null, OptionSet={}, "server responds hi" 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1101, 127.0.0.1:8210, complete]! 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1101, 127.0.0.1:8210, complete] completed NON-2.04 MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 14:01:42.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 14:01:42.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43042] 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1100, 127.0.0.1:8213, complete]! 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1100, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-AC1ACD131C961BDC] 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1100, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43042] 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1100, 127.0.0.1:8213, complete] completed CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43042, Token=AC1ACD131C961BDC, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1102, 127.0.0.1:8213] send request 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1102, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1102, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1102, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43043], CON-POST MID=43043, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1102, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C4342E52BD5DD3D], CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 14:01:42.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43043], KeyToken[127.0.0.1:8213-0C4342E52BD5DD3D]] 14:01:42.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 14:01:42.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43043] 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1103, 127.0.0.1:8210] replace CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1103, 127.0.0.1:8210] send response NON-2.05 MID=43043, Token=null, OptionSet={}, "server responds hi" 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1103, 127.0.0.1:8210, complete]! 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1103, 127.0.0.1:8210, complete] completed NON-2.04 MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 14:01:42.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 14:01:42.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43043] 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1102, 127.0.0.1:8213, complete]! 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1102, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C4342E52BD5DD3D] 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1102, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43043] 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1102, 127.0.0.1:8213, complete] completed CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43043, Token=0C4342E52BD5DD3D, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1104, 127.0.0.1:8213] send request 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1104, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1104, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1104, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43044], CON-POST MID=43044, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1104, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5433A66841F3D3A1], CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 14:01:42.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43044], KeyToken[127.0.0.1:8213-5433A66841F3D3A1]] 14:01:42.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 14:01:42.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43044] 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1105, 127.0.0.1:8210] replace CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1105, 127.0.0.1:8210] send response NON-2.05 MID=43044, Token=null, OptionSet={}, "server responds hi" 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1105, 127.0.0.1:8210, complete]! 14:01:42.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1105, 127.0.0.1:8210, complete] completed NON-2.04 MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 14:01:42.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 14:01:42.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43044] 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1104, 127.0.0.1:8213, complete]! 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1104, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5433A66841F3D3A1] 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1104, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43044] 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1104, 127.0.0.1:8213, complete] completed CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43044, Token=5433A66841F3D3A1, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1106, 127.0.0.1:8213] send request 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1106, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1106, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1106, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43045], CON-POST MID=43045, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1106, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A07115C2CFA539DA], CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 14:01:42.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43045], KeyToken[127.0.0.1:8213-A07115C2CFA539DA]] 14:01:42.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 14:01:42.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43045] 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1107, 127.0.0.1:8210] replace CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1107, 127.0.0.1:8210] send response NON-2.05 MID=43045, Token=null, OptionSet={}, "server responds hi" 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1107, 127.0.0.1:8210, complete]! 14:01:42.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1107, 127.0.0.1:8210, complete] completed NON-2.04 MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 14:01:42.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 14:01:42.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43045] 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1106, 127.0.0.1:8213, complete]! 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1106, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A07115C2CFA539DA] 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1106, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43045] 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1106, 127.0.0.1:8213, complete] completed CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43045, Token=A07115C2CFA539DA, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1108, 127.0.0.1:8213] send request 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1108, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1108, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1108, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43046], CON-POST MID=43046, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1108, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C26CEF678F6852F], CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 14:01:42.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43046], KeyToken[127.0.0.1:8213-6C26CEF678F6852F]] 14:01:42.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 14:01:42.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43046] 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1109, 127.0.0.1:8210] replace CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1109, 127.0.0.1:8210] send response NON-2.05 MID=43046, Token=null, OptionSet={}, "server responds hi" 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1109, 127.0.0.1:8210, complete]! 14:01:42.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1109, 127.0.0.1:8210, complete] completed NON-2.04 MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 14:01:42.690 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 14:01:42.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43046] 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1108, 127.0.0.1:8213, complete]! 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1108, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C26CEF678F6852F] 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1108, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43046] 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1108, 127.0.0.1:8213, complete] completed CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43046, Token=6C26CEF678F6852F, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1110, 127.0.0.1:8213] send request 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1110, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1110, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1110, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43047], CON-POST MID=43047, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1110, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4244C8060AE51E6], CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 14:01:42.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43047], KeyToken[127.0.0.1:8213-A4244C8060AE51E6]] 14:01:42.691 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 14:01:42.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43047] 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1111, 127.0.0.1:8210] replace CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1111, 127.0.0.1:8210] send response NON-2.05 MID=43047, Token=null, OptionSet={}, "server responds hi" 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1111, 127.0.0.1:8210, complete]! 14:01:42.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1111, 127.0.0.1:8210, complete] completed NON-2.04 MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 14:01:42.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 14:01:42.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43047] 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1110, 127.0.0.1:8213, complete]! 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1110, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4244C8060AE51E6] 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1110, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43047] 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1110, 127.0.0.1:8213, complete] completed CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43047, Token=A4244C8060AE51E6, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1112, 127.0.0.1:8213] send request 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1112, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1112, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1112, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43048], CON-POST MID=43048, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1112, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4422D0D7113A831], CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43048], KeyToken[127.0.0.1:8213-A4422D0D7113A831]] 14:01:42.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 14:01:42.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43048] 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1113, 127.0.0.1:8210] replace CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1113, 127.0.0.1:8210] send response NON-2.05 MID=43048, Token=null, OptionSet={}, "server responds hi" 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1113, 127.0.0.1:8210, complete]! 14:01:42.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1113, 127.0.0.1:8210, complete] completed NON-2.04 MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 14:01:42.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 14:01:42.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43048] 14:01:42.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1112, 127.0.0.1:8213, complete]! 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1112, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4422D0D7113A831] 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1112, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43048] 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1112, 127.0.0.1:8213, complete] completed CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43048, Token=A4422D0D7113A831, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1114, 127.0.0.1:8213] send request 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1114, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1114, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1114, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43049], CON-POST MID=43049, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1114, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8AD790DE42885C6], CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 14:01:42.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43049], KeyToken[127.0.0.1:8213-E8AD790DE42885C6]] 14:01:42.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 14:01:42.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43049] 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1115, 127.0.0.1:8210] replace CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1115, 127.0.0.1:8210] send response NON-2.05 MID=43049, Token=null, OptionSet={}, "server responds hi" 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1115, 127.0.0.1:8210, complete]! 14:01:42.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1115, 127.0.0.1:8210, complete] completed NON-2.04 MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 14:01:42.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 14:01:42.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43049] 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1114, 127.0.0.1:8213, complete]! 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1114, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8AD790DE42885C6] 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1114, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43049] 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1114, 127.0.0.1:8213, complete] completed CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43049, Token=E8AD790DE42885C6, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1116, 127.0.0.1:8213] send request 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1116, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1116, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1116, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43050], CON-POST MID=43050, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1116, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0E0866092B4A13A], CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 14:01:42.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43050], KeyToken[127.0.0.1:8213-D0E0866092B4A13A]] 14:01:42.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 14:01:42.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43050] 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1117, 127.0.0.1:8210] replace CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1117, 127.0.0.1:8210] send response NON-2.05 MID=43050, Token=null, OptionSet={}, "server responds hi" 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1117, 127.0.0.1:8210, complete]! 14:01:42.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1117, 127.0.0.1:8210, complete] completed NON-2.04 MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 14:01:42.694 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 14:01:42.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43050] 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1116, 127.0.0.1:8213, complete]! 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1116, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0E0866092B4A13A] 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1116, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43050] 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1116, 127.0.0.1:8213, complete] completed CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43050, Token=D0E0866092B4A13A, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1118, 127.0.0.1:8213] send request 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1118, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1118, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1118, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43051], CON-POST MID=43051, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1118, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-142B3569D61D1A7D], CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 14:01:42.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43051], KeyToken[127.0.0.1:8213-142B3569D61D1A7D]] 14:01:42.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 14:01:42.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43051] 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1119, 127.0.0.1:8210] replace CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1119, 127.0.0.1:8210] send response NON-2.05 MID=43051, Token=null, OptionSet={}, "server responds hi" 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1119, 127.0.0.1:8210, complete]! 14:01:42.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1119, 127.0.0.1:8210, complete] completed NON-2.04 MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 14:01:42.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 14:01:42.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43051] 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1118, 127.0.0.1:8213, complete]! 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1118, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-142B3569D61D1A7D] 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1118, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43051] 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1118, 127.0.0.1:8213, complete] completed CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43051, Token=142B3569D61D1A7D, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1120, 127.0.0.1:8213] send request 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1120, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1120, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1120, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43052], CON-POST MID=43052, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1120, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-70AA9A8C6EF78F8E], CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 14:01:42.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43052], KeyToken[127.0.0.1:8213-70AA9A8C6EF78F8E]] 14:01:42.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 14:01:42.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43052] 14:01:42.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1121, 127.0.0.1:8210] replace CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1121, 127.0.0.1:8210] send response NON-2.05 MID=43052, Token=null, OptionSet={}, "server responds hi" 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1121, 127.0.0.1:8210, complete]! 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1121, 127.0.0.1:8210, complete] completed NON-2.04 MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 14:01:42.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 14:01:42.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43052] 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1120, 127.0.0.1:8213, complete]! 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1120, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-70AA9A8C6EF78F8E] 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1120, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43052] 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1120, 127.0.0.1:8213, complete] completed CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43052, Token=70AA9A8C6EF78F8E, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1122, 127.0.0.1:8213] send request 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1122, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1122, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1122, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43053], CON-POST MID=43053, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1122, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C80202717EFF23A], CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 14:01:42.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43053], KeyToken[127.0.0.1:8213-0C80202717EFF23A]] 14:01:42.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 14:01:42.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43053] 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1123, 127.0.0.1:8210] replace CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1123, 127.0.0.1:8210] send response NON-2.05 MID=43053, Token=null, OptionSet={}, "server responds hi" 14:01:42.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1123, 127.0.0.1:8210, complete]! 14:01:42.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1123, 127.0.0.1:8210, complete] completed NON-2.04 MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 14:01:42.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 14:01:42.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43053] 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1122, 127.0.0.1:8213, complete]! 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1122, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C80202717EFF23A] 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1122, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43053] 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1122, 127.0.0.1:8213, complete] completed CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43053, Token=0C80202717EFF23A, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1124, 127.0.0.1:8213] send request 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1124, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1124, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1124, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43054], CON-POST MID=43054, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1124, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8D168E6FED21F69], CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 14:01:42.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43054], KeyToken[127.0.0.1:8213-C8D168E6FED21F69]] 14:01:42.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 14:01:42.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43054] 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1125, 127.0.0.1:8210] replace CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1125, 127.0.0.1:8210] send response NON-2.05 MID=43054, Token=null, OptionSet={}, "server responds hi" 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1125, 127.0.0.1:8210, complete]! 14:01:42.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1125, 127.0.0.1:8210, complete] completed NON-2.04 MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 14:01:42.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 14:01:42.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43054] 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1124, 127.0.0.1:8213, complete]! 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1124, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8D168E6FED21F69] 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1124, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43054] 14:01:42.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1124, 127.0.0.1:8213, complete] completed CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43054, Token=C8D168E6FED21F69, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1126, 127.0.0.1:8213] send request 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1126, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1126, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1126, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43055], CON-POST MID=43055, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1126, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38080151119702F8], CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 14:01:42.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43055], KeyToken[127.0.0.1:8213-38080151119702F8]] 14:01:42.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 14:01:42.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43055] 14:01:42.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1127, 127.0.0.1:8210] replace CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1127, 127.0.0.1:8210] send response NON-2.05 MID=43055, Token=null, OptionSet={}, "server responds hi" 14:01:42.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1127, 127.0.0.1:8210, complete]! 14:01:42.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1127, 127.0.0.1:8210, complete] completed NON-2.04 MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 14:01:42.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 14:01:42.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43055] 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1126, 127.0.0.1:8213, complete]! 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1126, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38080151119702F8] 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1126, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43055] 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1126, 127.0.0.1:8213, complete] completed CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43055, Token=38080151119702F8, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1128, 127.0.0.1:8213] send request 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1128, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1128, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1128, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43056], CON-POST MID=43056, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1128, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECD4A9EF61BC048C], CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 14:01:42.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43056], KeyToken[127.0.0.1:8213-ECD4A9EF61BC048C]] 14:01:42.752 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 14:01:42.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43056] 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1129, 127.0.0.1:8210] replace CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1129, 127.0.0.1:8210] send response NON-2.05 MID=43056, Token=null, OptionSet={}, "server responds hi" 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1129, 127.0.0.1:8210, complete]! 14:01:42.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1129, 127.0.0.1:8210, complete] completed NON-2.04 MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 14:01:42.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 14:01:42.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43056] 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1128, 127.0.0.1:8213, complete]! 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1128, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECD4A9EF61BC048C] 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1128, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43056] 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1128, 127.0.0.1:8213, complete] completed CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43056, Token=ECD4A9EF61BC048C, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1130, 127.0.0.1:8213] send request 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1130, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1130, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:42.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1130, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43057], CON-POST MID=43057, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1130, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60E5C46C1129DE5C], CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43057], KeyToken[127.0.0.1:8213-60E5C46C1129DE5C]] 14:01:42.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 14:01:42.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43057] 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1131, 127.0.0.1:8210] replace CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1131, 127.0.0.1:8210] send response NON-2.05 MID=43057, Token=null, OptionSet={}, "server responds hi" 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1131, 127.0.0.1:8210, complete]! 14:01:42.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1131, 127.0.0.1:8210, complete] completed NON-2.04 MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 14:01:42.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 14:01:42.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43057] 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1130, 127.0.0.1:8213, complete]! 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1130, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60E5C46C1129DE5C] 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1130, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43057] 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1130, 127.0.0.1:8213, complete] completed CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43057, Token=60E5C46C1129DE5C, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1132, 127.0.0.1:8213] send request 14:01:42.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1132, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1132, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1132, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43058], CON-POST MID=43058, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1132, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B40018CCD36B4A2A], CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43058], KeyToken[127.0.0.1:8213-B40018CCD36B4A2A]] 14:01:42.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 14:01:42.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43058] 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1133, 127.0.0.1:8210] replace CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1133, 127.0.0.1:8210] send response NON-2.05 MID=43058, Token=null, OptionSet={}, "server responds hi" 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1133, 127.0.0.1:8210, complete]! 14:01:42.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1133, 127.0.0.1:8210, complete] completed NON-2.04 MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 14:01:42.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 14:01:42.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43058] 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1132, 127.0.0.1:8213, complete]! 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1132, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B40018CCD36B4A2A] 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1132, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43058] 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1132, 127.0.0.1:8213, complete] completed CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43058, Token=B40018CCD36B4A2A, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1134, 127.0.0.1:8213] send request 14:01:42.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1134, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1134, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1134, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43059], CON-POST MID=43059, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1134, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-806AD32DEAC8AB38], CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43059], KeyToken[127.0.0.1:8213-806AD32DEAC8AB38]] 14:01:42.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 14:01:42.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43059] 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1135, 127.0.0.1:8210] replace CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1135, 127.0.0.1:8210] send response NON-2.05 MID=43059, Token=null, OptionSet={}, "server responds hi" 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1135, 127.0.0.1:8210, complete]! 14:01:42.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1135, 127.0.0.1:8210, complete] completed NON-2.04 MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 14:01:42.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 14:01:42.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43059] 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1134, 127.0.0.1:8213, complete]! 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1134, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-806AD32DEAC8AB38] 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1134, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43059] 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1134, 127.0.0.1:8213, complete] completed CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43059, Token=806AD32DEAC8AB38, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1136, 127.0.0.1:8213] send request 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1136, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1136, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1136, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43060], CON-POST MID=43060, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1136, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A8C42F2E656BD861], CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 14:01:42.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43060], KeyToken[127.0.0.1:8213-A8C42F2E656BD861]] 14:01:42.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 14:01:42.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43060] 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1137, 127.0.0.1:8210] replace CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1137, 127.0.0.1:8210] send response NON-2.05 MID=43060, Token=null, OptionSet={}, "server responds hi" 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1137, 127.0.0.1:8210, complete]! 14:01:42.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1137, 127.0.0.1:8210, complete] completed NON-2.04 MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 14:01:42.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 14:01:42.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43060] 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1136, 127.0.0.1:8213, complete]! 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1136, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A8C42F2E656BD861] 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1136, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43060] 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1136, 127.0.0.1:8213, complete] completed CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43060, Token=A8C42F2E656BD861, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1138, 127.0.0.1:8213] send request 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1138, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1138, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1138, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43061], CON-POST MID=43061, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1138, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-80B9BF1534646D1F], CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 14:01:42.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43061], KeyToken[127.0.0.1:8213-80B9BF1534646D1F]] 14:01:42.757 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 14:01:42.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43061] 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1139, 127.0.0.1:8210] replace CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1139, 127.0.0.1:8210] send response NON-2.05 MID=43061, Token=null, OptionSet={}, "server responds hi" 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1139, 127.0.0.1:8210, complete]! 14:01:42.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1139, 127.0.0.1:8210, complete] completed NON-2.04 MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 14:01:42.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 14:01:42.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43061] 14:01:42.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1138, 127.0.0.1:8213, complete]! 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1138, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-80B9BF1534646D1F] 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1138, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43061] 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1138, 127.0.0.1:8213, complete] completed CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43061, Token=80B9BF1534646D1F, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1140, 127.0.0.1:8213] send request 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1140, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1140, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1140, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43062], CON-POST MID=43062, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1140, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8568A6474CD403B], CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 14:01:42.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43062], KeyToken[127.0.0.1:8213-B8568A6474CD403B]] 14:01:42.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 14:01:42.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43062] 14:01:42.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1141, 127.0.0.1:8210] replace CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1141, 127.0.0.1:8210] send response NON-2.05 MID=43062, Token=null, OptionSet={}, "server responds hi" 14:01:42.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1141, 127.0.0.1:8210, complete]! 14:01:42.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1141, 127.0.0.1:8210, complete] completed NON-2.04 MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 14:01:42.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 14:01:42.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43062] 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1140, 127.0.0.1:8213, complete]! 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1140, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8568A6474CD403B] 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1140, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43062] 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1140, 127.0.0.1:8213, complete] completed CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43062, Token=B8568A6474CD403B, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1142, 127.0.0.1:8213] send request 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1142, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1142, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1142, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43063], CON-POST MID=43063, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1142, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C47A50FC02AF8F4], CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 14:01:42.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43063], KeyToken[127.0.0.1:8213-6C47A50FC02AF8F4]] 14:01:42.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 14:01:42.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43063] 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1143, 127.0.0.1:8210] replace CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1143, 127.0.0.1:8210] send response NON-2.05 MID=43063, Token=null, OptionSet={}, "server responds hi" 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1143, 127.0.0.1:8210, complete]! 14:01:42.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1143, 127.0.0.1:8210, complete] completed NON-2.04 MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 14:01:42.761 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 14:01:42.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43063] 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1142, 127.0.0.1:8213, complete]! 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1142, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C47A50FC02AF8F4] 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1142, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43063] 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1142, 127.0.0.1:8213, complete] completed CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43063, Token=6C47A50FC02AF8F4, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1144, 127.0.0.1:8213] send request 14:01:42.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1144, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1144, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1144, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43064], CON-POST MID=43064, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1144, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-182394C908EADEA9], CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43064], KeyToken[127.0.0.1:8213-182394C908EADEA9]] 14:01:42.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 14:01:42.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43064] 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1145, 127.0.0.1:8210] replace CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1145, 127.0.0.1:8210] send response NON-2.05 MID=43064, Token=null, OptionSet={}, "server responds hi" 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1145, 127.0.0.1:8210, complete]! 14:01:42.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1145, 127.0.0.1:8210, complete] completed NON-2.04 MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 14:01:42.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 14:01:42.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43064] 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1144, 127.0.0.1:8213, complete]! 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1144, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-182394C908EADEA9] 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1144, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43064] 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1144, 127.0.0.1:8213, complete] completed CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43064, Token=182394C908EADEA9, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1146, 127.0.0.1:8213] send request 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1146, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1146, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1146, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43065], CON-POST MID=43065, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1146, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0330D4BFC734B18], CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 14:01:42.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43065], KeyToken[127.0.0.1:8213-B0330D4BFC734B18]] 14:01:42.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 14:01:42.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43065] 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1147, 127.0.0.1:8210] replace CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1147, 127.0.0.1:8210] send response NON-2.05 MID=43065, Token=null, OptionSet={}, "server responds hi" 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1147, 127.0.0.1:8210, complete]! 14:01:42.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1147, 127.0.0.1:8210, complete] completed NON-2.04 MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 14:01:42.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 14:01:42.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43065] 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1146, 127.0.0.1:8213, complete]! 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1146, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0330D4BFC734B18] 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1146, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43065] 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1146, 127.0.0.1:8213, complete] completed CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43065, Token=B0330D4BFC734B18, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1148, 127.0.0.1:8213] send request 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1148, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1148, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1148, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43066], CON-POST MID=43066, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1148, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-887AEE164DE4A5C0], CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 14:01:42.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43066], KeyToken[127.0.0.1:8213-887AEE164DE4A5C0]] 14:01:42.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 14:01:42.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43066] 14:01:42.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1149, 127.0.0.1:8210] replace CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1149, 127.0.0.1:8210] send response NON-2.05 MID=43066, Token=null, OptionSet={}, "server responds hi" 14:01:42.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1149, 127.0.0.1:8210, complete]! 14:01:42.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1149, 127.0.0.1:8210, complete] completed NON-2.04 MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 14:01:42.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 14:01:42.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43066] 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1148, 127.0.0.1:8213, complete]! 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1148, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-887AEE164DE4A5C0] 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1148, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43066] 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1148, 127.0.0.1:8213, complete] completed CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43066, Token=887AEE164DE4A5C0, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1150, 127.0.0.1:8213] send request 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1150, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1150, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1150, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43067], CON-POST MID=43067, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1150, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C3BF6DE518F2719], CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 14:01:42.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43067], KeyToken[127.0.0.1:8213-1C3BF6DE518F2719]] 14:01:42.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 14:01:42.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43067] 14:01:42.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1151, 127.0.0.1:8210] replace CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1151, 127.0.0.1:8210] send response NON-2.05 MID=43067, Token=null, OptionSet={}, "server responds hi" 14:01:42.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1151, 127.0.0.1:8210, complete]! 14:01:42.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1151, 127.0.0.1:8210, complete] completed NON-2.04 MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 14:01:42.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 14:01:42.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43067] 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1150, 127.0.0.1:8213, complete]! 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1150, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C3BF6DE518F2719] 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1150, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43067] 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1150, 127.0.0.1:8213, complete] completed CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43067, Token=1C3BF6DE518F2719, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1152, 127.0.0.1:8213] send request 14:01:42.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1152, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1152, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1152, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43068], CON-POST MID=43068, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1152, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E815474FAC0C90C0], CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43068], KeyToken[127.0.0.1:8213-E815474FAC0C90C0]] 14:01:42.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 14:01:42.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43068] 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1153, 127.0.0.1:8210] replace CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1153, 127.0.0.1:8210] send response NON-2.05 MID=43068, Token=null, OptionSet={}, "server responds hi" 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1153, 127.0.0.1:8210, complete]! 14:01:42.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1153, 127.0.0.1:8210, complete] completed NON-2.04 MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 14:01:42.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 14:01:42.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43068] 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1152, 127.0.0.1:8213, complete]! 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1152, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E815474FAC0C90C0] 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1152, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43068] 14:01:42.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1152, 127.0.0.1:8213, complete] completed CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43068, Token=E815474FAC0C90C0, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1154, 127.0.0.1:8213] send request 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1154, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1154, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1154, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43069], CON-POST MID=43069, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1154, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E0D919322EB62681], CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 14:01:42.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43069], KeyToken[127.0.0.1:8213-E0D919322EB62681]] 14:01:42.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 14:01:42.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43069] 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1155, 127.0.0.1:8210] replace CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1155, 127.0.0.1:8210] send response NON-2.05 MID=43069, Token=null, OptionSet={}, "server responds hi" 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1155, 127.0.0.1:8210, complete]! 14:01:42.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1155, 127.0.0.1:8210, complete] completed NON-2.04 MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 14:01:42.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 14:01:42.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43069] 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1154, 127.0.0.1:8213, complete]! 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1154, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E0D919322EB62681] 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1154, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43069] 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1154, 127.0.0.1:8213, complete] completed CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43069, Token=E0D919322EB62681, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1156, 127.0.0.1:8213] send request 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1156, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1156, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1156, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43070], CON-POST MID=43070, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1156, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60FBE74E5BAF1A21], CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 14:01:42.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43070], KeyToken[127.0.0.1:8213-60FBE74E5BAF1A21]] 14:01:42.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 14:01:42.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43070] 14:01:42.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1157, 127.0.0.1:8210] replace CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1157, 127.0.0.1:8210] send response NON-2.05 MID=43070, Token=null, OptionSet={}, "server responds hi" 14:01:42.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1157, 127.0.0.1:8210, complete]! 14:01:42.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1157, 127.0.0.1:8210, complete] completed NON-2.04 MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 14:01:42.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 14:01:42.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43070] 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1156, 127.0.0.1:8213, complete]! 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1156, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60FBE74E5BAF1A21] 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1156, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43070] 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1156, 127.0.0.1:8213, complete] completed CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43070, Token=60FBE74E5BAF1A21, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1158, 127.0.0.1:8213] send request 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1158, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1158, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1158, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43071], CON-POST MID=43071, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1158, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D45DC854B04BE688], CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 14:01:42.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43071], KeyToken[127.0.0.1:8213-D45DC854B04BE688]] 14:01:42.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 14:01:42.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43071] 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1159, 127.0.0.1:8210] replace CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1159, 127.0.0.1:8210] send response NON-2.05 MID=43071, Token=null, OptionSet={}, "server responds hi" 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1159, 127.0.0.1:8210, complete]! 14:01:42.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1159, 127.0.0.1:8210, complete] completed NON-2.04 MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 14:01:42.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 14:01:42.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43071] 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1158, 127.0.0.1:8213, complete]! 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1158, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D45DC854B04BE688] 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1158, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43071] 14:01:42.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1158, 127.0.0.1:8213, complete] completed CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43071, Token=D45DC854B04BE688, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1160, 127.0.0.1:8213] send request 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1160, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1160, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1160, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43072], CON-POST MID=43072, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1160, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-440B874F3DC51BDE], CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 14:01:42.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43072], KeyToken[127.0.0.1:8213-440B874F3DC51BDE]] 14:01:42.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 14:01:42.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43072] 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1161, 127.0.0.1:8210] replace CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1161, 127.0.0.1:8210] send response NON-2.05 MID=43072, Token=null, OptionSet={}, "server responds hi" 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1161, 127.0.0.1:8210, complete]! 14:01:42.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1161, 127.0.0.1:8210, complete] completed NON-2.04 MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 14:01:42.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 14:01:42.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43072] 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1160, 127.0.0.1:8213, complete]! 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1160, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-440B874F3DC51BDE] 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1160, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43072] 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1160, 127.0.0.1:8213, complete] completed CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43072, Token=440B874F3DC51BDE, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1162, 127.0.0.1:8213] send request 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1162, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1162, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1162, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43073], CON-POST MID=43073, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1162, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38105FCAACF4E4F5], CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 14:01:42.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43073], KeyToken[127.0.0.1:8213-38105FCAACF4E4F5]] 14:01:42.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 14:01:42.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43073] 14:01:42.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1163, 127.0.0.1:8210] replace CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1163, 127.0.0.1:8210] send response NON-2.05 MID=43073, Token=null, OptionSet={}, "server responds hi" 14:01:42.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1163, 127.0.0.1:8210, complete]! 14:01:42.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1163, 127.0.0.1:8210, complete] completed NON-2.04 MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 14:01:42.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 14:01:42.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43073] 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1162, 127.0.0.1:8213, complete]! 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1162, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38105FCAACF4E4F5] 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1162, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43073] 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1162, 127.0.0.1:8213, complete] completed CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43073, Token=38105FCAACF4E4F5, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1164, 127.0.0.1:8213] send request 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1164, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1164, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1164, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43074], CON-POST MID=43074, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1164, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C28D7E640FB6790], CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 14:01:42.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43074], KeyToken[127.0.0.1:8213-1C28D7E640FB6790]] 14:01:42.774 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 14:01:42.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43074] 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1165, 127.0.0.1:8210] replace CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1165, 127.0.0.1:8210] send response NON-2.05 MID=43074, Token=null, OptionSet={}, "server responds hi" 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1165, 127.0.0.1:8210, complete]! 14:01:42.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1165, 127.0.0.1:8210, complete] completed NON-2.04 MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 14:01:42.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 14:01:42.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43074] 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1164, 127.0.0.1:8213, complete]! 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1164, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C28D7E640FB6790] 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1164, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43074] 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1164, 127.0.0.1:8213, complete] completed CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43074, Token=1C28D7E640FB6790, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1166, 127.0.0.1:8213] send request 14:01:42.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1166, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1166, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:42.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1166, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43075], CON-POST MID=43075, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:42.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1166, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-54C8DADDC7901BFF], CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 14:01:42.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43075], KeyToken[127.0.0.1:8213-54C8DADDC7901BFF]] 14:01:42.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 14:01:42.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43075] 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1167, 127.0.0.1:8210] replace CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1167, 127.0.0.1:8210] send response NON-2.05 MID=43075, Token=null, OptionSet={}, "server responds hi" 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1167, 127.0.0.1:8210, complete]! 14:01:42.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1167, 127.0.0.1:8210, complete] completed NON-2.04 MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 14:01:42.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 14:01:42.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43075] 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1166, 127.0.0.1:8213, complete]! 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1166, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-54C8DADDC7901BFF] 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1166, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43075] 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1166, 127.0.0.1:8213, complete] completed CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43075, Token=54C8DADDC7901BFF, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1168, 127.0.0.1:8213] send request 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1168, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1168, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1168, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43076], CON-POST MID=43076, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1168, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-48A3FAB9C0DD7DE9], CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 14:01:42.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43076], KeyToken[127.0.0.1:8213-48A3FAB9C0DD7DE9]] 14:01:42.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 14:01:42.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43076] 14:01:42.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1169, 127.0.0.1:8210] replace CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1169, 127.0.0.1:8210] send response NON-2.05 MID=43076, Token=null, OptionSet={}, "server responds hi" 14:01:42.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1169, 127.0.0.1:8210, complete]! 14:01:42.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1169, 127.0.0.1:8210, complete] completed NON-2.04 MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 14:01:42.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 14:01:42.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43076] 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1168, 127.0.0.1:8213, complete]! 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1168, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-48A3FAB9C0DD7DE9] 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1168, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43076] 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1168, 127.0.0.1:8213, complete] completed CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43076, Token=48A3FAB9C0DD7DE9, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1170, 127.0.0.1:8213] send request 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1170, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1170, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1170, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43077], CON-POST MID=43077, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1170, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0CE36B92E83C9DB6], CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 14:01:42.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43077], KeyToken[127.0.0.1:8213-0CE36B92E83C9DB6]] 14:01:42.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 14:01:42.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43077] 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1171, 127.0.0.1:8210] replace CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1171, 127.0.0.1:8210] send response NON-2.05 MID=43077, Token=null, OptionSet={}, "server responds hi" 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1171, 127.0.0.1:8210, complete]! 14:01:42.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1171, 127.0.0.1:8210, complete] completed NON-2.04 MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 14:01:42.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 14:01:42.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43077] 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1170, 127.0.0.1:8213, complete]! 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1170, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0CE36B92E83C9DB6] 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1170, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43077] 14:01:42.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1170, 127.0.0.1:8213, complete] completed CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43077, Token=0CE36B92E83C9DB6, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1172, 127.0.0.1:8213] send request 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1172, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1172, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1172, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43078], CON-POST MID=43078, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1172, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-343505584DF40BFF], CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 14:01:42.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43078], KeyToken[127.0.0.1:8213-343505584DF40BFF]] 14:01:42.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 14:01:42.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43078] 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1173, 127.0.0.1:8210] replace CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1173, 127.0.0.1:8210] send response NON-2.05 MID=43078, Token=null, OptionSet={}, "server responds hi" 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1173, 127.0.0.1:8210, complete]! 14:01:42.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1173, 127.0.0.1:8210, complete] completed NON-2.04 MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 14:01:42.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 14:01:42.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43078] 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1172, 127.0.0.1:8213, complete]! 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1172, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-343505584DF40BFF] 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1172, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43078] 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1172, 127.0.0.1:8213, complete] completed CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43078, Token=343505584DF40BFF, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1174, 127.0.0.1:8213] send request 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1174, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1174, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1174, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43079], CON-POST MID=43079, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1174, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-74DA61E106B6D006], CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 14:01:42.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43079], KeyToken[127.0.0.1:8213-74DA61E106B6D006]] 14:01:42.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 14:01:42.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43079] 14:01:42.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1175, 127.0.0.1:8210] replace CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1175, 127.0.0.1:8210] send response NON-2.05 MID=43079, Token=null, OptionSet={}, "server responds hi" 14:01:42.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1175, 127.0.0.1:8210, complete]! 14:01:42.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1175, 127.0.0.1:8210, complete] completed NON-2.04 MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 14:01:42.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 14:01:42.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43079] 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1174, 127.0.0.1:8213, complete]! 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1174, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-74DA61E106B6D006] 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1174, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43079] 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1174, 127.0.0.1:8213, complete] completed CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43079, Token=74DA61E106B6D006, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1176, 127.0.0.1:8213] send request 14:01:42.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1176, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1176, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1176, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43080], CON-POST MID=43080, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1176, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B81ED912989FEB46], CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43080], KeyToken[127.0.0.1:8213-B81ED912989FEB46]] 14:01:42.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 14:01:42.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43080] 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1177, 127.0.0.1:8210] replace CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1177, 127.0.0.1:8210] send response NON-2.05 MID=43080, Token=null, OptionSet={}, "server responds hi" 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1177, 127.0.0.1:8210, complete]! 14:01:42.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1177, 127.0.0.1:8210, complete] completed NON-2.04 MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 14:01:42.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 14:01:42.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43080] 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1176, 127.0.0.1:8213, complete]! 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1176, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B81ED912989FEB46] 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1176, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43080] 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1176, 127.0.0.1:8213, complete] completed CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43080, Token=B81ED912989FEB46, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1178, 127.0.0.1:8213] send request 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1178, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1178, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1178, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43081], CON-POST MID=43081, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1178, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30B0BFE93D623D64], CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 14:01:42.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43081], KeyToken[127.0.0.1:8213-30B0BFE93D623D64]] 14:01:42.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 14:01:42.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43081] 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1179, 127.0.0.1:8210] replace CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1179, 127.0.0.1:8210] send response NON-2.05 MID=43081, Token=null, OptionSet={}, "server responds hi" 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1179, 127.0.0.1:8210, complete]! 14:01:42.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1179, 127.0.0.1:8210, complete] completed NON-2.04 MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 14:01:42.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 14:01:42.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43081] 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1178, 127.0.0.1:8213, complete]! 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1178, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30B0BFE93D623D64] 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1178, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43081] 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1178, 127.0.0.1:8213, complete] completed CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43081, Token=30B0BFE93D623D64, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1180, 127.0.0.1:8213] send request 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1180, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1180, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1180, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43082], CON-POST MID=43082, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1180, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-604A7F6346510A40], CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 14:01:42.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43082], KeyToken[127.0.0.1:8213-604A7F6346510A40]] 14:01:42.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 14:01:42.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43082] 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1181, 127.0.0.1:8210] replace CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1181, 127.0.0.1:8210] send response NON-2.05 MID=43082, Token=null, OptionSet={}, "server responds hi" 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1181, 127.0.0.1:8210, complete]! 14:01:42.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1181, 127.0.0.1:8210, complete] completed NON-2.04 MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 14:01:42.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 14:01:42.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43082] 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1180, 127.0.0.1:8213, complete]! 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1180, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-604A7F6346510A40] 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1180, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43082] 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1180, 127.0.0.1:8213, complete] completed CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43082, Token=604A7F6346510A40, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1182, 127.0.0.1:8213] send request 14:01:42.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1182, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1182, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:42.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1182, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43083], CON-POST MID=43083, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:42.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1182, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BC3208F73FE29AFB], CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 14:01:42.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43083], KeyToken[127.0.0.1:8213-BC3208F73FE29AFB]] 14:01:42.787 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 14:01:42.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43083] 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1183, 127.0.0.1:8210] replace CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1183, 127.0.0.1:8210] send response NON-2.05 MID=43083, Token=null, OptionSet={}, "server responds hi" 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1183, 127.0.0.1:8210, complete]! 14:01:42.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1183, 127.0.0.1:8210, complete] completed NON-2.04 MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 14:01:42.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 14:01:42.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43083] 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1182, 127.0.0.1:8213, complete]! 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1182, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BC3208F73FE29AFB] 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1182, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43083] 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1182, 127.0.0.1:8213, complete] completed CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43083, Token=BC3208F73FE29AFB, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1184, 127.0.0.1:8213] send request 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1184, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1184, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1184, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43084], CON-POST MID=43084, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1184, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2433F323A763CC24], CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 14:01:42.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43084], KeyToken[127.0.0.1:8213-2433F323A763CC24]] 14:01:42.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 14:01:42.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43084] 14:01:42.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1185, 127.0.0.1:8210] replace CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1185, 127.0.0.1:8210] send response NON-2.05 MID=43084, Token=null, OptionSet={}, "server responds hi" 14:01:42.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1185, 127.0.0.1:8210, complete]! 14:01:42.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1185, 127.0.0.1:8210, complete] completed NON-2.04 MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 14:01:42.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 14:01:42.789 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43084] 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1184, 127.0.0.1:8213, complete]! 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1184, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2433F323A763CC24] 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1184, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43084] 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1184, 127.0.0.1:8213, complete] completed CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43084, Token=2433F323A763CC24, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1186, 127.0.0.1:8213] send request 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1186, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1186, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1186, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43085], CON-POST MID=43085, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1186, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34406067893FA099], CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 14:01:42.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43085], KeyToken[127.0.0.1:8213-34406067893FA099]] 14:01:42.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 14:01:42.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43085] 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1187, 127.0.0.1:8210] replace CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1187, 127.0.0.1:8210] send response NON-2.05 MID=43085, Token=null, OptionSet={}, "server responds hi" 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1187, 127.0.0.1:8210, complete]! 14:01:42.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1187, 127.0.0.1:8210, complete] completed NON-2.04 MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 14:01:42.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 14:01:42.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43085] 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1186, 127.0.0.1:8213, complete]! 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1186, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34406067893FA099] 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1186, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43085] 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1186, 127.0.0.1:8213, complete] completed CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43085, Token=34406067893FA099, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1188, 127.0.0.1:8213] send request 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1188, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1188, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1188, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43086], CON-POST MID=43086, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1188, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C7F061DC18E6E87], CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 14:01:42.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43086], KeyToken[127.0.0.1:8213-8C7F061DC18E6E87]] 14:01:42.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 14:01:42.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43086] 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1189, 127.0.0.1:8210] replace CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1189, 127.0.0.1:8210] send response NON-2.05 MID=43086, Token=null, OptionSet={}, "server responds hi" 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1189, 127.0.0.1:8210, complete]! 14:01:42.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1189, 127.0.0.1:8210, complete] completed NON-2.04 MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 14:01:42.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 14:01:42.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43086] 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1188, 127.0.0.1:8213, complete]! 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1188, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C7F061DC18E6E87] 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1188, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43086] 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1188, 127.0.0.1:8213, complete] completed CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43086, Token=8C7F061DC18E6E87, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1190, 127.0.0.1:8213] send request 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1190, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1190, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1190, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43087], CON-POST MID=43087, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1190, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C04F2135F064433D], CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 14:01:42.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43087], KeyToken[127.0.0.1:8213-C04F2135F064433D]] 14:01:42.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 14:01:42.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43087] 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1191, 127.0.0.1:8210] replace CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1191, 127.0.0.1:8210] send response NON-2.05 MID=43087, Token=null, OptionSet={}, "server responds hi" 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1191, 127.0.0.1:8210, complete]! 14:01:42.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1191, 127.0.0.1:8210, complete] completed NON-2.04 MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 14:01:42.792 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 14:01:42.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43087] 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1190, 127.0.0.1:8213, complete]! 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1190, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C04F2135F064433D] 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1190, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43087] 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1190, 127.0.0.1:8213, complete] completed CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43087, Token=C04F2135F064433D, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1192, 127.0.0.1:8213] send request 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1192, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1192, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1192, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43088], CON-POST MID=43088, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:42.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1192, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-780547C90925941D], CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43088], KeyToken[127.0.0.1:8213-780547C90925941D]] 14:01:42.793 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 14:01:42.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43088] 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1193, 127.0.0.1:8210] replace CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1193, 127.0.0.1:8210] send response NON-2.05 MID=43088, Token=null, OptionSet={}, "server responds hi" 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1193, 127.0.0.1:8210, complete]! 14:01:42.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1193, 127.0.0.1:8210, complete] completed NON-2.04 MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 14:01:42.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 14:01:42.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43088] 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1192, 127.0.0.1:8213, complete]! 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1192, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-780547C90925941D] 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1192, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43088] 14:01:42.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1192, 127.0.0.1:8213, complete] completed CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43088, Token=780547C90925941D, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 14:01:42.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1194, 127.0.0.1:8213] send request 14:01:42.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1194, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1194, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:42.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1194, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43089], CON-POST MID=43089, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:42.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1194, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0E9EF9CD9A77F55], CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 14:01:42.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43089], KeyToken[127.0.0.1:8213-D0E9EF9CD9A77F55]] 14:01:42.851 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 14:01:42.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43089] 14:01:42.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1195, 127.0.0.1:8210] replace CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1195, 127.0.0.1:8210] send response NON-2.05 MID=43089, Token=null, OptionSet={}, "server responds hi" 14:01:42.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1195, 127.0.0.1:8210, complete]! 14:01:42.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1195, 127.0.0.1:8210, complete] completed NON-2.04 MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 14:01:42.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 14:01:42.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43089] 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1194, 127.0.0.1:8213, complete]! 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1194, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0E9EF9CD9A77F55] 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1194, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43089] 14:01:42.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1194, 127.0.0.1:8213, complete] completed CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43089, Token=D0E9EF9CD9A77F55, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1196, 127.0.0.1:8213] send request 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1196, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1196, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1196, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43090], CON-POST MID=43090, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1196, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8495F9DDAB3B71B], CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 14:01:42.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43090], KeyToken[127.0.0.1:8213-C8495F9DDAB3B71B]] 14:01:42.853 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 14:01:42.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43090] 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1197, 127.0.0.1:8210] replace CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1197, 127.0.0.1:8210] send response NON-2.05 MID=43090, Token=null, OptionSet={}, "server responds hi" 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1197, 127.0.0.1:8210, complete]! 14:01:42.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1197, 127.0.0.1:8210, complete] completed NON-2.04 MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 14:01:42.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 14:01:42.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43090] 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1196, 127.0.0.1:8213, complete]! 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1196, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8495F9DDAB3B71B] 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1196, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43090] 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1196, 127.0.0.1:8213, complete] completed CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43090, Token=C8495F9DDAB3B71B, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1198, 127.0.0.1:8213] send request 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1198, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1198, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1198, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43091], CON-POST MID=43091, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1198, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BCD36DA72D9CDB5B], CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 14:01:42.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43091], KeyToken[127.0.0.1:8213-BCD36DA72D9CDB5B]] 14:01:42.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 14:01:42.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43091] 14:01:42.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1199, 127.0.0.1:8210] replace CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1199, 127.0.0.1:8210] send response NON-2.05 MID=43091, Token=null, OptionSet={}, "server responds hi" 14:01:42.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1199, 127.0.0.1:8210, complete]! 14:01:42.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1199, 127.0.0.1:8210, complete] completed NON-2.04 MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 14:01:42.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 14:01:42.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43091] 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1198, 127.0.0.1:8213, complete]! 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1198, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BCD36DA72D9CDB5B] 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1198, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43091] 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1198, 127.0.0.1:8213, complete] completed CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43091, Token=BCD36DA72D9CDB5B, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1200, 127.0.0.1:8213] send request 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1200, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1200, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1200, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43092], CON-POST MID=43092, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1200, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8894A5D71069102F], CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 14:01:42.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43092], KeyToken[127.0.0.1:8213-8894A5D71069102F]] 14:01:42.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 14:01:42.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43092] 14:01:42.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1201, 127.0.0.1:8210] replace CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1201, 127.0.0.1:8210] send response NON-2.05 MID=43092, Token=null, OptionSet={}, "server responds hi" 14:01:42.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1201, 127.0.0.1:8210, complete]! 14:01:42.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1201, 127.0.0.1:8210, complete] completed NON-2.04 MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 14:01:42.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 14:01:42.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43092] 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1200, 127.0.0.1:8213, complete]! 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1200, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8894A5D71069102F] 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1200, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43092] 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1200, 127.0.0.1:8213, complete] completed CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43092, Token=8894A5D71069102F, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1202, 127.0.0.1:8213] send request 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1202, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1202, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1202, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43093], CON-POST MID=43093, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1202, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A496C972BBE989F6], CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 14:01:42.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43093], KeyToken[127.0.0.1:8213-A496C972BBE989F6]] 14:01:42.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 14:01:42.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43093] 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1203, 127.0.0.1:8210] replace CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1203, 127.0.0.1:8210] send response NON-2.05 MID=43093, Token=null, OptionSet={}, "server responds hi" 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1203, 127.0.0.1:8210, complete]! 14:01:42.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1203, 127.0.0.1:8210, complete] completed NON-2.04 MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 14:01:42.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 14:01:42.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43093] 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1202, 127.0.0.1:8213, complete]! 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1202, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A496C972BBE989F6] 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1202, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43093] 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1202, 127.0.0.1:8213, complete] completed CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43093, Token=A496C972BBE989F6, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1204, 127.0.0.1:8213] send request 14:01:42.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1204, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1204, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1204, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43094], CON-POST MID=43094, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1204, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-14766D1199325F85], CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43094], KeyToken[127.0.0.1:8213-14766D1199325F85]] 14:01:42.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 14:01:42.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43094] 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1205, 127.0.0.1:8210] replace CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1205, 127.0.0.1:8210] send response NON-2.05 MID=43094, Token=null, OptionSet={}, "server responds hi" 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1205, 127.0.0.1:8210, complete]! 14:01:42.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1205, 127.0.0.1:8210, complete] completed NON-2.04 MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 14:01:42.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 14:01:42.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43094] 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1204, 127.0.0.1:8213, complete]! 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1204, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-14766D1199325F85] 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1204, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43094] 14:01:42.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1204, 127.0.0.1:8213, complete] completed CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43094, Token=14766D1199325F85, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1206, 127.0.0.1:8213] send request 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1206, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1206, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1206, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43095], CON-POST MID=43095, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1206, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F452A361AE4FEEB3], CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43095], KeyToken[127.0.0.1:8213-F452A361AE4FEEB3]] 14:01:42.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 14:01:42.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43095] 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1207, 127.0.0.1:8210] replace CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1207, 127.0.0.1:8210] send response NON-2.05 MID=43095, Token=null, OptionSet={}, "server responds hi" 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1207, 127.0.0.1:8210, complete]! 14:01:42.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1207, 127.0.0.1:8210, complete] completed NON-2.04 MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 14:01:42.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 14:01:42.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43095] 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1206, 127.0.0.1:8213, complete]! 14:01:42.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1206, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F452A361AE4FEEB3] 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1206, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43095] 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1206, 127.0.0.1:8213, complete] completed CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43095, Token=F452A361AE4FEEB3, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1208, 127.0.0.1:8213] send request 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1208, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1208, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1208, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43096], CON-POST MID=43096, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1208, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-006BA8100E66FD43], CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43096], KeyToken[127.0.0.1:8213-006BA8100E66FD43]] 14:01:42.860 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 14:01:42.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43096] 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1209, 127.0.0.1:8210] replace CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1209, 127.0.0.1:8210] send response NON-2.05 MID=43096, Token=null, OptionSet={}, "server responds hi" 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1209, 127.0.0.1:8210, complete]! 14:01:42.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1209, 127.0.0.1:8210, complete] completed NON-2.04 MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 14:01:42.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 14:01:42.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43096] 14:01:42.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1208, 127.0.0.1:8213, complete]! 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1208, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-006BA8100E66FD43] 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1208, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43096] 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1208, 127.0.0.1:8213, complete] completed CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43096, Token=006BA8100E66FD43, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1210, 127.0.0.1:8213] send request 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1210, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1210, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1210, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43097], CON-POST MID=43097, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1210, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C1F47DFDE93044B], CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 14:01:42.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43097], KeyToken[127.0.0.1:8213-8C1F47DFDE93044B]] 14:01:42.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 14:01:42.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43097] 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1211, 127.0.0.1:8210] replace CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1211, 127.0.0.1:8210] send response NON-2.05 MID=43097, Token=null, OptionSet={}, "server responds hi" 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1211, 127.0.0.1:8210, complete]! 14:01:42.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1211, 127.0.0.1:8210, complete] completed NON-2.04 MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 14:01:42.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 14:01:42.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43097] 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1210, 127.0.0.1:8213, complete]! 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1210, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C1F47DFDE93044B] 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1210, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43097] 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1210, 127.0.0.1:8213, complete] completed CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43097, Token=8C1F47DFDE93044B, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1212, 127.0.0.1:8213] send request 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1212, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1212, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1212, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43098], CON-POST MID=43098, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1212, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B07C17736D8FE83F], CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 14:01:42.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43098], KeyToken[127.0.0.1:8213-B07C17736D8FE83F]] 14:01:42.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 14:01:42.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43098] 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1213, 127.0.0.1:8210] replace CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1213, 127.0.0.1:8210] send response NON-2.05 MID=43098, Token=null, OptionSet={}, "server responds hi" 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1213, 127.0.0.1:8210, complete]! 14:01:42.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1213, 127.0.0.1:8210, complete] completed NON-2.04 MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 14:01:42.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 14:01:42.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43098] 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1212, 127.0.0.1:8213, complete]! 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1212, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B07C17736D8FE83F] 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1212, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43098] 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1212, 127.0.0.1:8213, complete] completed CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43098, Token=B07C17736D8FE83F, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1214, 127.0.0.1:8213] send request 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1214, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1214, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1214, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43099], CON-POST MID=43099, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1214, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C02143C26F26ED38], CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 14:01:42.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43099], KeyToken[127.0.0.1:8213-C02143C26F26ED38]] 14:01:42.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 14:01:42.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43099] 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1215, 127.0.0.1:8210] replace CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1215, 127.0.0.1:8210] send response NON-2.05 MID=43099, Token=null, OptionSet={}, "server responds hi" 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1215, 127.0.0.1:8210, complete]! 14:01:42.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1215, 127.0.0.1:8210, complete] completed NON-2.04 MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 14:01:42.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 14:01:42.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43099] 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1214, 127.0.0.1:8213, complete]! 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1214, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C02143C26F26ED38] 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1214, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43099] 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1214, 127.0.0.1:8213, complete] completed CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43099, Token=C02143C26F26ED38, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1216, 127.0.0.1:8213] send request 14:01:42.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1216, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1216, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1216, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43100], CON-POST MID=43100, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1216, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B87EB370BE5DB60A], CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43100], KeyToken[127.0.0.1:8213-B87EB370BE5DB60A]] 14:01:42.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 14:01:42.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43100] 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1217, 127.0.0.1:8210] replace CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1217, 127.0.0.1:8210] send response NON-2.05 MID=43100, Token=null, OptionSet={}, "server responds hi" 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1217, 127.0.0.1:8210, complete]! 14:01:42.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1217, 127.0.0.1:8210, complete] completed NON-2.04 MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 14:01:42.865 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 14:01:42.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43100] 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1216, 127.0.0.1:8213, complete]! 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1216, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B87EB370BE5DB60A] 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1216, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43100] 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1216, 127.0.0.1:8213, complete] completed CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43100, Token=B87EB370BE5DB60A, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1218, 127.0.0.1:8213] send request 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1218, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1218, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1218, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43101], CON-POST MID=43101, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1218, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-886210D57D10A4F9], CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 14:01:42.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43101], KeyToken[127.0.0.1:8213-886210D57D10A4F9]] 14:01:42.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 14:01:42.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43101] 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1219, 127.0.0.1:8210] replace CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1219, 127.0.0.1:8210] send response NON-2.05 MID=43101, Token=null, OptionSet={}, "server responds hi" 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1219, 127.0.0.1:8210, complete]! 14:01:42.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1219, 127.0.0.1:8210, complete] completed NON-2.04 MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 14:01:42.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 14:01:42.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43101] 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1218, 127.0.0.1:8213, complete]! 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1218, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-886210D57D10A4F9] 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1218, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43101] 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1218, 127.0.0.1:8213, complete] completed CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43101, Token=886210D57D10A4F9, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1220, 127.0.0.1:8213] send request 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1220, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1220, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1220, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43102], CON-POST MID=43102, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1220, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-688F9D7A59E86847], CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 14:01:42.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43102], KeyToken[127.0.0.1:8213-688F9D7A59E86847]] 14:01:42.867 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 14:01:42.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43102] 14:01:42.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1221, 127.0.0.1:8210] replace CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1221, 127.0.0.1:8210] send response NON-2.05 MID=43102, Token=null, OptionSet={}, "server responds hi" 14:01:42.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1221, 127.0.0.1:8210, complete]! 14:01:42.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1221, 127.0.0.1:8210, complete] completed NON-2.04 MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 14:01:42.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 14:01:42.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43102] 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1220, 127.0.0.1:8213, complete]! 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1220, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-688F9D7A59E86847] 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1220, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43102] 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1220, 127.0.0.1:8213, complete] completed CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43102, Token=688F9D7A59E86847, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1222, 127.0.0.1:8213] send request 14:01:42.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1222, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1222, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1222, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43103], CON-POST MID=43103, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1222, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BCC9D4E1EF31BC34], CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43103], KeyToken[127.0.0.1:8213-BCC9D4E1EF31BC34]] 14:01:42.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 14:01:42.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43103] 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1223, 127.0.0.1:8210] replace CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1223, 127.0.0.1:8210] send response NON-2.05 MID=43103, Token=null, OptionSet={}, "server responds hi" 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1223, 127.0.0.1:8210, complete]! 14:01:42.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1223, 127.0.0.1:8210, complete] completed NON-2.04 MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 14:01:42.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 14:01:42.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43103] 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1222, 127.0.0.1:8213, complete]! 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1222, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BCC9D4E1EF31BC34] 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1222, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43103] 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1222, 127.0.0.1:8213, complete] completed CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43103, Token=BCC9D4E1EF31BC34, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1224, 127.0.0.1:8213] send request 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1224, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1224, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1224, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43104], CON-POST MID=43104, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1224, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8CF1CB271FEB0525], CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 14:01:42.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43104], KeyToken[127.0.0.1:8213-8CF1CB271FEB0525]] 14:01:42.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 14:01:42.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43104] 14:01:42.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1225, 127.0.0.1:8210] replace CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1225, 127.0.0.1:8210] send response NON-2.05 MID=43104, Token=null, OptionSet={}, "server responds hi" 14:01:42.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1225, 127.0.0.1:8210, complete]! 14:01:42.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1225, 127.0.0.1:8210, complete] completed NON-2.04 MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 14:01:42.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 14:01:42.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43104] 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1224, 127.0.0.1:8213, complete]! 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1224, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8CF1CB271FEB0525] 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1224, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43104] 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1224, 127.0.0.1:8213, complete] completed CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43104, Token=8CF1CB271FEB0525, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1226, 127.0.0.1:8213] send request 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1226, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1226, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1226, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43105], CON-POST MID=43105, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1226, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A0E4299900A4D44F], CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 14:01:42.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43105], KeyToken[127.0.0.1:8213-A0E4299900A4D44F]] 14:01:42.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 14:01:42.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43105] 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1227, 127.0.0.1:8210] replace CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1227, 127.0.0.1:8210] send response NON-2.05 MID=43105, Token=null, OptionSet={}, "server responds hi" 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1227, 127.0.0.1:8210, complete]! 14:01:42.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1227, 127.0.0.1:8210, complete] completed NON-2.04 MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 14:01:42.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 14:01:42.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43105] 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1226, 127.0.0.1:8213, complete]! 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1226, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A0E4299900A4D44F] 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1226, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43105] 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1226, 127.0.0.1:8213, complete] completed CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43105, Token=A0E4299900A4D44F, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1228, 127.0.0.1:8213] send request 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1228, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1228, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1228, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43106], CON-POST MID=43106, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1228, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C344CCC116E23D3], CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 14:01:42.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43106], KeyToken[127.0.0.1:8213-1C344CCC116E23D3]] 14:01:42.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 14:01:42.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43106] 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1229, 127.0.0.1:8210] replace CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1229, 127.0.0.1:8210] send response NON-2.05 MID=43106, Token=null, OptionSet={}, "server responds hi" 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1229, 127.0.0.1:8210, complete]! 14:01:42.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1229, 127.0.0.1:8210, complete] completed NON-2.04 MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 14:01:42.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 14:01:42.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43106] 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1228, 127.0.0.1:8213, complete]! 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1228, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C344CCC116E23D3] 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1228, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43106] 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1228, 127.0.0.1:8213, complete] completed CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43106, Token=1C344CCC116E23D3, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1230, 127.0.0.1:8213] send request 14:01:42.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1230, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1230, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1230, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43107], CON-POST MID=43107, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1230, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-346D52DD40B4C22C], CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43107], KeyToken[127.0.0.1:8213-346D52DD40B4C22C]] 14:01:42.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 14:01:42.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43107] 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1231, 127.0.0.1:8210] replace CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1231, 127.0.0.1:8210] send response NON-2.05 MID=43107, Token=null, OptionSet={}, "server responds hi" 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1231, 127.0.0.1:8210, complete]! 14:01:42.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1231, 127.0.0.1:8210, complete] completed NON-2.04 MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 14:01:42.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 14:01:42.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43107] 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1230, 127.0.0.1:8213, complete]! 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1230, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-346D52DD40B4C22C] 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1230, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43107] 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1230, 127.0.0.1:8213, complete] completed CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43107, Token=346D52DD40B4C22C, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1232, 127.0.0.1:8213] send request 14:01:42.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1232, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1232, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1232, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43108], CON-POST MID=43108, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1232, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C4BD034CF5DB0EBB], CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43108], KeyToken[127.0.0.1:8213-C4BD034CF5DB0EBB]] 14:01:42.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 14:01:42.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43108] 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1233, 127.0.0.1:8210] replace CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1233, 127.0.0.1:8210] send response NON-2.05 MID=43108, Token=null, OptionSet={}, "server responds hi" 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1233, 127.0.0.1:8210, complete]! 14:01:42.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1233, 127.0.0.1:8210, complete] completed NON-2.04 MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 14:01:42.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 14:01:42.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43108] 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1232, 127.0.0.1:8213, complete]! 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1232, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C4BD034CF5DB0EBB] 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1232, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43108] 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1232, 127.0.0.1:8213, complete] completed CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43108, Token=C4BD034CF5DB0EBB, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1234, 127.0.0.1:8213] send request 14:01:42.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1234, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1234, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1234, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43109], CON-POST MID=43109, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1234, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-647AAEBD4FD60895], CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43109], KeyToken[127.0.0.1:8213-647AAEBD4FD60895]] 14:01:42.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 14:01:42.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43109] 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1235, 127.0.0.1:8210] replace CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1235, 127.0.0.1:8210] send response NON-2.05 MID=43109, Token=null, OptionSet={}, "server responds hi" 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1235, 127.0.0.1:8210, complete]! 14:01:42.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1235, 127.0.0.1:8210, complete] completed NON-2.04 MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 14:01:42.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 14:01:42.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43109] 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1234, 127.0.0.1:8213, complete]! 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1234, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-647AAEBD4FD60895] 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1234, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43109] 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1234, 127.0.0.1:8213, complete] completed CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43109, Token=647AAEBD4FD60895, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1236, 127.0.0.1:8213] send request 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1236, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1236, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1236, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43110], CON-POST MID=43110, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1236, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D01BBD6FEE39773C], CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43110], KeyToken[127.0.0.1:8213-D01BBD6FEE39773C]] 14:01:42.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 14:01:42.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43110] 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1237, 127.0.0.1:8210] replace CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1237, 127.0.0.1:8210] send response NON-2.05 MID=43110, Token=null, OptionSet={}, "server responds hi" 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1237, 127.0.0.1:8210, complete]! 14:01:42.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1237, 127.0.0.1:8210, complete] completed NON-2.04 MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 14:01:42.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 14:01:42.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43110] 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1236, 127.0.0.1:8213, complete]! 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1236, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D01BBD6FEE39773C] 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1236, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43110] 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1236, 127.0.0.1:8213, complete] completed CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43110, Token=D01BBD6FEE39773C, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1238, 127.0.0.1:8213] send request 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1238, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1238, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1238, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43111], CON-POST MID=43111, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1238, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC2D4C397DD8F191], CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43111], KeyToken[127.0.0.1:8213-CC2D4C397DD8F191]] 14:01:42.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 14:01:42.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43111] 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1239, 127.0.0.1:8210] replace CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1239, 127.0.0.1:8210] send response NON-2.05 MID=43111, Token=null, OptionSet={}, "server responds hi" 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1239, 127.0.0.1:8210, complete]! 14:01:42.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1239, 127.0.0.1:8210, complete] completed NON-2.04 MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 14:01:42.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 14:01:42.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43111] 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1238, 127.0.0.1:8213, complete]! 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1238, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC2D4C397DD8F191] 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1238, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43111] 14:01:42.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1238, 127.0.0.1:8213, complete] completed CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43111, Token=CC2D4C397DD8F191, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1240, 127.0.0.1:8213] send request 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1240, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1240, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1240, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43112], CON-POST MID=43112, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1240, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8436663500693DFA], CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43112], KeyToken[127.0.0.1:8213-8436663500693DFA]] 14:01:42.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 14:01:42.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43112] 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1241, 127.0.0.1:8210] replace CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1241, 127.0.0.1:8210] send response NON-2.05 MID=43112, Token=null, OptionSet={}, "server responds hi" 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1241, 127.0.0.1:8210, complete]! 14:01:42.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1241, 127.0.0.1:8210, complete] completed NON-2.04 MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 14:01:42.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 14:01:42.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43112] 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1240, 127.0.0.1:8213, complete]! 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1240, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8436663500693DFA] 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1240, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43112] 14:01:42.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1240, 127.0.0.1:8213, complete] completed CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43112, Token=8436663500693DFA, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1242, 127.0.0.1:8213] send request 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1242, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1242, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1242, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43113], CON-POST MID=43113, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1242, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30B6D26BEFBFDBC9], CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43113], KeyToken[127.0.0.1:8213-30B6D26BEFBFDBC9]] 14:01:42.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 14:01:42.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43113] 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1243, 127.0.0.1:8210] replace CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1243, 127.0.0.1:8210] send response NON-2.05 MID=43113, Token=null, OptionSet={}, "server responds hi" 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1243, 127.0.0.1:8210, complete]! 14:01:42.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1243, 127.0.0.1:8210, complete] completed NON-2.04 MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 14:01:42.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 14:01:42.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43113] 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1242, 127.0.0.1:8213, complete]! 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1242, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30B6D26BEFBFDBC9] 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1242, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43113] 14:01:42.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1242, 127.0.0.1:8213, complete] completed CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43113, Token=30B6D26BEFBFDBC9, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1244, 127.0.0.1:8213] send request 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1244, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1244, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1244, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43114], CON-POST MID=43114, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1244, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C55DCC663569C91], CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43114], KeyToken[127.0.0.1:8213-1C55DCC663569C91]] 14:01:42.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 14:01:42.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43114] 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1245, 127.0.0.1:8210] replace CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1245, 127.0.0.1:8210] send response NON-2.05 MID=43114, Token=null, OptionSet={}, "server responds hi" 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1245, 127.0.0.1:8210, complete]! 14:01:42.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1245, 127.0.0.1:8210, complete] completed NON-2.04 MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 14:01:42.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 14:01:42.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43114] 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1244, 127.0.0.1:8213, complete]! 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1244, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C55DCC663569C91] 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1244, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43114] 14:01:42.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1244, 127.0.0.1:8213, complete] completed CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43114, Token=1C55DCC663569C91, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1246, 127.0.0.1:8213] send request 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1246, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1246, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1246, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43115], CON-POST MID=43115, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1246, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C4C9D5F692809FD], CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43115], KeyToken[127.0.0.1:8213-5C4C9D5F692809FD]] 14:01:42.882 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 14:01:42.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43115] 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1247, 127.0.0.1:8210] replace CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1247, 127.0.0.1:8210] send response NON-2.05 MID=43115, Token=null, OptionSet={}, "server responds hi" 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1247, 127.0.0.1:8210, complete]! 14:01:42.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1247, 127.0.0.1:8210, complete] completed NON-2.04 MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 14:01:42.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 14:01:42.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43115] 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1246, 127.0.0.1:8213, complete]! 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1246, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C4C9D5F692809FD] 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1246, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43115] 14:01:42.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1246, 127.0.0.1:8213, complete] completed CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43115, Token=5C4C9D5F692809FD, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1248, 127.0.0.1:8213] send request 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1248, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1248, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1248, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43116], CON-POST MID=43116, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1248, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4E613F01D57F5A2], CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43116], KeyToken[127.0.0.1:8213-A4E613F01D57F5A2]] 14:01:42.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 14:01:42.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43116] 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1249, 127.0.0.1:8210] replace CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1249, 127.0.0.1:8210] send response NON-2.05 MID=43116, Token=null, OptionSet={}, "server responds hi" 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1249, 127.0.0.1:8210, complete]! 14:01:42.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1249, 127.0.0.1:8210, complete] completed NON-2.04 MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 14:01:42.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 14:01:42.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43116] 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1248, 127.0.0.1:8213, complete]! 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1248, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4E613F01D57F5A2] 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1248, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43116] 14:01:42.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1248, 127.0.0.1:8213, complete] completed CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43116, Token=A4E613F01D57F5A2, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1250, 127.0.0.1:8213] send request 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1250, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1250, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1250, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43117], CON-POST MID=43117, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1250, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-98A1AF746A09F3E0], CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 14:01:42.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43117], KeyToken[127.0.0.1:8213-98A1AF746A09F3E0]] 14:01:42.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 14:01:42.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43117] 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1251, 127.0.0.1:8210] replace CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1251, 127.0.0.1:8210] send response NON-2.05 MID=43117, Token=null, OptionSet={}, "server responds hi" 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1251, 127.0.0.1:8210, complete]! 14:01:42.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1251, 127.0.0.1:8210, complete] completed NON-2.04 MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 14:01:42.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 14:01:42.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43117] 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1250, 127.0.0.1:8213, complete]! 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1250, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-98A1AF746A09F3E0] 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1250, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43117] 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1250, 127.0.0.1:8213, complete] completed CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43117, Token=98A1AF746A09F3E0, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1252, 127.0.0.1:8213] send request 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1252, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1252, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1252, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43118], CON-POST MID=43118, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1252, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D868E51044D26DAF], CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 14:01:42.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43118], KeyToken[127.0.0.1:8213-D868E51044D26DAF]] 14:01:42.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 14:01:42.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43118] 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1253, 127.0.0.1:8210] replace CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1253, 127.0.0.1:8210] send response NON-2.05 MID=43118, Token=null, OptionSet={}, "server responds hi" 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1253, 127.0.0.1:8210, complete]! 14:01:42.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1253, 127.0.0.1:8210, complete] completed NON-2.04 MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 14:01:42.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 14:01:42.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43118] 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1252, 127.0.0.1:8213, complete]! 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1252, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D868E51044D26DAF] 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1252, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43118] 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1252, 127.0.0.1:8213, complete] completed CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43118, Token=D868E51044D26DAF, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1254, 127.0.0.1:8213] send request 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1254, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1254, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1254, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43119], CON-POST MID=43119, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1254, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C5C9A3541E93252], CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 14:01:42.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43119], KeyToken[127.0.0.1:8213-4C5C9A3541E93252]] 14:01:42.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.886 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 14:01:42.886 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43119] 14:01:42.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1255, 127.0.0.1:8210] replace CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1255, 127.0.0.1:8210] send response NON-2.05 MID=43119, Token=null, OptionSet={}, "server responds hi" 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1255, 127.0.0.1:8210, complete]! 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1255, 127.0.0.1:8210, complete] completed NON-2.04 MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 14:01:42.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 14:01:42.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43119] 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1254, 127.0.0.1:8213, complete]! 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1254, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C5C9A3541E93252] 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1254, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43119] 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1254, 127.0.0.1:8213, complete] completed CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43119, Token=4C5C9A3541E93252, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1256, 127.0.0.1:8213] send request 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1256, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1256, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1256, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43120], CON-POST MID=43120, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1256, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-24926277DB74D0AB], CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 14:01:42.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43120], KeyToken[127.0.0.1:8213-24926277DB74D0AB]] 14:01:42.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 14:01:42.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43120] 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1257, 127.0.0.1:8210] replace CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1257, 127.0.0.1:8210] send response NON-2.05 MID=43120, Token=null, OptionSet={}, "server responds hi" 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1257, 127.0.0.1:8210, complete]! 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1257, 127.0.0.1:8210, complete] completed NON-2.04 MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 14:01:42.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 14:01:42.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43120] 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1256, 127.0.0.1:8213, complete]! 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1256, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-24926277DB74D0AB] 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1256, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43120] 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1256, 127.0.0.1:8213, complete] completed CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43120, Token=24926277DB74D0AB, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1258, 127.0.0.1:8213] send request 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1258, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1258, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1258, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43121], CON-POST MID=43121, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1258, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3080CB54CF7A0A26], CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 14:01:42.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43121], KeyToken[127.0.0.1:8213-3080CB54CF7A0A26]] 14:01:42.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 14:01:42.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43121] 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1259, 127.0.0.1:8210] replace CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1259, 127.0.0.1:8210] send response NON-2.05 MID=43121, Token=null, OptionSet={}, "server responds hi" 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1259, 127.0.0.1:8210, complete]! 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1259, 127.0.0.1:8210, complete] completed NON-2.04 MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 14:01:42.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 14:01:42.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43121] 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1258, 127.0.0.1:8213, complete]! 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1258, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3080CB54CF7A0A26] 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1258, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43121] 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1258, 127.0.0.1:8213, complete] completed CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43121, Token=3080CB54CF7A0A26, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1260, 127.0.0.1:8213] send request 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1260, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1260, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1260, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43122], CON-POST MID=43122, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1260, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-64A00AFC1F8793F0], CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 14:01:42.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43122], KeyToken[127.0.0.1:8213-64A00AFC1F8793F0]] 14:01:42.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 14:01:42.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43122] 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1261, 127.0.0.1:8210] replace CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1261, 127.0.0.1:8210] send response NON-2.05 MID=43122, Token=null, OptionSet={}, "server responds hi" 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1261, 127.0.0.1:8210, complete]! 14:01:42.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1261, 127.0.0.1:8210, complete] completed NON-2.04 MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 14:01:42.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 14:01:42.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43122] 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1260, 127.0.0.1:8213, complete]! 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1260, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-64A00AFC1F8793F0] 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1260, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43122] 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1260, 127.0.0.1:8213, complete] completed CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43122, Token=64A00AFC1F8793F0, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1262, 127.0.0.1:8213] send request 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1262, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1262, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1262, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43123], CON-POST MID=43123, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1262, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3C98B681E1ED32D2], CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 14:01:42.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43123], KeyToken[127.0.0.1:8213-3C98B681E1ED32D2]] 14:01:42.890 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.890 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 14:01:42.890 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43123] 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1263, 127.0.0.1:8210] replace CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1263, 127.0.0.1:8210] send response NON-2.05 MID=43123, Token=null, OptionSet={}, "server responds hi" 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1263, 127.0.0.1:8210, complete]! 14:01:42.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1263, 127.0.0.1:8210, complete] completed NON-2.04 MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 14:01:42.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 14:01:42.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43123] 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1262, 127.0.0.1:8213, complete]! 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1262, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3C98B681E1ED32D2] 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1262, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43123] 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1262, 127.0.0.1:8213, complete] completed CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43123, Token=3C98B681E1ED32D2, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1264, 127.0.0.1:8213] send request 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1264, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1264, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1264, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43124], CON-POST MID=43124, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1264, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0E2B56A632AA329], CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43124], KeyToken[127.0.0.1:8213-D0E2B56A632AA329]] 14:01:42.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 14:01:42.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43124] 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1265, 127.0.0.1:8210] replace CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1265, 127.0.0.1:8210] send response NON-2.05 MID=43124, Token=null, OptionSet={}, "server responds hi" 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1265, 127.0.0.1:8210, complete]! 14:01:42.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1265, 127.0.0.1:8210, complete] completed NON-2.04 MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 14:01:42.891 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 14:01:42.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43124] 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1264, 127.0.0.1:8213, complete]! 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1264, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0E2B56A632AA329] 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1264, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43124] 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1264, 127.0.0.1:8213, complete] completed CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43124, Token=D0E2B56A632AA329, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1266, 127.0.0.1:8213] send request 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1266, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1266, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1266, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43125], CON-POST MID=43125, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1266, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E04643188D8A49BC], CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 14:01:42.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43125], KeyToken[127.0.0.1:8213-E04643188D8A49BC]] 14:01:42.950 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 14:01:42.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43125] 14:01:42.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1267, 127.0.0.1:8210] replace CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1267, 127.0.0.1:8210] send response NON-2.05 MID=43125, Token=null, OptionSet={}, "server responds hi" 14:01:42.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1267, 127.0.0.1:8210, complete]! 14:01:42.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1267, 127.0.0.1:8210, complete] completed NON-2.04 MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 14:01:42.951 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 14:01:42.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43125] 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1266, 127.0.0.1:8213, complete]! 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1266, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E04643188D8A49BC] 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1266, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43125] 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1266, 127.0.0.1:8213, complete] completed CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43125, Token=E04643188D8A49BC, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1268, 127.0.0.1:8213] send request 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1268, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1268, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1268, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43126], CON-POST MID=43126, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1268, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-885A94C2253684E2], CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 14:01:42.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43126], KeyToken[127.0.0.1:8213-885A94C2253684E2]] 14:01:42.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 14:01:42.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43126] 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1269, 127.0.0.1:8210] replace CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1269, 127.0.0.1:8210] send response NON-2.05 MID=43126, Token=null, OptionSet={}, "server responds hi" 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1269, 127.0.0.1:8210, complete]! 14:01:42.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1269, 127.0.0.1:8210, complete] completed NON-2.04 MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 14:01:42.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 14:01:42.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43126] 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1268, 127.0.0.1:8213, complete]! 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1268, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-885A94C2253684E2] 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1268, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43126] 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1268, 127.0.0.1:8213, complete] completed CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43126, Token=885A94C2253684E2, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1270, 127.0.0.1:8213] send request 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1270, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1270, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1270, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43127], CON-POST MID=43127, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1270, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CB72DA91CB41208], CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43127], KeyToken[127.0.0.1:8213-7CB72DA91CB41208]] 14:01:42.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 14:01:42.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43127] 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1271, 127.0.0.1:8210] replace CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1271, 127.0.0.1:8210] send response NON-2.05 MID=43127, Token=null, OptionSet={}, "server responds hi" 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1271, 127.0.0.1:8210, complete]! 14:01:42.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1271, 127.0.0.1:8210, complete] completed NON-2.04 MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 14:01:42.953 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 14:01:42.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43127] 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1270, 127.0.0.1:8213, complete]! 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1270, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CB72DA91CB41208] 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1270, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43127] 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1270, 127.0.0.1:8213, complete] completed CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43127, Token=7CB72DA91CB41208, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1272, 127.0.0.1:8213] send request 14:01:42.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1272, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1272, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1272, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43128], CON-POST MID=43128, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1272, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8115EAA09056EFE], CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43128], KeyToken[127.0.0.1:8213-B8115EAA09056EFE]] 14:01:42.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 14:01:42.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43128] 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1273, 127.0.0.1:8210] replace CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1273, 127.0.0.1:8210] send response NON-2.05 MID=43128, Token=null, OptionSet={}, "server responds hi" 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1273, 127.0.0.1:8210, complete]! 14:01:42.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1273, 127.0.0.1:8210, complete] completed NON-2.04 MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 14:01:42.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 14:01:42.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43128] 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1272, 127.0.0.1:8213, complete]! 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1272, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8115EAA09056EFE] 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1272, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43128] 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1272, 127.0.0.1:8213, complete] completed CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43128, Token=B8115EAA09056EFE, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1274, 127.0.0.1:8213] send request 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1274, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1274, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1274, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43129], CON-POST MID=43129, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1274, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0306FEA1DC4CE77], CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43129], KeyToken[127.0.0.1:8213-D0306FEA1DC4CE77]] 14:01:42.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 14:01:42.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43129] 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1275, 127.0.0.1:8210] replace CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1275, 127.0.0.1:8210] send response NON-2.05 MID=43129, Token=null, OptionSet={}, "server responds hi" 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1275, 127.0.0.1:8210, complete]! 14:01:42.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1275, 127.0.0.1:8210, complete] completed NON-2.04 MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 14:01:42.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 14:01:42.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43129] 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1274, 127.0.0.1:8213, complete]! 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1274, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0306FEA1DC4CE77] 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1274, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43129] 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1274, 127.0.0.1:8213, complete] completed CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43129, Token=D0306FEA1DC4CE77, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1276, 127.0.0.1:8213] send request 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1276, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1276, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1276, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43130], CON-POST MID=43130, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1276, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D86328F0A961A365], CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 14:01:42.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43130], KeyToken[127.0.0.1:8213-D86328F0A961A365]] 14:01:42.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 14:01:42.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43130] 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1277, 127.0.0.1:8210] replace CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1277, 127.0.0.1:8210] send response NON-2.05 MID=43130, Token=null, OptionSet={}, "server responds hi" 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1277, 127.0.0.1:8210, complete]! 14:01:42.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1277, 127.0.0.1:8210, complete] completed NON-2.04 MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 14:01:42.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 14:01:42.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43130] 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1276, 127.0.0.1:8213, complete]! 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1276, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D86328F0A961A365] 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1276, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43130] 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1276, 127.0.0.1:8213, complete] completed CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43130, Token=D86328F0A961A365, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1278, 127.0.0.1:8213] send request 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1278, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1278, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1278, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43131], CON-POST MID=43131, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1278, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-743FF3815739966B], CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 14:01:42.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43131], KeyToken[127.0.0.1:8213-743FF3815739966B]] 14:01:42.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 14:01:42.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43131] 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1279, 127.0.0.1:8210] replace CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1279, 127.0.0.1:8210] send response NON-2.05 MID=43131, Token=null, OptionSet={}, "server responds hi" 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1279, 127.0.0.1:8210, complete]! 14:01:42.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1279, 127.0.0.1:8210, complete] completed NON-2.04 MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 14:01:42.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 14:01:42.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43131] 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1278, 127.0.0.1:8213, complete]! 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1278, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-743FF3815739966B] 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1278, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43131] 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1278, 127.0.0.1:8213, complete] completed CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43131, Token=743FF3815739966B, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1280, 127.0.0.1:8213] send request 14:01:42.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1280, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1280, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1280, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43132], CON-POST MID=43132, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1280, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C9534DD9FE416CC], CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43132], KeyToken[127.0.0.1:8213-2C9534DD9FE416CC]] 14:01:42.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 14:01:42.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43132] 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1281, 127.0.0.1:8210] replace CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1281, 127.0.0.1:8210] send response NON-2.05 MID=43132, Token=null, OptionSet={}, "server responds hi" 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1281, 127.0.0.1:8210, complete]! 14:01:42.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1281, 127.0.0.1:8210, complete] completed NON-2.04 MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 14:01:42.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 14:01:42.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43132] 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1280, 127.0.0.1:8213, complete]! 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1280, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C9534DD9FE416CC] 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1280, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43132] 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1280, 127.0.0.1:8213, complete] completed CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43132, Token=2C9534DD9FE416CC, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1282, 127.0.0.1:8213] send request 14:01:42.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1282, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1282, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1282, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43133], CON-POST MID=43133, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1282, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4A6C661E5C06CA2], CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43133], KeyToken[127.0.0.1:8213-F4A6C661E5C06CA2]] 14:01:42.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 14:01:42.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43133] 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1283, 127.0.0.1:8210] replace CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1283, 127.0.0.1:8210] send response NON-2.05 MID=43133, Token=null, OptionSet={}, "server responds hi" 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1283, 127.0.0.1:8210, complete]! 14:01:42.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1283, 127.0.0.1:8210, complete] completed NON-2.04 MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 14:01:42.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 14:01:42.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43133] 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1282, 127.0.0.1:8213, complete]! 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1282, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4A6C661E5C06CA2] 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1282, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43133] 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1282, 127.0.0.1:8213, complete] completed CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43133, Token=F4A6C661E5C06CA2, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1284, 127.0.0.1:8213] send request 14:01:42.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1284, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1284, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1284, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43134], CON-POST MID=43134, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1284, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-18AA06090FCCD43A], CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43134], KeyToken[127.0.0.1:8213-18AA06090FCCD43A]] 14:01:42.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213 14:01:42.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 14:01:42.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43134] 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1285, 127.0.0.1:8210] replace CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1285, 127.0.0.1:8210] send response NON-2.05 MID=43134, Token=null, OptionSet={}, "server responds hi" 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1285, 127.0.0.1:8210, complete]! 14:01:42.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1285, 127.0.0.1:8210, complete] completed NON-2.04 MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 14:01:42.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 14:01:42.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43134] 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1284, 127.0.0.1:8213, complete]! 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1284, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-18AA06090FCCD43A] 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1284, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43134] 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1284, 127.0.0.1:8213, complete] completed CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43134, Token=18AA06090FCCD43A, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1286, 127.0.0.1:8213] send request 14:01:42.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1286, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1286, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1286, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43135], CON-POST MID=43135, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1286, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E03BD50FC109E122], CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43135], KeyToken[127.0.0.1:8213-E03BD50FC109E122]] 14:01:42.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 14:01:42.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43135] 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1287, 127.0.0.1:8210] replace CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1287, 127.0.0.1:8210] send response NON-2.05 MID=43135, Token=null, OptionSet={}, "server responds hi" 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1287, 127.0.0.1:8210, complete]! 14:01:42.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1287, 127.0.0.1:8210, complete] completed NON-2.04 MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 14:01:42.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 14:01:42.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43135] 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1286, 127.0.0.1:8213, complete]! 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1286, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E03BD50FC109E122] 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1286, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43135] 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1286, 127.0.0.1:8213, complete] completed CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43135, Token=E03BD50FC109E122, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1288, 127.0.0.1:8213] send request 14:01:42.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1288, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1288, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1288, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43136], CON-POST MID=43136, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1288, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-28E4801C19D0B121], CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43136], KeyToken[127.0.0.1:8213-28E4801C19D0B121]] 14:01:42.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 14:01:42.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43136] 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1289, 127.0.0.1:8210] replace CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1289, 127.0.0.1:8210] send response NON-2.05 MID=43136, Token=null, OptionSet={}, "server responds hi" 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1289, 127.0.0.1:8210, complete]! 14:01:42.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1289, 127.0.0.1:8210, complete] completed NON-2.04 MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 14:01:42.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 14:01:42.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43136] 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1288, 127.0.0.1:8213, complete]! 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1288, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-28E4801C19D0B121] 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1288, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43136] 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1288, 127.0.0.1:8213, complete] completed CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43136, Token=28E4801C19D0B121, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1290, 127.0.0.1:8213] send request 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1290, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1290, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:42.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1290, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43137], CON-POST MID=43137, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1290, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7C8B8225BA8C40F4], CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43137], KeyToken[127.0.0.1:8213-7C8B8225BA8C40F4]] 14:01:42.963 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 14:01:42.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43137] 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1291, 127.0.0.1:8210] replace CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1291, 127.0.0.1:8210] send response NON-2.05 MID=43137, Token=null, OptionSet={}, "server responds hi" 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1291, 127.0.0.1:8210, complete]! 14:01:42.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1291, 127.0.0.1:8210, complete] completed NON-2.04 MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 14:01:42.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 14:01:42.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43137] 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1290, 127.0.0.1:8213, complete]! 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1290, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7C8B8225BA8C40F4] 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1290, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43137] 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1290, 127.0.0.1:8213, complete] completed CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43137, Token=7C8B8225BA8C40F4, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1292, 127.0.0.1:8213] send request 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1292, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1292, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:42.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1292, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43138], CON-POST MID=43138, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1292, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00F5EE0A2767830A], CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43138], KeyToken[127.0.0.1:8213-00F5EE0A2767830A]] 14:01:42.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 14:01:42.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43138] 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1293, 127.0.0.1:8210] replace CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1293, 127.0.0.1:8210] send response NON-2.05 MID=43138, Token=null, OptionSet={}, "server responds hi" 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1293, 127.0.0.1:8210, complete]! 14:01:42.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1293, 127.0.0.1:8210, complete] completed NON-2.04 MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 14:01:42.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 14:01:42.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43138] 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1292, 127.0.0.1:8213, complete]! 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1292, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00F5EE0A2767830A] 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1292, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43138] 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1292, 127.0.0.1:8213, complete] completed CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43138, Token=00F5EE0A2767830A, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1294, 127.0.0.1:8213] send request 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1294, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1294, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:42.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1294, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43139], CON-POST MID=43139, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1294, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C029B5F17F4D53FD], CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43139], KeyToken[127.0.0.1:8213-C029B5F17F4D53FD]] 14:01:42.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 14:01:42.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43139] 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1295, 127.0.0.1:8210] replace CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1295, 127.0.0.1:8210] send response NON-2.05 MID=43139, Token=null, OptionSet={}, "server responds hi" 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1295, 127.0.0.1:8210, complete]! 14:01:42.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1295, 127.0.0.1:8210, complete] completed NON-2.04 MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 14:01:42.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 14:01:42.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43139] 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1294, 127.0.0.1:8213, complete]! 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1294, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C029B5F17F4D53FD] 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1294, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43139] 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1294, 127.0.0.1:8213, complete] completed CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43139, Token=C029B5F17F4D53FD, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1296, 127.0.0.1:8213] send request 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1296, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1296, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1296, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43140], CON-POST MID=43140, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:42.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1296, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-28B6837D0D8E1B3A], CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43140], KeyToken[127.0.0.1:8213-28B6837D0D8E1B3A]] 14:01:42.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 14:01:42.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43140] 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1297, 127.0.0.1:8210] replace CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1297, 127.0.0.1:8210] send response NON-2.05 MID=43140, Token=null, OptionSet={}, "server responds hi" 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1297, 127.0.0.1:8210, complete]! 14:01:42.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1297, 127.0.0.1:8210, complete] completed NON-2.04 MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 14:01:42.966 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 14:01:42.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43140] 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1296, 127.0.0.1:8213, complete]! 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1296, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-28B6837D0D8E1B3A] 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1296, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43140] 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1296, 127.0.0.1:8213, complete] completed CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43140, Token=28B6837D0D8E1B3A, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1298, 127.0.0.1:8213] send request 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1298, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1298, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1298, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43141], CON-POST MID=43141, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1298, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08FDEA8DD69CB10E], CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43141], KeyToken[127.0.0.1:8213-08FDEA8DD69CB10E]] 14:01:42.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 14:01:42.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43141] 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1299, 127.0.0.1:8210] replace CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1299, 127.0.0.1:8210] send response NON-2.05 MID=43141, Token=null, OptionSet={}, "server responds hi" 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1299, 127.0.0.1:8210, complete]! 14:01:42.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1299, 127.0.0.1:8210, complete] completed NON-2.04 MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 14:01:42.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 14:01:42.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43141] 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1298, 127.0.0.1:8213, complete]! 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1298, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08FDEA8DD69CB10E] 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1298, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43141] 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1298, 127.0.0.1:8213, complete] completed CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43141, Token=08FDEA8DD69CB10E, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1300, 127.0.0.1:8213] send request 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1300, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1300, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1300, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43142], CON-POST MID=43142, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1300, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-741EAA4DF718A64B], CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43142], KeyToken[127.0.0.1:8213-741EAA4DF718A64B]] 14:01:42.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 14:01:42.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43142] 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1301, 127.0.0.1:8210] replace CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1301, 127.0.0.1:8210] send response NON-2.05 MID=43142, Token=null, OptionSet={}, "server responds hi" 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1301, 127.0.0.1:8210, complete]! 14:01:42.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1301, 127.0.0.1:8210, complete] completed NON-2.04 MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 14:01:42.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 14:01:42.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43142] 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1300, 127.0.0.1:8213, complete]! 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1300, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-741EAA4DF718A64B] 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1300, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43142] 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1300, 127.0.0.1:8213, complete] completed CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43142, Token=741EAA4DF718A64B, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1302, 127.0.0.1:8213] send request 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1302, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1302, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1302, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43143], CON-POST MID=43143, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1302, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3084D060B4424E77], CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43143], KeyToken[127.0.0.1:8213-3084D060B4424E77]] 14:01:42.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 14:01:42.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43143] 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1303, 127.0.0.1:8210] replace CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1303, 127.0.0.1:8210] send response NON-2.05 MID=43143, Token=null, OptionSet={}, "server responds hi" 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1303, 127.0.0.1:8210, complete]! 14:01:42.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1303, 127.0.0.1:8210, complete] completed NON-2.04 MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 14:01:42.969 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 14:01:42.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43143] 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1302, 127.0.0.1:8213, complete]! 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1302, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3084D060B4424E77] 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1302, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43143] 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1302, 127.0.0.1:8213, complete] completed CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43143, Token=3084D060B4424E77, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1304, 127.0.0.1:8213] send request 14:01:42.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1304, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1304, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:42.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1304, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43144], CON-POST MID=43144, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:42.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1304, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-68EA90E86CBEDEE2], CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 14:01:42.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43144], KeyToken[127.0.0.1:8213-68EA90E86CBEDEE2]] 14:01:42.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 14:01:42.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43144] 14:01:42.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1305, 127.0.0.1:8210] replace CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1305, 127.0.0.1:8210] send response NON-2.05 MID=43144, Token=null, OptionSet={}, "server responds hi" 14:01:42.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1305, 127.0.0.1:8210, complete]! 14:01:42.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1305, 127.0.0.1:8210, complete] completed NON-2.04 MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 14:01:42.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 14:01:42.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43144] 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1304, 127.0.0.1:8213, complete]! 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1304, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-68EA90E86CBEDEE2] 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1304, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43144] 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1304, 127.0.0.1:8213, complete] completed CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43144, Token=68EA90E86CBEDEE2, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1306, 127.0.0.1:8213] send request 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1306, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1306, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1306, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43145], CON-POST MID=43145, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1306, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC07C9CD88B50921], CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 14:01:42.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43145], KeyToken[127.0.0.1:8213-CC07C9CD88B50921]] 14:01:42.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 14:01:42.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43145] 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1307, 127.0.0.1:8210] replace CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1307, 127.0.0.1:8210] send response NON-2.05 MID=43145, Token=null, OptionSet={}, "server responds hi" 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1307, 127.0.0.1:8210, complete]! 14:01:42.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1307, 127.0.0.1:8210, complete] completed NON-2.04 MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 14:01:42.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 14:01:42.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43145] 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1306, 127.0.0.1:8213, complete]! 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1306, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC07C9CD88B50921] 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1306, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43145] 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1306, 127.0.0.1:8213, complete] completed CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43145, Token=CC07C9CD88B50921, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1308, 127.0.0.1:8213] send request 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1308, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1308, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1308, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43146], CON-POST MID=43146, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1308, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8045863C60C005E5], CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 14:01:42.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43146], KeyToken[127.0.0.1:8213-8045863C60C005E5]] 14:01:42.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 14:01:42.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43146] 14:01:42.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1309, 127.0.0.1:8210] replace CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1309, 127.0.0.1:8210] send response NON-2.05 MID=43146, Token=null, OptionSet={}, "server responds hi" 14:01:42.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1309, 127.0.0.1:8210, complete]! 14:01:42.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1309, 127.0.0.1:8210, complete] completed NON-2.04 MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 14:01:42.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 14:01:42.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43146] 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1308, 127.0.0.1:8213, complete]! 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1308, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8045863C60C005E5] 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1308, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43146] 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1308, 127.0.0.1:8213, complete] completed CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43146, Token=8045863C60C005E5, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1310, 127.0.0.1:8213] send request 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1310, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1310, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1310, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43147], CON-POST MID=43147, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1310, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F8125DFD3FDF8724], CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 14:01:42.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43147], KeyToken[127.0.0.1:8213-F8125DFD3FDF8724]] 14:01:42.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 14:01:42.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43147] 14:01:42.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1311, 127.0.0.1:8210] replace CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1311, 127.0.0.1:8210] send response NON-2.05 MID=43147, Token=null, OptionSet={}, "server responds hi" 14:01:42.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1311, 127.0.0.1:8210, complete]! 14:01:42.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1311, 127.0.0.1:8210, complete] completed NON-2.04 MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 14:01:42.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 14:01:42.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43147] 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1310, 127.0.0.1:8213, complete]! 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1310, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F8125DFD3FDF8724] 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1310, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43147] 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1310, 127.0.0.1:8213, complete] completed CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43147, Token=F8125DFD3FDF8724, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1312, 127.0.0.1:8213] send request 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1312, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1312, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1312, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43148], CON-POST MID=43148, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1312, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08194E525BABA20C], CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 14:01:42.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43148], KeyToken[127.0.0.1:8213-08194E525BABA20C]] 14:01:42.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 14:01:42.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43148] 14:01:42.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1313, 127.0.0.1:8210] replace CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1313, 127.0.0.1:8210] send response NON-2.05 MID=43148, Token=null, OptionSet={}, "server responds hi" 14:01:42.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1313, 127.0.0.1:8210, complete]! 14:01:42.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1313, 127.0.0.1:8210, complete] completed NON-2.04 MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 14:01:42.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 14:01:42.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43148] 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1312, 127.0.0.1:8213, complete]! 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1312, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08194E525BABA20C] 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1312, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43148] 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1312, 127.0.0.1:8213, complete] completed CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43148, Token=08194E525BABA20C, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1314, 127.0.0.1:8213] send request 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1314, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1314, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1314, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43149], CON-POST MID=43149, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1314, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8F2F4CC3499FF5A], CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 14:01:42.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43149], KeyToken[127.0.0.1:8213-E8F2F4CC3499FF5A]] 14:01:42.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 14:01:42.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43149] 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1315, 127.0.0.1:8210] replace CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1315, 127.0.0.1:8210] send response NON-2.05 MID=43149, Token=null, OptionSet={}, "server responds hi" 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1315, 127.0.0.1:8210, complete]! 14:01:42.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1315, 127.0.0.1:8210, complete] completed NON-2.04 MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 14:01:42.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 14:01:42.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43149] 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1314, 127.0.0.1:8213, complete]! 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1314, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8F2F4CC3499FF5A] 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1314, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43149] 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1314, 127.0.0.1:8213, complete] completed CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43149, Token=E8F2F4CC3499FF5A, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1316, 127.0.0.1:8213] send request 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1316, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1316, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1316, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43150], CON-POST MID=43150, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1316, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECEC1C41ECB4844A], CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 14:01:42.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43150], KeyToken[127.0.0.1:8213-ECEC1C41ECB4844A]] 14:01:42.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 14:01:42.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43150] 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1317, 127.0.0.1:8210] replace CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1317, 127.0.0.1:8210] send response NON-2.05 MID=43150, Token=null, OptionSet={}, "server responds hi" 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1317, 127.0.0.1:8210, complete]! 14:01:42.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1317, 127.0.0.1:8210, complete] completed NON-2.04 MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 14:01:42.981 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 14:01:42.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43150] 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1316, 127.0.0.1:8213, complete]! 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1316, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECEC1C41ECB4844A] 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1316, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43150] 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1316, 127.0.0.1:8213, complete] completed CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43150, Token=ECEC1C41ECB4844A, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1318, 127.0.0.1:8213] send request 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1318, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1318, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:42.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1318, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43151], CON-POST MID=43151, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1318, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4BDE57A8E614C68], CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43151], KeyToken[127.0.0.1:8213-A4BDE57A8E614C68]] 14:01:42.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 14:01:42.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43151] 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1319, 127.0.0.1:8210] replace CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1319, 127.0.0.1:8210] send response NON-2.05 MID=43151, Token=null, OptionSet={}, "server responds hi" 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1319, 127.0.0.1:8210, complete]! 14:01:42.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1319, 127.0.0.1:8210, complete] completed NON-2.04 MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 14:01:42.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 14:01:42.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43151] 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1318, 127.0.0.1:8213, complete]! 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1318, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4BDE57A8E614C68] 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1318, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43151] 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1318, 127.0.0.1:8213, complete] completed CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43151, Token=A4BDE57A8E614C68, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1320, 127.0.0.1:8213] send request 14:01:42.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1320, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1320, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1320, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43152], CON-POST MID=43152, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1320, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-64BF48315B3C7601], CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43152], KeyToken[127.0.0.1:8213-64BF48315B3C7601]] 14:01:42.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 14:01:42.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43152] 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1321, 127.0.0.1:8210] replace CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1321, 127.0.0.1:8210] send response NON-2.05 MID=43152, Token=null, OptionSet={}, "server responds hi" 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1321, 127.0.0.1:8210, complete]! 14:01:42.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1321, 127.0.0.1:8210, complete] completed NON-2.04 MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 14:01:42.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 14:01:42.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43152] 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1320, 127.0.0.1:8213, complete]! 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1320, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-64BF48315B3C7601] 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1320, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43152] 14:01:42.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1320, 127.0.0.1:8213, complete] completed CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43152, Token=64BF48315B3C7601, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1322, 127.0.0.1:8213] send request 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1322, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1322, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1322, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43153], CON-POST MID=43153, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1322, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5CCF9B191F0F5085], CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43153], KeyToken[127.0.0.1:8213-5CCF9B191F0F5085]] 14:01:42.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 14:01:42.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43153] 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1323, 127.0.0.1:8210] replace CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1323, 127.0.0.1:8210] send response NON-2.05 MID=43153, Token=null, OptionSet={}, "server responds hi" 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1323, 127.0.0.1:8210, complete]! 14:01:42.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1323, 127.0.0.1:8210, complete] completed NON-2.04 MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 14:01:42.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 14:01:42.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43153] 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1322, 127.0.0.1:8213, complete]! 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1322, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5CCF9B191F0F5085] 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1322, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43153] 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1322, 127.0.0.1:8213, complete] completed CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43153, Token=5CCF9B191F0F5085, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1324, 127.0.0.1:8213] send request 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1324, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1324, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1324, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43154], CON-POST MID=43154, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1324, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-88DC7E044E47B05E], CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 14:01:42.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43154], KeyToken[127.0.0.1:8213-88DC7E044E47B05E]] 14:01:42.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 14:01:42.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43154] 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1325, 127.0.0.1:8210] replace CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1325, 127.0.0.1:8210] send response NON-2.05 MID=43154, Token=null, OptionSet={}, "server responds hi" 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1325, 127.0.0.1:8210, complete]! 14:01:42.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1325, 127.0.0.1:8210, complete] completed NON-2.04 MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 14:01:42.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 14:01:42.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43154] 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1324, 127.0.0.1:8213, complete]! 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1324, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-88DC7E044E47B05E] 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1324, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43154] 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1324, 127.0.0.1:8213, complete] completed CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43154, Token=88DC7E044E47B05E, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1326, 127.0.0.1:8213] send request 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1326, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1326, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1326, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43155], CON-POST MID=43155, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1326, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4071C5D2FF18228E], CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 14:01:42.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43155], KeyToken[127.0.0.1:8213-4071C5D2FF18228E]] 14:01:42.986 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 14:01:42.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43155] 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1327, 127.0.0.1:8210] replace CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1327, 127.0.0.1:8210] send response NON-2.05 MID=43155, Token=null, OptionSet={}, "server responds hi" 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1327, 127.0.0.1:8210, complete]! 14:01:42.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1327, 127.0.0.1:8210, complete] completed NON-2.04 MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 14:01:42.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 14:01:42.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43155] 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1326, 127.0.0.1:8213, complete]! 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1326, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4071C5D2FF18228E] 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1326, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43155] 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1326, 127.0.0.1:8213, complete] completed CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43155, Token=4071C5D2FF18228E, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1328, 127.0.0.1:8213] send request 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1328, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1328, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1328, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43156], CON-POST MID=43156, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1328, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0B92860C60152C0], CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 14:01:42.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43156], KeyToken[127.0.0.1:8213-D0B92860C60152C0]] 14:01:42.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 14:01:42.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43156] 14:01:42.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1329, 127.0.0.1:8210] replace CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1329, 127.0.0.1:8210] send response NON-2.05 MID=43156, Token=null, OptionSet={}, "server responds hi" 14:01:42.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1329, 127.0.0.1:8210, complete]! 14:01:42.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1329, 127.0.0.1:8210, complete] completed NON-2.04 MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 14:01:42.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 14:01:42.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43156] 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1328, 127.0.0.1:8213, complete]! 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1328, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0B92860C60152C0] 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1328, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43156] 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1328, 127.0.0.1:8213, complete] completed CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43156, Token=D0B92860C60152C0, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1330, 127.0.0.1:8213] send request 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1330, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1330, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1330, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43157], CON-POST MID=43157, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1330, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F462EC10CBB090D9], CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 14:01:42.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43157], KeyToken[127.0.0.1:8213-F462EC10CBB090D9]] 14:01:42.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 14:01:42.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43157] 14:01:42.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1331, 127.0.0.1:8210] replace CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1331, 127.0.0.1:8210] send response NON-2.05 MID=43157, Token=null, OptionSet={}, "server responds hi" 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1331, 127.0.0.1:8210, complete]! 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1331, 127.0.0.1:8210, complete] completed NON-2.04 MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 14:01:42.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 14:01:42.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43157] 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1330, 127.0.0.1:8213, complete]! 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1330, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F462EC10CBB090D9] 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1330, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43157] 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1330, 127.0.0.1:8213, complete] completed CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43157, Token=F462EC10CBB090D9, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1332, 127.0.0.1:8213] send request 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1332, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1332, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1332, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43158], CON-POST MID=43158, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1332, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A04C891487D29F90], CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 14:01:42.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43158], KeyToken[127.0.0.1:8213-A04C891487D29F90]] 14:01:42.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 14:01:42.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43158] 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1333, 127.0.0.1:8210] replace CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1333, 127.0.0.1:8210] send response NON-2.05 MID=43158, Token=null, OptionSet={}, "server responds hi" 14:01:42.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1333, 127.0.0.1:8210, complete]! 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1333, 127.0.0.1:8210, complete] completed NON-2.04 MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 14:01:42.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 14:01:42.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43158] 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1332, 127.0.0.1:8213, complete]! 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1332, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A04C891487D29F90] 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1332, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43158] 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1332, 127.0.0.1:8213, complete] completed CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43158, Token=A04C891487D29F90, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1334, 127.0.0.1:8213] send request 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1334, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1334, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1334, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43159], CON-POST MID=43159, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1334, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-24FF59581444ED22], CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 14:01:42.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43159], KeyToken[127.0.0.1:8213-24FF59581444ED22]] 14:01:42.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 14:01:42.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43159] 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1335, 127.0.0.1:8210] replace CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1335, 127.0.0.1:8210] send response NON-2.05 MID=43159, Token=null, OptionSet={}, "server responds hi" 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1335, 127.0.0.1:8210, complete]! 14:01:42.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1335, 127.0.0.1:8210, complete] completed NON-2.04 MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 14:01:42.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 14:01:42.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43159] 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1334, 127.0.0.1:8213, complete]! 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1334, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-24FF59581444ED22] 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1334, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43159] 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1334, 127.0.0.1:8213, complete] completed CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43159, Token=24FF59581444ED22, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1336, 127.0.0.1:8213] send request 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1336, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1336, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1336, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43160], CON-POST MID=43160, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1336, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F0F223AD20D27D75], CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 14:01:42.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43160], KeyToken[127.0.0.1:8213-F0F223AD20D27D75]] 14:01:42.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 14:01:42.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43160] 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1337, 127.0.0.1:8210] replace CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1337, 127.0.0.1:8210] send response NON-2.05 MID=43160, Token=null, OptionSet={}, "server responds hi" 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1337, 127.0.0.1:8210, complete]! 14:01:42.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1337, 127.0.0.1:8210, complete] completed NON-2.04 MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 14:01:42.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 14:01:42.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43160] 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1336, 127.0.0.1:8213, complete]! 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1336, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F0F223AD20D27D75] 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1336, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43160] 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1336, 127.0.0.1:8213, complete] completed CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43160, Token=F0F223AD20D27D75, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1338, 127.0.0.1:8213] send request 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1338, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1338, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1338, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43161], CON-POST MID=43161, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1338, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E81BEE266E1600A8], CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 14:01:42.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43161], KeyToken[127.0.0.1:8213-E81BEE266E1600A8]] 14:01:42.992 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 14:01:42.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43161] 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1339, 127.0.0.1:8210] replace CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1339, 127.0.0.1:8210] send response NON-2.05 MID=43161, Token=null, OptionSet={}, "server responds hi" 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1339, 127.0.0.1:8210, complete]! 14:01:42.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1339, 127.0.0.1:8210, complete] completed NON-2.04 MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 14:01:42.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 14:01:42.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43161] 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1338, 127.0.0.1:8213, complete]! 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1338, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E81BEE266E1600A8] 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1338, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43161] 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1338, 127.0.0.1:8213, complete] completed CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43161, Token=E81BEE266E1600A8, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1340, 127.0.0.1:8213] send request 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1340, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1340, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1340, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43162], CON-POST MID=43162, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1340, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6024DFA88B03BDDF], CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 14:01:42.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43162], KeyToken[127.0.0.1:8213-6024DFA88B03BDDF]] 14:01:42.993 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 14:01:42.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43162] 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1341, 127.0.0.1:8210] replace CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1341, 127.0.0.1:8210] send response NON-2.05 MID=43162, Token=null, OptionSet={}, "server responds hi" 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1341, 127.0.0.1:8210, complete]! 14:01:42.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1341, 127.0.0.1:8210, complete] completed NON-2.04 MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 14:01:42.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 14:01:42.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43162] 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1340, 127.0.0.1:8213, complete]! 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1340, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6024DFA88B03BDDF] 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1340, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43162] 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1340, 127.0.0.1:8213, complete] completed CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43162, Token=6024DFA88B03BDDF, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1342, 127.0.0.1:8213] send request 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1342, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1342, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1342, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43163], CON-POST MID=43163, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1342, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C4D9983D5399E38], CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 14:01:42.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43163], KeyToken[127.0.0.1:8213-8C4D9983D5399E38]] 14:01:42.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 14:01:42.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43163] 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1343, 127.0.0.1:8210] replace CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1343, 127.0.0.1:8210] send response NON-2.05 MID=43163, Token=null, OptionSet={}, "server responds hi" 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1343, 127.0.0.1:8210, complete]! 14:01:42.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1343, 127.0.0.1:8210, complete] completed NON-2.04 MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 14:01:42.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 14:01:42.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43163] 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1342, 127.0.0.1:8213, complete]! 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1342, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C4D9983D5399E38] 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1342, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43163] 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1342, 127.0.0.1:8213, complete] completed CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43163, Token=8C4D9983D5399E38, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1344, 127.0.0.1:8213] send request 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1344, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1344, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1344, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43164], CON-POST MID=43164, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1344, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C98F570DB341F78], CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 14:01:42.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43164], KeyToken[127.0.0.1:8213-4C98F570DB341F78]] 14:01:42.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:42.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 14:01:42.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43164] 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1345, 127.0.0.1:8210] replace CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1345, 127.0.0.1:8210] send response NON-2.05 MID=43164, Token=null, OptionSet={}, "server responds hi" 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1345, 127.0.0.1:8210, complete]! 14:01:42.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1345, 127.0.0.1:8210, complete] completed NON-2.04 MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 14:01:42.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:42.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 14:01:42.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43164] 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1344, 127.0.0.1:8213, complete]! 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1344, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C98F570DB341F78] 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1344, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43164] 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1344, 127.0.0.1:8213, complete] completed CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43164, Token=4C98F570DB341F78, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1346, 127.0.0.1:8213] send request 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1346, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1346, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1346, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43165], CON-POST MID=43165, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1346, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4F9F7520AEA9DE1], CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 14:01:42.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43165], KeyToken[127.0.0.1:8213-D4F9F7520AEA9DE1]] 14:01:42.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 14:01:43.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43165] 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1347, 127.0.0.1:8210] replace CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1347, 127.0.0.1:8210] send response NON-2.05 MID=43165, Token=null, OptionSet={}, "server responds hi" 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1347, 127.0.0.1:8210, complete]! 14:01:43.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1347, 127.0.0.1:8210, complete] completed NON-2.04 MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 14:01:43.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 14:01:43.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43165] 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1346, 127.0.0.1:8213, complete]! 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1346, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D4F9F7520AEA9DE1] 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1346, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43165] 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1346, 127.0.0.1:8213, complete] completed CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43165, Token=D4F9F7520AEA9DE1, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1348, 127.0.0.1:8213] send request 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1348, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1348, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1348, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43166], CON-POST MID=43166, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1348, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B42C85CE9486013E], CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 14:01:43.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43166], KeyToken[127.0.0.1:8213-B42C85CE9486013E]] 14:01:43.051 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 14:01:43.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43166] 14:01:43.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1349, 127.0.0.1:8210] replace CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1349, 127.0.0.1:8210] send response NON-2.05 MID=43166, Token=null, OptionSet={}, "server responds hi" 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1349, 127.0.0.1:8210, complete]! 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1349, 127.0.0.1:8210, complete] completed NON-2.04 MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 14:01:43.052 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 14:01:43.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43166] 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1348, 127.0.0.1:8213, complete]! 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1348, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B42C85CE9486013E] 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1348, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43166] 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1348, 127.0.0.1:8213, complete] completed CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43166, Token=B42C85CE9486013E, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1350, 127.0.0.1:8213] send request 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1350, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1350, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1350, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43167], CON-POST MID=43167, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1350, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-FCC936EF72F0BA2B], CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 14:01:43.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43167], KeyToken[127.0.0.1:8213-FCC936EF72F0BA2B]] 14:01:43.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 14:01:43.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43167] 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1351, 127.0.0.1:8210] replace CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1351, 127.0.0.1:8210] send response NON-2.05 MID=43167, Token=null, OptionSet={}, "server responds hi" 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1351, 127.0.0.1:8210, complete]! 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1351, 127.0.0.1:8210, complete] completed NON-2.04 MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 14:01:43.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 14:01:43.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43167] 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1350, 127.0.0.1:8213, complete]! 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1350, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-FCC936EF72F0BA2B] 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1350, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43167] 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1350, 127.0.0.1:8213, complete] completed CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43167, Token=FCC936EF72F0BA2B, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1352, 127.0.0.1:8213] send request 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1352, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1352, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1352, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43168], CON-POST MID=43168, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1352, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-085022AD0D699085], CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 14:01:43.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43168], KeyToken[127.0.0.1:8213-085022AD0D699085]] 14:01:43.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 14:01:43.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43168] 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1353, 127.0.0.1:8210] replace CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1353, 127.0.0.1:8210] send response NON-2.05 MID=43168, Token=null, OptionSet={}, "server responds hi" 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1353, 127.0.0.1:8210, complete]! 14:01:43.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1353, 127.0.0.1:8210, complete] completed NON-2.04 MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 14:01:43.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 14:01:43.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43168] 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1352, 127.0.0.1:8213, complete]! 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1352, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-085022AD0D699085] 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1352, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43168] 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1352, 127.0.0.1:8213, complete] completed CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43168, Token=085022AD0D699085, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1354, 127.0.0.1:8213] send request 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1354, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1354, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1354, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43169], CON-POST MID=43169, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1354, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A819C6736AD943A7], CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43169], KeyToken[127.0.0.1:8213-A819C6736AD943A7]] 14:01:43.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 14:01:43.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43169] 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1355, 127.0.0.1:8210] replace CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1355, 127.0.0.1:8210] send response NON-2.05 MID=43169, Token=null, OptionSet={}, "server responds hi" 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1355, 127.0.0.1:8210, complete]! 14:01:43.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1355, 127.0.0.1:8210, complete] completed NON-2.04 MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 14:01:43.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 14:01:43.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43169] 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1354, 127.0.0.1:8213, complete]! 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1354, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A819C6736AD943A7] 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1354, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43169] 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1354, 127.0.0.1:8213, complete] completed CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43169, Token=A819C6736AD943A7, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1356, 127.0.0.1:8213] send request 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1356, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1356, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1356, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43170], CON-POST MID=43170, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1356, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-98D5CF38D5F2C65A], CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43170], KeyToken[127.0.0.1:8213-98D5CF38D5F2C65A]] 14:01:43.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 14:01:43.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43170] 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1357, 127.0.0.1:8210] replace CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1357, 127.0.0.1:8210] send response NON-2.05 MID=43170, Token=null, OptionSet={}, "server responds hi" 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1357, 127.0.0.1:8210, complete]! 14:01:43.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1357, 127.0.0.1:8210, complete] completed NON-2.04 MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 14:01:43.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 14:01:43.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43170] 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1356, 127.0.0.1:8213, complete]! 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1356, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-98D5CF38D5F2C65A] 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1356, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43170] 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1356, 127.0.0.1:8213, complete] completed CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43170, Token=98D5CF38D5F2C65A, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1358, 127.0.0.1:8213] send request 14:01:43.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1358, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1358, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1358, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43171], CON-POST MID=43171, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1358, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A83F0880217317C3], CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43171], KeyToken[127.0.0.1:8213-A83F0880217317C3]] 14:01:43.056 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 14:01:43.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43171] 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1359, 127.0.0.1:8210] replace CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1359, 127.0.0.1:8210] send response NON-2.05 MID=43171, Token=null, OptionSet={}, "server responds hi" 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1359, 127.0.0.1:8210, complete]! 14:01:43.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1359, 127.0.0.1:8210, complete] completed NON-2.04 MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 14:01:43.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 14:01:43.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43171] 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1358, 127.0.0.1:8213, complete]! 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1358, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A83F0880217317C3] 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1358, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43171] 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1358, 127.0.0.1:8213, complete] completed CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43171, Token=A83F0880217317C3, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1360, 127.0.0.1:8213] send request 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1360, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1360, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1360, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43172], CON-POST MID=43172, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1360, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4EFE302A0FBBAAB], CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 14:01:43.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43172], KeyToken[127.0.0.1:8213-D4EFE302A0FBBAAB]] 14:01:43.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 14:01:43.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43172] 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1361, 127.0.0.1:8210] replace CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1361, 127.0.0.1:8210] send response NON-2.05 MID=43172, Token=null, OptionSet={}, "server responds hi" 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1361, 127.0.0.1:8210, complete]! 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1361, 127.0.0.1:8210, complete] completed NON-2.04 MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 14:01:43.057 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 14:01:43.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43172] 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1360, 127.0.0.1:8213, complete]! 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1360, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D4EFE302A0FBBAAB] 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1360, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43172] 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1360, 127.0.0.1:8213, complete] completed CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43172, Token=D4EFE302A0FBBAAB, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1362, 127.0.0.1:8213] send request 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1362, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1362, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1362, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43173], CON-POST MID=43173, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1362, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-AC245FB86380582D], CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 14:01:43.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43173], KeyToken[127.0.0.1:8213-AC245FB86380582D]] 14:01:43.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 14:01:43.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43173] 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1363, 127.0.0.1:8210] replace CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1363, 127.0.0.1:8210] send response NON-2.05 MID=43173, Token=null, OptionSet={}, "server responds hi" 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1363, 127.0.0.1:8210, complete]! 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1363, 127.0.0.1:8210, complete] completed NON-2.04 MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 14:01:43.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 14:01:43.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43173] 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1362, 127.0.0.1:8213, complete]! 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1362, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-AC245FB86380582D] 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1362, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43173] 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1362, 127.0.0.1:8213, complete] completed CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43173, Token=AC245FB86380582D, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1364, 127.0.0.1:8213] send request 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1364, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1364, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1364, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43174], CON-POST MID=43174, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1364, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A809EFA82546186A], CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 14:01:43.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43174], KeyToken[127.0.0.1:8213-A809EFA82546186A]] 14:01:43.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 14:01:43.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43174] 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1365, 127.0.0.1:8210] replace CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1365, 127.0.0.1:8210] send response NON-2.05 MID=43174, Token=null, OptionSet={}, "server responds hi" 14:01:43.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1365, 127.0.0.1:8210, complete]! 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1365, 127.0.0.1:8210, complete] completed NON-2.04 MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 14:01:43.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 14:01:43.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43174] 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1364, 127.0.0.1:8213, complete]! 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1364, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A809EFA82546186A] 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1364, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43174] 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1364, 127.0.0.1:8213, complete] completed CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43174, Token=A809EFA82546186A, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1366, 127.0.0.1:8213] send request 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1366, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1366, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1366, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43175], CON-POST MID=43175, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1366, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D40AFAD49E534B75], CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 14:01:43.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43175], KeyToken[127.0.0.1:8213-D40AFAD49E534B75]] 14:01:43.059 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 14:01:43.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43175] 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1367, 127.0.0.1:8210] replace CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1367, 127.0.0.1:8210] send response NON-2.05 MID=43175, Token=null, OptionSet={}, "server responds hi" 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1367, 127.0.0.1:8210, complete]! 14:01:43.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1367, 127.0.0.1:8210, complete] completed NON-2.04 MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 14:01:43.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 14:01:43.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43175] 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1366, 127.0.0.1:8213, complete]! 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1366, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D40AFAD49E534B75] 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1366, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43175] 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1366, 127.0.0.1:8213, complete] completed CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43175, Token=D40AFAD49E534B75, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1368, 127.0.0.1:8213] send request 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1368, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1368, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1368, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43176], CON-POST MID=43176, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1368, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4749FB48771E9F8], CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43176], KeyToken[127.0.0.1:8213-A4749FB48771E9F8]] 14:01:43.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 14:01:43.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43176] 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1369, 127.0.0.1:8210] replace CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1369, 127.0.0.1:8210] send response NON-2.05 MID=43176, Token=null, OptionSet={}, "server responds hi" 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1369, 127.0.0.1:8210, complete]! 14:01:43.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1369, 127.0.0.1:8210, complete] completed NON-2.04 MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 14:01:43.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 14:01:43.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43176] 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1368, 127.0.0.1:8213, complete]! 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1368, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4749FB48771E9F8] 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1368, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43176] 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1368, 127.0.0.1:8213, complete] completed CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43176, Token=A4749FB48771E9F8, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1370, 127.0.0.1:8213] send request 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1370, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1370, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1370, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43177], CON-POST MID=43177, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1370, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B416F0EA9A5548C2], CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43177], KeyToken[127.0.0.1:8213-B416F0EA9A5548C2]] 14:01:43.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 14:01:43.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43177] 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1371, 127.0.0.1:8210] replace CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1371, 127.0.0.1:8210] send response NON-2.05 MID=43177, Token=null, OptionSet={}, "server responds hi" 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1371, 127.0.0.1:8210, complete]! 14:01:43.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1371, 127.0.0.1:8210, complete] completed NON-2.04 MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 14:01:43.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 14:01:43.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43177] 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1370, 127.0.0.1:8213, complete]! 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1370, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B416F0EA9A5548C2] 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1370, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43177] 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1370, 127.0.0.1:8213, complete] completed CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43177, Token=B416F0EA9A5548C2, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1372, 127.0.0.1:8213] send request 14:01:43.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1372, 127.0.0.1:8213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1372, 127.0.0.1:8213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1372, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-43178], CON-POST MID=43178, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1372, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8CC65514A7B8660], CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-43178], KeyToken[127.0.0.1:8213-C8CC65514A7B8660]] 14:01:43.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213 14:01:43.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 14:01:43.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-43178] 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8210] replace CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1373, 127.0.0.1:8210] send response NON-2.05 MID=43178, Token=null, OptionSet={}, "server responds hi" 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8210, complete]! 14:01:43.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1373, 127.0.0.1:8210, complete] completed NON-2.04 MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 14:01:43.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04 MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 14:01:43.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-43178] 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1372, 127.0.0.1:8213, complete]! 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1372, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8CC65514A7B8660] 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1372, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-43178] 14:01:43.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1372, 127.0.0.1:8213, complete] completed CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=43178, Token=C8CC65514A7B8660, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 14:01:43.062 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.062 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213 14:01:43.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213 14:01:43.062 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ... 14:01:43.063 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1 14:01:43.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped. 14:01:43.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213 14:01:43.063 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:43.063 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.063 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.063 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.063 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.063 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.064 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.064 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.064 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.064 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.064 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 14:01:43.064 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.064 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8214, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.064 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8214 14:01:43.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1374, 127.0.0.1:8214] send request 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1374, 127.0.0.1:8214] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1374, 127.0.0.1:8214] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1374, 127.0.0.1:8214] added with KeyMID[127.0.0.1:8214-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1374, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-14427F31CE76B377], CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-10000], KeyToken[127.0.0.1:8214-14427F31CE76B377]] 14:01:43.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8214 14:01:43.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T115) 127.0.0.1:8,210 ==> :8,214 [CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:43.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 40 bytes from 127.0.0.1:8210 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000] 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8210] replace CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1375, 127.0.0.1:8210] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8210, complete]! 14:01:43.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1375, 127.0.0.1:8210, complete] completed NON-2.04 MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:43.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T95) 127.0.0.1:8,214 ==> :8,210 [NON-2.04 MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:43.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8214 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-10000] 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1374, 127.0.0.1:8214, complete]! 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1374, 127.0.0.1:8214, complete] for token KeyToken[127.0.0.1:8214-14427F31CE76B377] 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1374, 127.0.0.1:8214, complete] for MID KeyMID[127.0.0.1:8214-10000] 14:01:43.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1374, 127.0.0.1:8214, complete] completed CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=14427F31CE76B377, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 14:01:43.065 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8214 14:01:43.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8214 14:01:43.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] stopping ... 14:01:43.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /127.0.0.1 14:01:43.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] has stopped. 14:01:43.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8214 14:01:43.066 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:43.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.066 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 14:01:43.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8215, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8215 14:01:43.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1376, 127.0.0.1:8215] send request 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1376, 127.0.0.1:8215] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1376, 127.0.0.1:8215] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1376, 127.0.0.1:8215] added with KeyMID[127.0.0.1:8215-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1376, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-5CD802E0BEAEC199], CON-POST MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 14:01:43.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-10000], KeyToken[127.0.0.1:8215-5CD802E0BEAEC199]] 14:01:43.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8215 14:01:43.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T120) 127.0.0.1:8,210 ==> :8,215 [CON-POST MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 14:01:43.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 41 bytes from 127.0.0.1:8210 14:01:43.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000] 14:01:43.068 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 14:01:43.068 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 14:01:43.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8210, complete]! 14:01:43.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1377, 127.0.0.1:8210, complete] completed ACK-4.01 MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 14:01:43.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8210 14:01:43.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T95) 127.0.0.1:8,215 ==> :8,210 [ACK-4.01 MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 14:01:43.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 41 bytes from 127.0.0.1:8215 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1376, 127.0.0.1:8215, complete]! 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1376, 127.0.0.1:8215, complete] for token KeyToken[127.0.0.1:8215-5CD802E0BEAEC199] 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1376, 127.0.0.1:8215, complete] for MID KeyMID[127.0.0.1:8215-10000] 14:01:43.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1376, 127.0.0.1:8215, complete] completed CON-POST MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=5CD802E0BEAEC199, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 14:01:43.068 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8215 14:01:43.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8215 14:01:43.068 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] stopping ... 14:01:43.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /127.0.0.1 14:01:43.068 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] has stopped. 14:01:43.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8215 14:01:43.068 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:43.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.069 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.069 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.069 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 14:01:43.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.070 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8216, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216 14:01:43.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1378, 127.0.0.1:8216] send request 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1378, 127.0.0.1:8216] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1378, 127.0.0.1:8216] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1378, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-23428], CON-POST MID=23428, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1378, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-2079ECB2336B684C], CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-23428], KeyToken[127.0.0.1:8216-2079ECB2336B684C]] 14:01:43.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8216 14:01:43.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:43.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210 14:01:43.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-23428] 14:01:43.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8210] replace CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1379, 127.0.0.1:8210] send response NON-2.05 MID=23428, Token=null, OptionSet={}, "server responds hi" 14:01:43.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8210, complete]! 14:01:43.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1379, 127.0.0.1:8210, complete] completed NON-2.04 MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 14:01:43.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T95) 127.0.0.1:8,216 ==> :8,210 [NON-2.04 MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 14:01:43.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8216 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-23428] 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1378, 127.0.0.1:8216, complete]! 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1378, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-2079ECB2336B684C] 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1378, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-23428] 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1378, 127.0.0.1:8216, complete] completed CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=23428, Token=2079ECB2336B684C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1380, 127.0.0.1:8216] send request 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1380, 127.0.0.1:8216] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1380, 127.0.0.1:8216] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1380, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-23429], CON-POST MID=23429, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1380, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-B83CFF9AF77F423A], CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-23429], KeyToken[127.0.0.1:8216-B83CFF9AF77F423A]] 14:01:43.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8216 14:01:43.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:43.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-23429] 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8210] replace CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1381, 127.0.0.1:8210] send response NON-2.05 MID=23429, Token=null, OptionSet={}, "server responds hi" 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8210, complete]! 14:01:43.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1381, 127.0.0.1:8210, complete] completed NON-2.04 MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:43.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T95) 127.0.0.1:8,216 ==> :8,210 [NON-2.04 MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:43.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8216 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-23429] 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1380, 127.0.0.1:8216, complete]! 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1380, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-B83CFF9AF77F423A] 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1380, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-23429] 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1380, 127.0.0.1:8216, complete] completed CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=23429, Token=B83CFF9AF77F423A, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1382, 127.0.0.1:8216] send request 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1382, 127.0.0.1:8216] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1382, 127.0.0.1:8216] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1382, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-23430], CON-POST MID=23430, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1382, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-184F874213026A67], CON-POST MID=23430, Token=184F874213026A67, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-23430], KeyToken[127.0.0.1:8216-184F874213026A67]] 14:01:43.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8216 14:01:43.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST MID=23430, Token=184F874213026A67, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:43.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210 14:01:43.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-23430] 14:01:43.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.073 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 14:01:43.073 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 14:01:43.073 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 14:01:43.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1383, 127.0.0.1:8210, complete]! 14:01:43.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1383, 127.0.0.1:8210, complete] completed ACK-4.01 MID=23430, Token=184F874213026A67, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 14:01:43.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8210 14:01:43.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T95) 127.0.0.1:8,216 ==> :8,210 [ACK-4.01 MID=23430, Token=184F874213026A67, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 14:01:43.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 30 bytes from 127.0.0.1:8216 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=23430, Token=184F874213026A67, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1382, 127.0.0.1:8216, complete]! 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1382, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-184F874213026A67] 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1382, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-23430] 14:01:43.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1382, 127.0.0.1:8216, complete] completed CON-POST MID=23430, Token=184F874213026A67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=23430, Token=184F874213026A67, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 14:01:43.073 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216 14:01:43.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216 14:01:43.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ... 14:01:43.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1 14:01:43.073 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped. 14:01:43.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216 14:01:43.073 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 14:01:43.074 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.074 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.075 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.075 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.075 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 14:01:43.075 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.075 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8217, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217 14:01:43.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1384, 127.0.0.1:8217] send request 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1384, 127.0.0.1:8217] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1384, 127.0.0.1:8217] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1384, 127.0.0.1:8217] added with KeyMID[127.0.0.1:8217-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1384, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-7C706C97485685D9], CON-POST MID=10000, Token=7C706C97485685D9, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 14:01:43.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-10000], KeyToken[127.0.0.1:8217-7C706C97485685D9]] 14:01:43.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8217 14:01:43.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T130) 127.0.0.1:8,210 ==> :8,217 [CON-POST MID=10000, Token=7C706C97485685D9, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 14:01:43.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 40 bytes from 127.0.0.1:8210 14:01:43.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000] 14:01:43.076 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 14:01:43.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8210, complete]! 14:01:43.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1385, 127.0.0.1:8210, complete] completed ACK-4.01 MID=10000, Token=7C706C97485685D9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 14:01:43.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8210 14:01:43.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T95) 127.0.0.1:8,217 ==> :8,210 [ACK-4.01 MID=10000, Token=7C706C97485685D9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 14:01:43.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 66 bytes from 127.0.0.1:8217 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=7C706C97485685D9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1384, 127.0.0.1:8217, complete]! 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1384, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-7C706C97485685D9] 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1384, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-10000] 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1384, 127.0.0.1:8217, complete] completed CON-POST MID=10000, Token=7C706C97485685D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=7C706C97485685D9, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1386, 127.0.0.1:8217] send request 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1386, 127.0.0.1:8217] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1386, 127.0.0.1:8217] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1386, 127.0.0.1:8217] added with KeyMID[127.0.0.1:8217-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1386, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-4C322040C31E2225], CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 14:01:43.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-10001], KeyToken[127.0.0.1:8217-4C322040C31E2225]] 14:01:43.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8217 14:01:43.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T130) 127.0.0.1:8,210 ==> :8,217 [CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 14:01:43.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 49 bytes from 127.0.0.1:8210 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10001] 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8210] replace CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x}, "client says hi" 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1387, 127.0.0.1:8210] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8210, complete]! 14:01:43.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1387, 127.0.0.1:8210, complete] completed NON-2.04 MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 14:01:43.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 14:01:43.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T95) 127.0.0.1:8,217 ==> :8,210 [NON-2.04 MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 14:01:43.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8217 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-10001] 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1386, 127.0.0.1:8217, complete]! 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1386, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-4C322040C31E2225] 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1386, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-10001] 14:01:43.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1386, 127.0.0.1:8217, complete] completed CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=4C322040C31E2225, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 14:01:43.078 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217 14:01:43.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217 14:01:43.078 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ... 14:01:43.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1 14:01:43.078 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped. 14:01:43.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217 14:01:43.078 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 14:01:43.079 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 14:01:43.079 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 14:01:43.079 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 14:01:43.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 14:01:43.079 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 14:01:43.079 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 14:01:43.079 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.619 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 14:01:43.080 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.080 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.080 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.081 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.081 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.081 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.081 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.081 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 14:01:43.081 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.081 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8218, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8218 14:01:43.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.082 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.082 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.082 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.083 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.083 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.083 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.083 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.083 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.083 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 14:01:43.083 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.083 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8219, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219 14:01:43.083 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8219 for coap client sent request 14:01:43.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8218] send request 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8218] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8218] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8218] added with generated mid KeyMID[127.0.0.1:8218-2228], CON-POST MID= 2228, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8218] added with generated token KeyToken[127.0.0.1:8218-6C2D7E152A3524F7], CON-POST MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8218-2228], KeyToken[127.0.0.1:8218-6C2D7E152A3524F7]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8218 14:01:43.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T135) 127.0.0.1:8,219 ==> :8,218 [CON-POST MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 14:01:43.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8218) received 29 bytes from 127.0.0.1:8219 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-2228] 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8219] replace CON-POST MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x77665544}, by CON-GET MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1389, 127.0.0.1:8219] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8219, complete]! 14:01:43.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1389, 127.0.0.1:8219, complete] completed ACK-2.04 MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219 14:01:43.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T138) 127.0.0.1:8,218 ==> :8,219 [ACK-2.04 MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 14:01:43.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8218 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8218, complete]! 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8218, complete] for token KeyToken[127.0.0.1:8218-6C2D7E152A3524F7] 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8218, complete] for MID KeyMID[127.0.0.1:8218-2228] 14:01:43.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1388, 127.0.0.1:8218, complete] completed CON-GET MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x}, -/- CON-POST MID= 2228, Token=6C2D7E152A3524F7, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 14:01:43.085 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.085 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8218 14:01:43.085 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8218 14:01:43.085 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] stopping ... 14:01:43.085 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /127.0.0.1 14:01:43.085 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] has stopped. 14:01:43.085 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8218 14:01:43.085 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 14:01:43.086 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.086 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.086 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.086 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.086 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.086 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.086 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.086 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.086 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 14:01:43.086 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.086 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8220, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.086 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220 14:01:43.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1390, 127.0.0.1:8220] send request 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1390, 127.0.0.1:8220] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1390, 127.0.0.1:8220] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1390, 127.0.0.1:8220] added with generated mid KeyMID[127.0.0.1:8220-62671], CON-POST MID=62671, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1390, 127.0.0.1:8220] added with generated token KeyToken[127.0.0.1:8220-68C5BCB026CEE102], CON-POST MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-62671], KeyToken[127.0.0.1:8220-68C5BCB026CEE102]] 14:01:43.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8220 14:01:43.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T143) 127.0.0.1:8,219 ==> :8,220 [CON-POST MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 14:01:43.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 29 bytes from 127.0.0.1:8219 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-62671] 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8219] replace CON-POST MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1391, 127.0.0.1:8219] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8219, complete]! 14:01:43.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1391, 127.0.0.1:8219, complete] completed ACK-2.04 MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219 14:01:43.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T138) 127.0.0.1:8,220 ==> :8,219 [ACK-2.04 MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 14:01:43.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8220 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1390, 127.0.0.1:8220, complete]! 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1390, 127.0.0.1:8220, complete] for token KeyToken[127.0.0.1:8220-68C5BCB026CEE102] 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1390, 127.0.0.1:8220, complete] for MID KeyMID[127.0.0.1:8220-62671] 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1390, 127.0.0.1:8220, complete] completed CON-GET MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x}, -/- CON-POST MID=62671, Token=68C5BCB026CEE102, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1392, 127.0.0.1:8220] send request 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1392, 127.0.0.1:8220] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1392, 127.0.0.1:8220] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1392, 127.0.0.1:8220] added with generated mid KeyMID[127.0.0.1:8220-62672], CON-POST MID=62672, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1392, 127.0.0.1:8220] added with generated token KeyToken[127.0.0.1:8220-48E490614F3335FC], CON-POST MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-62672], KeyToken[127.0.0.1:8220-48E490614F3335FC]] 14:01:43.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8220 14:01:43.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T143) 127.0.0.1:8,219 ==> :8,220 [CON-POST MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 14:01:43.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 29 bytes from 127.0.0.1:8219 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-62672] 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1393, 127.0.0.1:8219] replace CON-POST MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1393, 127.0.0.1:8219] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1393, 127.0.0.1:8219, complete]! 14:01:43.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1393, 127.0.0.1:8219, complete] completed ACK-2.04 MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219 14:01:43.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T138) 127.0.0.1:8,220 ==> :8,219 [ACK-2.04 MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 14:01:43.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8220 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1392, 127.0.0.1:8220, complete]! 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1392, 127.0.0.1:8220, complete] for token KeyToken[127.0.0.1:8220-48E490614F3335FC] 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1392, 127.0.0.1:8220, complete] for MID KeyMID[127.0.0.1:8220-62672] 14:01:43.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1392, 127.0.0.1:8220, complete] completed CON-GET MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x}, -/- CON-POST MID=62672, Token=48E490614F3335FC, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 14:01:43.089 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220 14:01:43.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ... 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped. 14:01:43.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220 14:01:43.089 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 14:01:43.089 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219 14:01:43.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ... 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0 14:01:43.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped. 14:01:43.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219 14:01:43.090 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 14:01:43.090 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 14:01:43.091 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.091 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.091 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.091 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 14:01:43.091 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.091 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8221, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221 14:01:43.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.091 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.091 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.092 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.092 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 14:01:43.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8222, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222 14:01:43.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 14:01:43.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8221]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:43.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10257], CON-POST MID=10257, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-F0A19D6C29403E9B], CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10257], KeyToken[127.0.0.1:8221-F0A19D6C29403E9B]] 14:01:43.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8221 14:01:43.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 14:01:43.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 107 bytes from 127.0.0.1:8222 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10257] 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8222] replace CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1395, 127.0.0.1:8222] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8222, complete]! 14:01:43.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1395, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 14:01:43.095 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8222 14:01:43.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 14:01:43.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10258], CON-POST MID=10258, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10257] 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-643636C541E55759], CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-F0A19D6C29403E9B] 14:01:43.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10258], KeyToken[127.0.0.1:8221-643636C541E55759]] 14:01:43.096 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8221 14:01:43.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 14:01:43.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10258] 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8222] replace CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396, 127.0.0.1:8222] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8222, complete]! 14:01:43.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 14:01:43.097 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8222 14:01:43.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 14:01:43.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221 14:01:43.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10258, Token=643636C541E55759, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10259], CON-POST MID=10259, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10258] 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-3CA9436390D165D1], CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-643636C541E55759] 14:01:43.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10259], KeyToken[127.0.0.1:8221-3CA9436390D165D1]] 14:01:43.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8221 14:01:43.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 14:01:43.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10259] 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222] replace CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1397, 127.0.0.1:8222] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 14:01:43.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222, complete]! 14:01:43.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1397, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 14:01:43.099 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8222 14:01:43.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 14:01:43.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10259, Token=3CA9436390D165D1, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10260], CON-POST MID=10260, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10259] 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-E8595DAF9AA495FF], CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-3CA9436390D165D1] 14:01:43.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10260], KeyToken[127.0.0.1:8221-E8595DAF9AA495FF]] 14:01:43.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8221 14:01:43.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 14:01:43.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222 14:01:43.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10260] 14:01:43.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8222] replace CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8222]], block1 transfers still in progress: 0 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8222, complete]! 14:01:43.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 14:01:43.151 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8222 14:01:43.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 14:01:43.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 96 bytes from 127.0.0.1:8221 14:01:43.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8221]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10261], CON-POST MID=10261, Token=null, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10260] 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-F4B51D9B129B1596], CON-POST MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-E8595DAF9AA495FF] 14:01:43.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10261], KeyToken[127.0.0.1:8221-F4B51D9B129B1596]] 14:01:43.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 14:01:43.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10261] 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8222] replace CON-POST MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1399, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8222, complete]! 14:01:43.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1399, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 14:01:43.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 14:01:43.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10261, Token=F4B51D9B129B1596, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10262], CON-POST MID=10262, Token=null, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10261] 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-A4FC216DB5AB931D], CON-POST MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-F4B51D9B129B1596] 14:01:43.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10262], KeyToken[127.0.0.1:8221-A4FC216DB5AB931D]] 14:01:43.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 14:01:43.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10262] 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8222] replace CON-POST MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8222, complete]! 14:01:43.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 14:01:43.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 14:01:43.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10262, Token=A4FC216DB5AB931D, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10263], CON-POST MID=10263, Token=null, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10262] 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-D09568A1840021BF], CON-POST MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-A4FC216DB5AB931D] 14:01:43.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10263], KeyToken[127.0.0.1:8221-D09568A1840021BF]] 14:01:43.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 14:01:43.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10263] 14:01:43.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8222] replace CON-POST MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 14:01:43.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1401, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8222, complete]! 14:01:43.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1401, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 14:01:43.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 14:01:43.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10263, Token=D09568A1840021BF, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:43.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10264], CON-POST MID=10264, Token=null, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10263] 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-0C7BA33EFFA186D0], CON-POST MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-D09568A1840021BF] 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10264], KeyToken[127.0.0.1:8221-0C7BA33EFFA186D0]] 14:01:43.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 14:01:43.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10264] 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8222] replace CON-POST MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8222, complete]! 14:01:43.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 14:01:43.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 14:01:43.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10264, Token=0C7BA33EFFA186D0, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10265], CON-POST MID=10265, Token=null, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10264] 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-18EF79E913210196], CON-POST MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-0C7BA33EFFA186D0] 14:01:43.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10265], KeyToken[127.0.0.1:8221-18EF79E913210196]] 14:01:43.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 14:01:43.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10265] 14:01:43.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1403, 127.0.0.1:8222] replace CON-POST MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 14:01:43.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 14:01:43.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1403, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1403, 127.0.0.1:8222, complete]! 14:01:43.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1403, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 14:01:43.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 14:01:43.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10265, Token=18EF79E913210196, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10266], CON-POST MID=10266, Token=null, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10265] 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-1097B53E8674CA6B], CON-POST MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-18EF79E913210196] 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10266], KeyToken[127.0.0.1:8221-1097B53E8674CA6B]] 14:01:43.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 14:01:43.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10266] 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8222] replace CON-POST MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8222, complete]! 14:01:43.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 14:01:43.160 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 14:01:43.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10266, Token=1097B53E8674CA6B, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-10267], CON-POST MID=10267, Token=null, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-10266] 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-58F7CF787CA7F398], CON-POST MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-1097B53E8674CA6B] 14:01:43.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-10267], KeyToken[127.0.0.1:8221-58F7CF787CA7F398]] 14:01:43.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221 14:01:43.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 14:01:43.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222 14:01:43.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-10267] 14:01:43.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1405, 127.0.0.1:8222] replace CON-POST MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 14:01:43.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 14:01:43.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1405, 127.0.0.1:8222] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1405, 127.0.0.1:8222, complete]! 14:01:43.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1405, 127.0.0.1:8222, complete] completed ACK-2.04 MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 14:01:43.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222 14:01:43.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 14:01:43.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8221]], block2 transfers still in progress: 0 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=10260, Token=E8595DAF9AA495FF, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST MID=10267, Token=58F7CF787CA7F398, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221, complete]! 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221, complete] for token KeyToken[127.0.0.1:8221-58F7CF787CA7F398] 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221, complete] for MID KeyMID[127.0.0.1:8221-10267] 14:01:43.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1394, 127.0.0.1:8221, complete] completed CON-POST MID=10257, Token=F0A19D6C29403E9B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 14:01:43.162 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.162 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221 14:01:43.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ... 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped. 14:01:43.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221 14:01:43.163 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222 14:01:43.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ... 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0 14:01:43.163 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped. 14:01:43.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222 14:01:43.163 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 14:01:43.164 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 14:01:43.164 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.164 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.164 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.164 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.165 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.165 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 14:01:43.165 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.165 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8223, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8223 14:01:43.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.165 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.165 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.165 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.166 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.166 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.166 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.166 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.166 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 14:01:43.166 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.166 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8224, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.166 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8224 14:01:43.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request 14:01:43.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-17420], CON-POST MID=17420, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-743044EC0AA2108F], CON-POST MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-17420], KeyToken[127.0.0.1:8223-743044EC0AA2108F]] 14:01:43.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8223 14:01:43.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 34 bytes from 127.0.0.1:8224 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-17420] 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1407, 127.0.0.1:8224] replace CON-POST MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1407, 127.0.0.1:8224] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1407, 127.0.0.1:8224, complete]! 14:01:43.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1407, 127.0.0.1:8224, complete] completed ACK-2.04 MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 14:01:43.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8224 14:01:43.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04 MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 14:01:43.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 94 bytes from 127.0.0.1:8223 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8223]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-17421], CON-POST MID=17421, Token=null, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-17420] 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-4CFE20007390D833], CON-POST MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-743044EC0AA2108F] 14:01:43.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-17421], KeyToken[127.0.0.1:8223-4CFE20007390D833]] 14:01:43.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223 14:01:43.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 14:01:43.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224 14:01:43.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-17421] 14:01:43.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8224] replace CON-POST MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 14:01:43.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 14:01:43.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8224] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8224, complete]! 14:01:43.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8224, complete] completed ACK-2.04 MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 14:01:43.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224 14:01:43.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04 MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 14:01:43.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST MID=17421, Token=4CFE20007390D833, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-17422], CON-POST MID=17422, Token=null, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-17421] 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-6C8D371C3D945771], CON-POST MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-4CFE20007390D833] 14:01:43.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-17422], KeyToken[127.0.0.1:8223-6C8D371C3D945771]] 14:01:43.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223 14:01:43.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 14:01:43.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-17422] 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8224] replace CON-POST MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1409, 127.0.0.1:8224] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8224, complete]! 14:01:43.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1409, 127.0.0.1:8224, complete] completed ACK-2.04 MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 14:01:43.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224 14:01:43.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04 MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 14:01:43.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST MID=17422, Token=6C8D371C3D945771, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request 14:01:43.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-17423], CON-POST MID=17423, Token=null, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-17422] 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-2883C40B646B7B5E], CON-POST MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-6C8D371C3D945771] 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-17423], KeyToken[127.0.0.1:8223-2883C40B646B7B5E]] 14:01:43.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223 14:01:43.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 14:01:43.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-17423] 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8224] replace CON-POST MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8224] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8224, complete]! 14:01:43.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8224, complete] completed ACK-2.04 MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 14:01:43.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224 14:01:43.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04 MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 14:01:43.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8223]], block2 transfers still in progress: 0 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST MID=17423, Token=2883C40B646B7B5E, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223, complete]! 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223, complete] for token KeyToken[127.0.0.1:8223-2883C40B646B7B5E] 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223, complete] for MID KeyMID[127.0.0.1:8223-17423] 14:01:43.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1406, 127.0.0.1:8223, complete] completed CON-GET MID=17420, Token=743044EC0AA2108F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 14:01:43.172 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.172 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8223 14:01:43.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8223 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] stopping ... 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /127.0.0.1 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] has stopped. 14:01:43.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8223 14:01:43.172 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8224 14:01:43.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8224 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] stopping ... 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /0.0.0.0 14:01:43.172 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] has stopped. 14:01:43.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8224 14:01:43.173 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 14:01:43.173 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 14:01:43.173 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.173 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.174 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.174 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.174 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 14:01:43.174 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.174 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8225, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225 14:01:43.174 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.174 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.174 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.175 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.175 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.175 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 14:01:43.175 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.175 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8226, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226 14:01:43.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 14:01:43.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:43.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-15236], CON-POST MID=15236, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-EC86E7255844B244], CON-POST MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 14:01:43.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-15236], KeyToken[127.0.0.1:8225-EC86E7255844B244]] 14:01:43.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8225 14:01:43.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 14:01:43.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 107 bytes from 127.0.0.1:8226 14:01:43.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-15236] 14:01:43.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8226] replace CON-POST MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8226]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8226] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8226, complete]! 14:01:43.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8226, complete] completed ACK-2.04 MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 14:01:43.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226 14:01:43.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 14:01:43.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-15237], CON-POST MID=15237, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-15236] 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-BC3A047FCCB04872], CON-POST MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-EC86E7255844B244] 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-15237], KeyToken[127.0.0.1:8225-BC3A047FCCB04872]] 14:01:43.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225 14:01:43.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 14:01:43.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-15237] 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1413, 127.0.0.1:8226] replace CON-POST MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1413, 127.0.0.1:8226] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1413, 127.0.0.1:8226, complete]! 14:01:43.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1413, 127.0.0.1:8226, complete] completed ACK-2.04 MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 14:01:43.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226 14:01:43.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 14:01:43.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 14:01:43.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST MID=15237, Token=BC3A047FCCB04872, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-15238], CON-POST MID=15238, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-15237] 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-187C2512DCD271A9], CON-POST MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-BC3A047FCCB04872] 14:01:43.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-15238], KeyToken[127.0.0.1:8225-187C2512DCD271A9]] 14:01:43.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225 14:01:43.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 14:01:43.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-15238] 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8226] replace CON-POST MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8226] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8226, complete]! 14:01:43.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8226, complete] completed ACK-2.04 MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 14:01:43.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226 14:01:43.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 14:01:43.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST MID=15238, Token=187C2512DCD271A9, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-15239], CON-POST MID=15239, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-15238] 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-B8764066A0DAB521], CON-POST MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-187C2512DCD271A9] 14:01:43.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-15239], KeyToken[127.0.0.1:8225-B8764066A0DAB521]] 14:01:43.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225 14:01:43.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 14:01:43.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-15239] 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1415, 127.0.0.1:8226] replace CON-POST MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8226]], block1 transfers still in progress: 0 14:01:43.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1415, 127.0.0.1:8226] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 14:01:43.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1415, 127.0.0.1:8226, complete]! 14:01:43.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1415, 127.0.0.1:8226, complete] completed ACK-2.04 MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 14:01:43.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226 14:01:43.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 14:01:43.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225, complete]! 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-B8764066A0DAB521] 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-15239] 14:01:43.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1411, 127.0.0.1:8225, complete] completed CON-PUT MID=15236, Token=EC86E7255844B244, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=15239, Token=B8764066A0DAB521, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 14:01:43.181 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.181 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.181 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225 14:01:43.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225 14:01:43.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ... 14:01:43.181 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1 14:01:43.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped. 14:01:43.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225 14:01:43.181 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226 14:01:43.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226 14:01:43.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ... 14:01:43.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0 14:01:43.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped. 14:01:43.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226 14:01:43.182 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 14:01:43.182 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 14:01:43.183 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.183 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.183 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.183 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.183 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.183 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.183 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 14:01:43.183 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.183 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8227, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8227 14:01:43.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.183 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.184 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.184 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.184 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.184 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 14:01:43.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8228, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8228 14:01:43.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1416, 127.0.0.1:8227] send request 14:01:43.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1416, 127.0.0.1:8227] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 14:01:43.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1416, 127.0.0.1:8227, complete]! 14:01:43.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1416, 127.0.0.1:8227, complete] request [MID=-1, null] 14:01:43.185 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.185 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.185 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8227 14:01:43.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8227 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] stopping ... 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /127.0.0.1 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] has stopped. 14:01:43.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8227 14:01:43.185 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.185 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8228 14:01:43.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8228 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] stopping ... 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /0.0.0.0 14:01:43.185 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] has stopped. 14:01:43.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8228 14:01:43.186 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 14:01:43.186 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.186 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 14:01:43.187 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 14:01:43.187 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.187 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.187 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.187 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.187 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.188 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.188 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.188 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.188 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 14:01:43.188 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.188 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8229, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229 14:01:43.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.188 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.188 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.189 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.189 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.189 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 14:01:43.189 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.189 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8230, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230 14:01:43.189 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230 14:01:43.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.190 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.190 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.190 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.190 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.191 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.191 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.191 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.191 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.191 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.191 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 14:01:43.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.191 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8231, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.191 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8231 14:01:43.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.192 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.192 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.192 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.192 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.192 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.192 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 14:01:43.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.192 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8232, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8232 14:01:43.192 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8232 14:01:43.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8231] send request 14:01:43.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8231] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8231] added with generated mid KeyMID[127.0.0.1:8231-3064], NON-POST MID= 3064, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8231] added with generated token KeyToken[127.0.0.1:8231-243781B89CB8B629], NON-POST MID= 3064, Token=243781B89CB8B629, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8231-3064], KeyToken[127.0.0.1:8231-243781B89CB8B629]] 14:01:43.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8231 14:01:43.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T188) 127.0.0.1:8,232 ==> :8,231 [NON-POST MID= 3064, Token=243781B89CB8B629, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8231) received 58 bytes from 127.0.0.1:8232 14:01:43.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8232-3064] 14:01:43.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8229 ==[ CoAP Request ]============================================= MID : 3064 Token : 243781B89CB8B629 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8229] send request 14:01:43.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-47975], NON-POST MID=47975, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-70ECFD14D2217DF6], NON-POST MID=47975, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47975], KeyToken[127.0.0.1:8229-70ECFD14D2217DF6]] 14:01:43.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8229 14:01:43.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T180) 127.0.0.1:8,230 ==> :8,229 [NON-POST MID=47975, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 34 bytes from 127.0.0.1:8230 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47975] 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8230] replace NON-POST MID=47975, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=47975, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8230] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8230, complete]! 14:01:43.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8230, complete] completed NON-2.04 MID=53764, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8230 14:01:43.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T183) 127.0.0.1:8,229 ==> :8,230 [NON-2.04 MID=53764, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 153 bytes from 127.0.0.1:8229 14:01:43.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-53764] 14:01:43.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8229, complete]! 14:01:43.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8229, complete] for token KeyToken[127.0.0.1:8229-70ECFD14D2217DF6] 14:01:43.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8229, complete] for MID KeyMID[127.0.0.1:8229-47975] 14:01:43.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, 127.0.0.1:8229, complete] completed NON-POST MID=47975, Token=70ECFD14D2217DF6, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8232]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8232] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8232, complete]! 14:01:43.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8232, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes -/- NON-2.04 MID=61733, Token=243781B89CB8B629, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06! 14:01:43.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 14:01:43.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T191) 127.0.0.1:8,231 ==> :8,232 [NON-2.04 MID=61733, Token=243781B89CB8B629, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06] 14:01:43.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8232) received 51 bytes from 127.0.0.1:8231 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-61733] 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [139 bytes] exceeds max buffer size [64 bytes], aborting request 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8231, complete]! 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8231, complete] for token KeyToken[127.0.0.1:8231-243781B89CB8B629] 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8231, complete] for MID KeyMID[127.0.0.1:8231-3064] 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, 127.0.0.1:8231, complete] completed NON-GET MID= 3064, Token=243781B89CB8B629, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, -/- NON-POST MID= 3064, Token=243781B89CB8B629, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1417, 127.0.0.1:8231, complete] request [MID=3064, Token=243781B89CB8B629] 14:01:43.197 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.197 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229 14:01:43.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ... 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped. 14:01:43.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229 14:01:43.197 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.197 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230 14:01:43.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ... 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped. 14:01:43.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230 14:01:43.197 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.197 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8231 14:01:43.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8231 14:01:43.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] stopping ... 14:01:43.198 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /127.0.0.1 14:01:43.198 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] has stopped. 14:01:43.198 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8231 14:01:43.198 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.198 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.198 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8232 14:01:43.198 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8232 14:01:43.198 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] stopping ... 14:01:43.198 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /0.0.0.0 14:01:43.198 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] has stopped. 14:01:43.198 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8232 14:01:43.198 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 14:01:43.198 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 14:01:43.198 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.199 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.199 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.199 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.199 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.199 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.199 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.199 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.199 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.199 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 14:01:43.199 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.199 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8233, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.199 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233 14:01:43.199 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.199 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.199 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.200 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.200 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.200 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 14:01:43.200 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.200 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8234, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234 14:01:43.200 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234 14:01:43.200 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.200 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.200 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.200 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.200 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.201 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.201 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.201 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.201 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.201 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 14:01:43.201 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.250 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8235, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8235 14:01:43.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.250 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.250 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.250 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.251 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.251 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 14:01:43.251 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.251 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8236, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8236 14:01:43.251 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8236 14:01:43.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.251 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8235] send request 14:01:43.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-22015], NON-POST MID=22015, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated token KeyToken[127.0.0.1:8235-4CE8A682EFE62104], NON-POST MID=22015, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-22015], KeyToken[127.0.0.1:8235-4CE8A682EFE62104]] 14:01:43.252 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8235 14:01:43.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T204) 127.0.0.1:8,236 ==> :8,235 [NON-POST MID=22015, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 189 bytes from 127.0.0.1:8236 14:01:43.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-22015] 14:01:43.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8233 ==[ CoAP Request ]============================================= MID : 22015 Token : 4CE8A682EFE62104 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8233]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8233] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8233] send request 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-62715], NON-POST MID=62715, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-B085DB5C0FFC3B70], NON-POST MID=62715, Token=B085DB5C0FFC3B70, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-62715], KeyToken[127.0.0.1:8233-B085DB5C0FFC3B70]] 14:01:43.252 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8233 14:01:43.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T196) 127.0.0.1:8,234 ==> :8,233 [NON-POST MID=62715, Token=B085DB5C0FFC3B70, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 54 bytes from 127.0.0.1:8234 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-62715] 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8234] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8234, complete]! 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8234, complete] completed NON-4.13 MID= 5344, Token=B085DB5C0FFC3B70, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8234 14:01:43.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T199) 127.0.0.1:8,233 ==> :8,234 [NON-4.13 MID= 5344, Token=B085DB5C0FFC3B70, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 45 bytes from 127.0.0.1:8233 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-5344] 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 5344, Token=B085DB5C0FFC3B70, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8233]], block1 transfers still in progress: 0 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8233, complete]! 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-B085DB5C0FFC3B70] 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-62715] 14:01:43.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, 127.0.0.1:8233, complete] completed NON-POST MID=62715, Token=B085DB5C0FFC3B70, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID=62715, Token=B085DB5C0FFC3B70, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8236] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8236, complete]! 14:01:43.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8236, complete] completed NON-4.13 MID=47958, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8236 14:01:43.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T207) 127.0.0.1:8,235 ==> :8,236 [NON-4.13 MID=47958, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 45 bytes from 127.0.0.1:8235 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-47958] 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=47958, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8235]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-POST MID=22015, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8233/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8235] send request 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-PUT MID= -1, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8233/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-22016], NON-POST MID=22016, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235] for MID KeyMID[127.0.0.1:8235-22015] 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] keep for KeyToken[127.0.0.1:8235-4CE8A682EFE62104], NON-POST MID=22016, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-22016], KeyToken[127.0.0.1:8235-4CE8A682EFE62104]] 14:01:43.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8235 14:01:43.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T204) 127.0.0.1:8,236 ==> :8,235 [NON-POST MID=22016, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 14:01:43.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 130 bytes from 127.0.0.1:8236 14:01:43.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-22016] 14:01:43.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8233 ==[ CoAP Request ]============================================= MID : 22016 Token : 4CE8A682EFE62104 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 14:01:43.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8233]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1426, 127.0.0.1:8233] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1426, 127.0.0.1:8233] send request 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1426, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-62716], NON-POST MID=62716, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1426, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-342696A810B19CDB], NON-POST MID=62716, Token=342696A810B19CDB, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-62716], KeyToken[127.0.0.1:8233-342696A810B19CDB]] 14:01:43.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8233 14:01:43.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T196) 127.0.0.1:8,234 ==> :8,233 [NON-POST MID=62716, Token=342696A810B19CDB, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 14:01:43.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 54 bytes from 127.0.0.1:8234 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-62716] 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1427, 127.0.0.1:8234] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1427, 127.0.0.1:8234, complete]! 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1427, 127.0.0.1:8234, complete] completed NON-4.13 MID= 5345, Token=342696A810B19CDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8234 14:01:43.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T199) 127.0.0.1:8,233 ==> :8,234 [NON-4.13 MID= 5345, Token=342696A810B19CDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 45 bytes from 127.0.0.1:8233 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-5345] 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 5345, Token=342696A810B19CDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8233]], block1 transfers still in progress: 0 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1426, 127.0.0.1:8233, complete]! 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1426, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-342696A810B19CDB] 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1426, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-62716] 14:01:43.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1426, 127.0.0.1:8233, complete] completed NON-POST MID=62716, Token=342696A810B19CDB, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID=62716, Token=342696A810B19CDB, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1425, 127.0.0.1:8236] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1425, 127.0.0.1:8236, complete]! 14:01:43.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1425, 127.0.0.1:8236, complete] completed NON-4.13 MID=47959, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8236 14:01:43.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T207) 127.0.0.1:8,235 ==> :8,236 [NON-4.13 MID=47959, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 45 bytes from 127.0.0.1:8235 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-47959] 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=47959, Token=4CE8A682EFE62104, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8235]], block1 transfers still in progress: 0 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235, complete]! 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235, complete] for token KeyToken[127.0.0.1:8235-4CE8A682EFE62104] 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235, complete] for MID KeyMID[127.0.0.1:8235-22016] 14:01:43.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, 127.0.0.1:8235, complete] completed NON-PUT MID=22015, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=22016, Token=4CE8A682EFE62104, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : 4CE8A682EFE62104 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 4 ms Payload: 29 Bytes =============================================================== 14:01:43.256 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.256 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233 14:01:43.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ... 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped. 14:01:43.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233 14:01:43.256 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.256 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234 14:01:43.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ... 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0 14:01:43.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped. 14:01:43.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234 14:01:43.257 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.257 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8235 14:01:43.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8235 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] stopping ... 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /127.0.0.1 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] has stopped. 14:01:43.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8235 14:01:43.257 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.257 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.257 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8236 14:01:43.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8236 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] stopping ... 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /0.0.0.0 14:01:43.257 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] has stopped. 14:01:43.257 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8236 14:01:43.257 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 14:01:43.257 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 14:01:43.258 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.258 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.258 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.258 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 14:01:43.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8237, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8237 14:01:43.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.259 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.259 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.259 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 14:01:43.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.259 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8238, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8238 14:01:43.259 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8238 14:01:43.259 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.259 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.259 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.260 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 14:01:43.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8239, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239 14:01:43.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.260 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.260 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.261 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 14:01:43.261 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.261 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8240, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8240 14:01:43.261 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8240 14:01:43.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.261 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1428, 127.0.0.1:8239] send request 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1428, 127.0.0.1:8239] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1428, 127.0.0.1:8239] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1428, 127.0.0.1:8239] added with generated mid KeyMID[127.0.0.1:8239-63096], CON-POST MID=63096, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1428, 127.0.0.1:8239] added with generated token KeyToken[127.0.0.1:8239-580F8C570B0811C4], CON-POST MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-63096], KeyToken[127.0.0.1:8239-580F8C570B0811C4]] 14:01:43.261 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8239 14:01:43.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T220) 127.0.0.1:8,240 ==> :8,239 [CON-POST MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 189 bytes from 127.0.0.1:8240 14:01:43.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-63096] 14:01:43.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8237 ==[ CoAP Request ]============================================= MID : 63096 Token : 580F8C570B0811C4 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8237]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-26417], CON-POST MID=26417, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-3C2905A1F4FBD620], CON-POST MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-26417], KeyToken[127.0.0.1:8237-3C2905A1F4FBD620]] 14:01:43.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 54 bytes from 127.0.0.1:8238 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-26417] 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8238]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1431, 127.0.0.1:8238] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1431, 127.0.0.1:8238, complete]! 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1431, 127.0.0.1:8238, complete] completed ACK-2.31 MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 14:01:43.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238 14:01:43.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31 MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 14:01:43.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237 14:01:43.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8237 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-26418], CON-POST MID=26418, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-26417] 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-9CFC2386DF9A16AB], CON-POST MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-3C2905A1F4FBD620] 14:01:43.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-26418], KeyToken[127.0.0.1:8237-9CFC2386DF9A16AB]] 14:01:43.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8237 14:01:43.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 14:01:43.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-26418] 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 14:01:43.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8238] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8238, complete]! 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8238, complete] completed ACK-2.31 MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 14:01:43.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238 14:01:43.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31 MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 14:01:43.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST MID=26418, Token=9CFC2386DF9A16AB, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-26419], CON-POST MID=26419, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-26418] 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-084E28BC7C12AAA8], CON-POST MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-9CFC2386DF9A16AB] 14:01:43.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-26419], KeyToken[127.0.0.1:8237-084E28BC7C12AAA8]] 14:01:43.264 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8237 14:01:43.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 14:01:43.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-26419] 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1433, 127.0.0.1:8238] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1433, 127.0.0.1:8238, complete]! 14:01:43.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1433, 127.0.0.1:8238, complete] completed ACK-2.31 MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 14:01:43.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238 14:01:43.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31 MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 14:01:43.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST MID=26419, Token=084E28BC7C12AAA8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-26420], CON-POST MID=26420, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-26419] 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-D0A4E49F99F338A7], CON-POST MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-084E28BC7C12AAA8] 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-26420], KeyToken[127.0.0.1:8237-D0A4E49F99F338A7]] 14:01:43.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8237 14:01:43.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 14:01:43.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-26420] 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8238] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8238, complete]! 14:01:43.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8238, complete] completed ACK-2.31 MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 14:01:43.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238 14:01:43.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31 MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 14:01:43.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST MID=26420, Token=D0A4E49F99F338A7, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-26421], CON-POST MID=26421, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-26420] 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-AC7F240B5023757F], CON-POST MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-D0A4E49F99F338A7] 14:01:43.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-26421], KeyToken[127.0.0.1:8237-AC7F240B5023757F]] 14:01:43.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8237 14:01:43.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 14:01:43.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 40 bytes from 127.0.0.1:8238 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-26421] 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8238]], block1 transfers still in progress: 0 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1435, 127.0.0.1:8238] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1435, 127.0.0.1:8238, complete]! 14:01:43.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1435, 127.0.0.1:8238, complete] completed ACK-2.04 MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 14:01:43.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8238 14:01:43.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.04 MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 14:01:43.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 26 bytes from 127.0.0.1:8237 14:01:43.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 14:01:43.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237, complete]! 14:01:43.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237, complete] for token KeyToken[127.0.0.1:8237-AC7F240B5023757F] 14:01:43.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237, complete] for MID KeyMID[127.0.0.1:8237-26421] 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1430, 127.0.0.1:8237, complete] completed CON-POST MID=26417, Token=3C2905A1F4FBD620, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=26421, Token=AC7F240B5023757F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 14:01:43.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1429, 127.0.0.1:8240] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 14:01:43.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1429, 127.0.0.1:8240, complete]! 14:01:43.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1429, 127.0.0.1:8240, complete] completed ACK-2.04 MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 14:01:43.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8240 14:01:43.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T223) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04 MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 14:01:43.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8240) received 26 bytes from 127.0.0.1:8239 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1428, 127.0.0.1:8239, complete]! 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1428, 127.0.0.1:8239, complete] for token KeyToken[127.0.0.1:8239-580F8C570B0811C4] 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1428, 127.0.0.1:8239, complete] for MID KeyMID[127.0.0.1:8239-63096] 14:01:43.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1428, 127.0.0.1:8239, complete] completed CON-PUT MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=63096, Token=580F8C570B0811C4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 63096 Token : 580F8C570B0811C4 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 6 ms Payload: 0 Bytes =============================================================== 14:01:43.267 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.267 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.267 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8237 14:01:43.267 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8237 14:01:43.267 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] stopping ... 14:01:43.267 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /127.0.0.1 14:01:43.267 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] has stopped. 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8237 14:01:43.268 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.268 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8238 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8238 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] stopping ... 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /0.0.0.0 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] has stopped. 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8238 14:01:43.268 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.268 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ... 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped. 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239 14:01:43.268 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.268 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8240 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8240 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] stopping ... 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /0.0.0.0 14:01:43.268 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] has stopped. 14:01:43.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8240 14:01:43.268 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 14:01:43.269 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 14:01:43.269 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.269 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.269 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.269 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.270 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.270 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 14:01:43.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8241, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241 14:01:43.270 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.270 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.270 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.270 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.270 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.270 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 14:01:43.270 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.271 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8242, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8242 14:01:43.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.271 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8242 14:01:43.271 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.271 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.271 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.271 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.271 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.271 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 14:01:43.271 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.271 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8243, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243 14:01:43.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.272 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.272 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.272 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.272 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.272 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.272 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.272 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 14:01:43.272 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.272 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8244, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.272 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8244 14:01:43.272 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8244 14:01:43.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1436, 127.0.0.1:8243] send request 14:01:43.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1436, 127.0.0.1:8243] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1436, 127.0.0.1:8243] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1436, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-37106], CON-POST MID=37106, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1436, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-24923860863FEAEF], CON-POST MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-37106], KeyToken[127.0.0.1:8243-24923860863FEAEF]] 14:01:43.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8243 14:01:43.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 58 bytes from 127.0.0.1:8244 14:01:43.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-37106] 14:01:43.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8241 ==[ CoAP Request ]============================================= MID : 37106 Token : 24923860863FEAEF Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1438, 127.0.0.1:8241] send request 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1438, 127.0.0.1:8241] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1438, 127.0.0.1:8241] added with generated mid KeyMID[127.0.0.1:8241-58283], CON-POST MID=58283, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1438, 127.0.0.1:8241] added with generated token KeyToken[127.0.0.1:8241-F80AF1D046D3E889], CON-POST MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-58283], KeyToken[127.0.0.1:8241-F80AF1D046D3E889]] 14:01:43.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8241 14:01:43.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T228) 127.0.0.1:8,242 ==> :8,241 [CON-POST MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 34 bytes from 127.0.0.1:8242 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8242-58283] 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8242] replace CON-POST MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1439, 127.0.0.1:8242] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8242, complete]! 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1439, 127.0.0.1:8242, complete] completed ACK-2.04 MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8242 14:01:43.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T231) 127.0.0.1:8,241 ==> :8,242 [ACK-2.04 MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8242) received 153 bytes from 127.0.0.1:8241 14:01:43.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1438, 127.0.0.1:8241, complete]! 14:01:43.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1438, 127.0.0.1:8241, complete] for token KeyToken[127.0.0.1:8241-F80AF1D046D3E889] 14:01:43.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1438, 127.0.0.1:8241, complete] for MID KeyMID[127.0.0.1:8241-58283] 14:01:43.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1438, 127.0.0.1:8241, complete] completed CON-POST MID=58283, Token=F80AF1D046D3E889, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1437, 127.0.0.1:8244] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes 14:01:43.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1437, 127.0.0.1:8244, complete]! 14:01:43.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1437, 127.0.0.1:8244, complete] completed ACK-2.04 MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8244 14:01:43.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04 MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 153 bytes from 127.0.0.1:8243 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1436, 127.0.0.1:8243, complete]! 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1436, 127.0.0.1:8243, complete] for token KeyToken[127.0.0.1:8243-24923860863FEAEF] 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1436, 127.0.0.1:8243, complete] for MID KeyMID[127.0.0.1:8243-37106] 14:01:43.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1436, 127.0.0.1:8243, complete] completed CON-GET MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, -/- CON-POST MID=37106, Token=24923860863FEAEF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 37106 Token : 24923860863FEAEF Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.275 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.275 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.275 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241 14:01:43.275 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241 14:01:43.275 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ... 14:01:43.275 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1 14:01:43.275 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped. 14:01:43.275 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241 14:01:43.275 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.275 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8242 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8242 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] stopping ... 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /0.0.0.0 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] has stopped. 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8242 14:01:43.276 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.276 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ... 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped. 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243 14:01:43.276 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.276 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8244 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8244 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] stopping ... 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /0.0.0.0 14:01:43.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] has stopped. 14:01:43.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8244 14:01:43.276 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 14:01:43.277 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 14:01:43.277 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.277 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.277 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.277 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.277 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.278 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.278 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 14:01:43.278 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.278 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8245, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245 14:01:43.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.278 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.278 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.278 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.278 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.279 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 14:01:43.279 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.279 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8246, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.279 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246 14:01:43.279 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8246 14:01:43.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.279 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.279 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.279 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.279 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.279 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.279 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.279 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.279 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 14:01:43.279 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.280 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8247, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247 14:01:43.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.280 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.280 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.280 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 14:01:43.280 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.280 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8248, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8248 14:01:43.280 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8248 14:01:43.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1440, 127.0.0.1:8247] send request 14:01:43.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1440, 127.0.0.1:8247] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, 14:01:43.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1440, 127.0.0.1:8247] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1440, 127.0.0.1:8247] added with generated mid KeyMID[127.0.0.1:8247-59566], CON-POST MID=59566, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1440, 127.0.0.1:8247] added with generated token KeyToken[127.0.0.1:8247-009677AD3978A541], CON-POST MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-59566], KeyToken[127.0.0.1:8247-009677AD3978A541]] 14:01:43.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8247 14:01:43.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T252) 127.0.0.1:8,248 ==> :8,247 [CON-POST MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 58 bytes from 127.0.0.1:8248 14:01:43.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-59566] 14:01:43.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8245 ==[ CoAP Request ]============================================= MID : 59566 Token : 009677AD3978A541 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1442, 127.0.0.1:8245] send request 14:01:43.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1442, 127.0.0.1:8245] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1442, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-35360], CON-POST MID=35360, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1442, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-10A65E3EA3D0A1D4], CON-POST MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-35360], KeyToken[127.0.0.1:8245-10A65E3EA3D0A1D4]] 14:01:43.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8245 14:01:43.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 34 bytes from 127.0.0.1:8246 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-35360] 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8246] replace CON-POST MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1443, 127.0.0.1:8246] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8246, complete]! 14:01:43.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1443, 127.0.0.1:8246, complete] completed ACK-2.04 MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 14:01:43.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8246 14:01:43.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.04 MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 14:01:43.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 29 bytes from 127.0.0.1:8245 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1442, 127.0.0.1:8245, complete]! 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1442, 127.0.0.1:8245, complete] for token KeyToken[127.0.0.1:8245-10A65E3EA3D0A1D4] 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1442, 127.0.0.1:8245, complete] for MID KeyMID[127.0.0.1:8245-35360] 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1442, 127.0.0.1:8245, complete] completed CON-POST MID=35360, Token=10A65E3EA3D0A1D4, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1441, 127.0.0.1:8248] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C 14:01:43.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1441, 127.0.0.1:8248, complete]! 14:01:43.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1441, 127.0.0.1:8248, complete] completed ACK-2.04 MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 14:01:43.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8248 14:01:43.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T255) 127.0.0.1:8,247 ==> :8,248 [ACK-2.04 MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 14:01:43.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8248) received 29 bytes from 127.0.0.1:8247 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1440, 127.0.0.1:8247, complete]! 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1440, 127.0.0.1:8247, complete] for token KeyToken[127.0.0.1:8247-009677AD3978A541] 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1440, 127.0.0.1:8247, complete] for MID KeyMID[127.0.0.1:8247-59566] 14:01:43.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1440, 127.0.0.1:8247, complete] completed CON-GET MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, -/- CON-POST MID=59566, Token=009677AD3978A541, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 59566 Token : 009677AD3978A541 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 14:01:43.283 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.283 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.283 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245 14:01:43.283 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245 14:01:43.283 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ... 14:01:43.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped. 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245 14:01:43.284 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.284 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ... 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped. 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246 14:01:43.284 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.284 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ... 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped. 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247 14:01:43.284 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.284 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8248 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8248 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] stopping ... 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /0.0.0.0 14:01:43.284 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] has stopped. 14:01:43.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8248 14:01:43.284 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 14:01:43.285 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 14:01:43.285 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.285 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.285 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.285 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.285 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 14:01:43.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8249, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249 14:01:43.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.286 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.286 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.286 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 14:01:43.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8250, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8250 14:01:43.286 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8250 14:01:43.286 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.286 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.286 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.287 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.287 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.287 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.287 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.287 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 14:01:43.287 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.287 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8251, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.287 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251 14:01:43.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.287 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.287 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.287 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.287 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.287 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.287 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.287 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.288 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.288 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 14:01:43.288 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.288 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8252, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.288 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8252 14:01:43.288 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8252 14:01:43.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31621], CON-POST MID=31621, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-B40974A884404789], CON-POST MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31621], KeyToken[127.0.0.1:8251-B40974A884404789]] 14:01:43.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8251 14:01:43.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 189 bytes from 127.0.0.1:8252 14:01:43.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31621] 14:01:43.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8249 ==[ CoAP Request ]============================================= MID : 31621 Token : B40974A884404789 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1446, 127.0.0.1:8249] send request 14:01:43.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1446, 127.0.0.1:8249] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1446, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-33637], CON-POST MID=33637, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1446, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-78E19E6F98635378], CON-POST MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-33637], KeyToken[127.0.0.1:8249-78E19E6F98635378]] 14:01:43.289 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8249 14:01:43.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 165 bytes from 127.0.0.1:8250 14:01:43.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-33637] 14:01:43.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250] replace CON-POST MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1447, 127.0.0.1:8250] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250, complete]! 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1447, 127.0.0.1:8250, complete] completed ACK-2.04 MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.290 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8250 14:01:43.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04 MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 281 bytes from 127.0.0.1:8249 14:01:43.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1446, 127.0.0.1:8249, complete]! 14:01:43.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1446, 127.0.0.1:8249, complete] for token KeyToken[127.0.0.1:8249-78E19E6F98635378] 14:01:43.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1446, 127.0.0.1:8249, complete] for MID KeyMID[127.0.0.1:8249-33637] 14:01:43.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1446, 127.0.0.1:8249, complete] completed CON-POST MID=33637, Token=78E19E6F98635378, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1445, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8252, complete]! 14:01:43.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1445, 127.0.0.1:8252, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes -/- ACK-2.04 MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06! 14:01:43.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8252 14:01:43.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06] 14:01:43.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 52 bytes from 127.0.0.1:8251 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8251]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31622], CON-POST MID=31622, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31621] 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-B4DC8A62CF7B7FB9], CON-POST MID=31622, Token=B4DC8A62CF7B7FB9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-B40974A884404789] 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31622], KeyToken[127.0.0.1:8251-B4DC8A62CF7B7FB9]] 14:01:43.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31622, Token=B4DC8A62CF7B7FB9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31622] 14:01:43.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 14:01:43.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40 14:01:43.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8252, complete]! 14:01:43.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31622, Token=B4DC8A62CF7B7FB9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40! 14:01:43.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31622, Token=B4DC8A62CF7B7FB9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40] 14:01:43.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31622, Token=B4DC8A62CF7B7FB9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31623], CON-POST MID=31623, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31622] 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-DC907E25942CDEFD], CON-POST MID=31623, Token=DC907E25942CDEFD, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-B4DC8A62CF7B7FB9] 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31623], KeyToken[127.0.0.1:8251-DC907E25942CDEFD]] 14:01:43.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31623, Token=DC907E25942CDEFD, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31623] 14:01:43.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 14:01:43.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1449, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3 14:01:43.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8252, complete]! 14:01:43.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1449, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31623, Token=DC907E25942CDEFD, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3! 14:01:43.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31623, Token=DC907E25942CDEFD, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3] 14:01:43.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31623, Token=DC907E25942CDEFD, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31624], CON-POST MID=31624, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31623] 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-B00BAD9F07437CB8], CON-POST MID=31624, Token=B00BAD9F07437CB8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-DC907E25942CDEFD] 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31624], KeyToken[127.0.0.1:8251-B00BAD9F07437CB8]] 14:01:43.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31624, Token=B00BAD9F07437CB8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31624] 14:01:43.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 14:01:43.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06 14:01:43.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8252, complete]! 14:01:43.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31624, Token=B00BAD9F07437CB8, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06! 14:01:43.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31624, Token=B00BAD9F07437CB8, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06] 14:01:43.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31624, Token=B00BAD9F07437CB8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31625], CON-POST MID=31625, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31624] 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-14BC19B81B29ED6C], CON-POST MID=31625, Token=14BC19B81B29ED6C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-B00BAD9F07437CB8] 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31625], KeyToken[127.0.0.1:8251-14BC19B81B29ED6C]] 14:01:43.295 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31625, Token=14BC19B81B29ED6C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31625] 14:01:43.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 14:01:43.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1451, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2 14:01:43.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8252, complete]! 14:01:43.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1451, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31625, Token=14BC19B81B29ED6C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2! 14:01:43.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31625, Token=14BC19B81B29ED6C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2] 14:01:43.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31625, Token=14BC19B81B29ED6C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31626], CON-POST MID=31626, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31625] 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-E4847840CA47D1F4], CON-POST MID=31626, Token=E4847840CA47D1F4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-14BC19B81B29ED6C] 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31626], KeyToken[127.0.0.1:8251-E4847840CA47D1F4]] 14:01:43.296 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.296 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31626, Token=E4847840CA47D1F4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.296 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31626] 14:01:43.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 14:01:43.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5 14:01:43.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8252, complete]! 14:01:43.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31626, Token=E4847840CA47D1F4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5! 14:01:43.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31626, Token=E4847840CA47D1F4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5] 14:01:43.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31626, Token=E4847840CA47D1F4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31627], CON-POST MID=31627, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31626] 14:01:43.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-B493DBBD5BC3F06C], CON-POST MID=31627, Token=B493DBBD5BC3F06C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-E4847840CA47D1F4] 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31627], KeyToken[127.0.0.1:8251-B493DBBD5BC3F06C]] 14:01:43.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31627, Token=B493DBBD5BC3F06C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31627] 14:01:43.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 14:01:43.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1453, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C 14:01:43.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1453, 127.0.0.1:8252, complete]! 14:01:43.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1453, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31627, Token=B493DBBD5BC3F06C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C! 14:01:43.297 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.297 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31627, Token=B493DBBD5BC3F06C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C] 14:01:43.297 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31627, Token=B493DBBD5BC3F06C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31628], CON-POST MID=31628, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31627] 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-0C0905C9C6066503], CON-POST MID=31628, Token=0C0905C9C6066503, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-B493DBBD5BC3F06C] 14:01:43.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31628], KeyToken[127.0.0.1:8251-0C0905C9C6066503]] 14:01:43.350 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31628, Token=0C0905C9C6066503, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31628] 14:01:43.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 14:01:43.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C 14:01:43.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252, complete]! 14:01:43.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31628, Token=0C0905C9C6066503, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C! 14:01:43.351 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252 14:01:43.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31628, Token=0C0905C9C6066503, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C] 14:01:43.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31628, Token=0C0905C9C6066503, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-31629], CON-POST MID=31629, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-31628] 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-50EA55EF50EAE9C9], CON-POST MID=31629, Token=50EA55EF50EAE9C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-0C0905C9C6066503] 14:01:43.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-31629], KeyToken[127.0.0.1:8251-50EA55EF50EAE9C9]] 14:01:43.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251 14:01:43.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST MID=31629, Token=50EA55EF50EAE9C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, ] 14:01:43.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252 14:01:43.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-31629] 14:01:43.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 14:01:43.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1455, 127.0.0.1:8252] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6 14:01:43.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252, complete]! 14:01:43.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1455, 127.0.0.1:8252, complete] completed ACK-2.04 MID=31629, Token=50EA55EF50EAE9C9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 14:01:43.351 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8252 14:01:43.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04 MID=31629, Token=50EA55EF50EAE9C9, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 14:01:43.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 28 bytes from 127.0.0.1:8251 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8251]], block2 transfers still in progress: 0 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST MID=31629, Token=50EA55EF50EAE9C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked by CON-POST MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251, complete]! 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251, complete] for token KeyToken[127.0.0.1:8251-50EA55EF50EAE9C9] 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251, complete] for MID KeyMID[127.0.0.1:8251-31629] 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1444, 127.0.0.1:8251, complete] completed CON-POST MID=31621, Token=B40974A884404789, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes! 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 14:01:43.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 31621 Token : B40974A884404789 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 63 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249 14:01:43.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249 14:01:43.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ... 14:01:43.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped. 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249 14:01:43.353 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.353 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8250 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8250 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] stopping ... 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /0.0.0.0 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] has stopped. 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8250 14:01:43.353 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.353 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ... 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped. 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251 14:01:43.353 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.353 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8252 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8252 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] stopping ... 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /0.0.0.0 14:01:43.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] has stopped. 14:01:43.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8252 14:01:43.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 14:01:43.355 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 14:01:43.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.356 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.356 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.356 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.356 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.356 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 14:01:43.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.356 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8253, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253 14:01:43.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.357 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.357 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.357 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 14:01:43.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8254, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8254 14:01:43.357 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8254 14:01:43.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.357 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.357 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.357 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.358 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.358 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.358 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 14:01:43.358 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.358 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8255, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8255 14:01:43.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.358 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.358 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.358 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.358 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.358 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.358 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 14:01:43.358 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.359 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8256, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.359 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8256 14:01:43.359 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8256 14:01:43.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1456, 127.0.0.1:8255] send request 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1456, 127.0.0.1:8255] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1456, 127.0.0.1:8255] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1456, 127.0.0.1:8255] added with generated mid KeyMID[127.0.0.1:8255-59685], CON-POST MID=59685, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1456, 127.0.0.1:8255] added with generated token KeyToken[127.0.0.1:8255-9CCC2DEC7CC1741B], CON-POST MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8255-59685], KeyToken[127.0.0.1:8255-9CCC2DEC7CC1741B]] 14:01:43.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8255 14:01:43.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T284) 127.0.0.1:8,256 ==> :8,255 [CON-POST MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8255) received 189 bytes from 127.0.0.1:8256 14:01:43.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8256-59685] 14:01:43.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8253 ==[ CoAP Request ]============================================= MID : 59685 Token : 9CCC2DEC7CC1741B Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8253]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-51518], CON-POST MID=51518, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-E40F6340D994B1ED], CON-POST MID=51518, Token=E40F6340D994B1ED, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-51518], KeyToken[127.0.0.1:8253-E40F6340D994B1ED]] 14:01:43.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8253 14:01:43.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=51518, Token=E40F6340D994B1ED, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 54 bytes from 127.0.0.1:8254 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-51518] 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8254]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254, complete]! 14:01:43.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, 127.0.0.1:8254, complete] completed ACK-2.31 MID=51518, Token=E40F6340D994B1ED, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 14:01:43.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254 14:01:43.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31 MID=51518, Token=E40F6340D994B1ED, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 14:01:43.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=51518, Token=E40F6340D994B1ED, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-51519], CON-POST MID=51519, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-51518] 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-5CD3FF70BDB5F047], CON-POST MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-E40F6340D994B1ED] 14:01:43.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-51519], KeyToken[127.0.0.1:8253-5CD3FF70BDB5F047]] 14:01:43.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253 14:01:43.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 14:01:43.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-51519] 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254, complete]! 14:01:43.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8254, complete] completed ACK-2.31 MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 14:01:43.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254 14:01:43.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31 MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 14:01:43.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=51519, Token=5CD3FF70BDB5F047, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-51520], CON-POST MID=51520, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-51519] 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-90C18F6C61F0CCE2], CON-POST MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-5CD3FF70BDB5F047] 14:01:43.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-51520], KeyToken[127.0.0.1:8253-90C18F6C61F0CCE2]] 14:01:43.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253 14:01:43.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 14:01:43.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-51520] 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254, complete]! 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, 127.0.0.1:8254, complete] completed ACK-2.31 MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 14:01:43.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254 14:01:43.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31 MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 14:01:43.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=51520, Token=90C18F6C61F0CCE2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-51521], CON-POST MID=51521, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-51520] 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-141C9F20D6ACA89E], CON-POST MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-90C18F6C61F0CCE2] 14:01:43.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-51521], KeyToken[127.0.0.1:8253-141C9F20D6ACA89E]] 14:01:43.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253 14:01:43.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 14:01:43.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254 14:01:43.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-51521] 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8254] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254, complete]! 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8254, complete] completed ACK-2.31 MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 14:01:43.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254 14:01:43.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31 MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 14:01:43.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST MID=51521, Token=141C9F20D6ACA89E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] send request 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated mid KeyMID[127.0.0.1:8253-51522], CON-POST MID=51522, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for MID KeyMID[127.0.0.1:8253-51521] 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1458, 127.0.0.1:8253] added with generated token KeyToken[127.0.0.1:8253-64FC4ACEE46C0789], CON-POST MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253] for token KeyToken[127.0.0.1:8253-141C9F20D6ACA89E] 14:01:43.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-51522], KeyToken[127.0.0.1:8253-64FC4ACEE46C0789]] 14:01:43.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8253 14:01:43.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 14:01:43.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 40 bytes from 127.0.0.1:8254 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-51522] 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8254]], block1 transfers still in progress: 0 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1463, 127.0.0.1:8254] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463, 127.0.0.1:8254, complete]! 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1463, 127.0.0.1:8254, complete] completed ACK-2.04 MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8254 14:01:43.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04 MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 284 bytes from 127.0.0.1:8253 14:01:43.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 14:01:43.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253, complete]! 14:01:43.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253, complete] for token KeyToken[127.0.0.1:8253-64FC4ACEE46C0789] 14:01:43.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1458, 127.0.0.1:8253, complete] for MID KeyMID[127.0.0.1:8253-51522] 14:01:43.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1458, 127.0.0.1:8253, complete] completed CON-POST MID=51518, Token=E40F6340D994B1ED, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=51522, Token=64FC4ACEE46C0789, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457, 127.0.0.1:8256] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes 14:01:43.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8256, complete]! 14:01:43.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, 127.0.0.1:8256, complete] completed ACK-2.04 MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8256 14:01:43.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T287) 127.0.0.1:8,255 ==> :8,256 [ACK-2.04 MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8256) received 284 bytes from 127.0.0.1:8255 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1456, 127.0.0.1:8255, complete]! 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1456, 127.0.0.1:8255, complete] for token KeyToken[127.0.0.1:8255-9CCC2DEC7CC1741B] 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1456, 127.0.0.1:8255, complete] for MID KeyMID[127.0.0.1:8255-59685] 14:01:43.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1456, 127.0.0.1:8255, complete] completed CON-POST MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=59685, Token=9CCC2DEC7CC1741B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 59685 Token : 9CCC2DEC7CC1741B Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 7 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.366 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.366 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253 14:01:43.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253 14:01:43.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ... 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped. 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253 14:01:43.367 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.367 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8254 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8254 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] stopping ... 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /0.0.0.0 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] has stopped. 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8254 14:01:43.367 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.367 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8255 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8255 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] stopping ... 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /127.0.0.1 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] has stopped. 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8255 14:01:43.367 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.367 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8256 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8256 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] stopping ... 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /0.0.0.0 14:01:43.367 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] has stopped. 14:01:43.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8256 14:01:43.367 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 14:01:43.367 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.368 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.368 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 14:01:43.368 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.369 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.369 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.369 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 14:01:43.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8257, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257 14:01:43.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.369 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.369 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 14:01:43.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8258, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258 14:01:43.370 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8258 14:01:43.370 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.370 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.370 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 14:01:43.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8259, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259 14:01:43.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.371 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.371 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.371 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 14:01:43.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8260, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260 14:01:43.371 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8260 14:01:43.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1464, 127.0.0.1:8259] send request 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1464, 127.0.0.1:8259] added with generated mid KeyMID[127.0.0.1:8259-29425], NON-POST MID=29425, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1464, 127.0.0.1:8259] added with generated token KeyToken[127.0.0.1:8259-342124819C80B68C], NON-POST MID=29425, Token=342124819C80B68C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-29425], KeyToken[127.0.0.1:8259-342124819C80B68C]] 14:01:43.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8259 14:01:43.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T300) 127.0.0.1:8,260 ==> :8,259 [NON-POST MID=29425, Token=342124819C80B68C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 58 bytes from 127.0.0.1:8260 14:01:43.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-29425] 14:01:43.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8257 ==[ CoAP Request ]============================================= MID : 29425 Token : 342124819C80B68C Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1466, 127.0.0.1:8257] send request 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1466, 127.0.0.1:8257] added with generated mid KeyMID[127.0.0.1:8257-58240], NON-POST MID=58240, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1466, 127.0.0.1:8257] added with generated token KeyToken[127.0.0.1:8257-F4D74424775E998F], NON-POST MID=58240, Token=F4D74424775E998F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-58240], KeyToken[127.0.0.1:8257-F4D74424775E998F]] 14:01:43.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8257 14:01:43.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T292) 127.0.0.1:8,258 ==> :8,257 [NON-POST MID=58240, Token=F4D74424775E998F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 34 bytes from 127.0.0.1:8258 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-58240] 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258] replace NON-POST MID=58240, Token=F4D74424775E998F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=58240, Token=F4D74424775E998F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1467, 127.0.0.1:8258] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258, complete]! 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1467, 127.0.0.1:8258, complete] completed NON-2.04 MID=28741, Token=F4D74424775E998F, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8258 14:01:43.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T295) 127.0.0.1:8,257 ==> :8,258 [NON-2.04 MID=28741, Token=F4D74424775E998F, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 153 bytes from 127.0.0.1:8257 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-28741] 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1466, 127.0.0.1:8257, complete]! 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1466, 127.0.0.1:8257, complete] for token KeyToken[127.0.0.1:8257-F4D74424775E998F] 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1466, 127.0.0.1:8257, complete] for MID KeyMID[127.0.0.1:8257-58240] 14:01:43.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1466, 127.0.0.1:8257, complete] completed NON-POST MID=58240, Token=F4D74424775E998F, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 14:01:43.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8260]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 14:01:43.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1465, 127.0.0.1:8260] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, 127.0.0.1:8260, complete]! 14:01:43.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1465, 127.0.0.1:8260, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes -/- NON-2.04 MID= 3315, Token=342124819C80B68C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06! 14:01:43.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8260 14:01:43.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T303) 127.0.0.1:8,259 ==> :8,260 [NON-2.04 MID= 3315, Token=342124819C80B68C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06] 14:01:43.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 51 bytes from 127.0.0.1:8259 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-3315] 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [139 bytes] exceeds max buffer size [64 bytes], aborting request 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259, complete]! 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1464, 127.0.0.1:8259, complete] for token KeyToken[127.0.0.1:8259-342124819C80B68C] 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1464, 127.0.0.1:8259, complete] for MID KeyMID[127.0.0.1:8259-29425] 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1464, 127.0.0.1:8259, complete] completed NON-GET MID=29425, Token=342124819C80B68C, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, -/- NON-POST MID=29425, Token=342124819C80B68C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8257"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1464, 127.0.0.1:8259, complete] request [MID=29425, Token=342124819C80B68C] 14:01:43.374 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.374 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.374 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257 14:01:43.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257 14:01:43.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ... 14:01:43.374 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1 14:01:43.374 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped. 14:01:43.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257 14:01:43.375 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.375 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ... 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped. 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258 14:01:43.375 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.375 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ... 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped. 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259 14:01:43.375 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.375 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ... 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0 14:01:43.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped. 14:01:43.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260 14:01:43.375 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 14:01:43.375 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 14:01:43.376 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.376 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.376 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.380 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.380 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.380 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 14:01:43.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8261, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261 14:01:43.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.380 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.380 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.380 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.381 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.381 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 14:01:43.381 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.381 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8262, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262 14:01:43.381 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8262 14:01:43.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.381 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.381 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.381 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.382 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.382 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 14:01:43.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8263, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263 14:01:43.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.382 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 14:01:43.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.383 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8264, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264 14:01:43.383 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8264 14:01:43.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request 14:01:43.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8261/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated mid KeyMID[127.0.0.1:8263-48594], NON-POST MID=48594, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated token KeyToken[127.0.0.1:8263-0C23D67AB8282EFB], NON-POST MID=48594, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-48594], KeyToken[127.0.0.1:8263-0C23D67AB8282EFB]] 14:01:43.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8263 14:01:43.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T316) 127.0.0.1:8,264 ==> :8,263 [NON-POST MID=48594, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 189 bytes from 127.0.0.1:8264 14:01:43.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-48594] 14:01:43.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8261 ==[ CoAP Request ]============================================= MID : 48594 Token : 0C23D67AB8282EFB Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1470, 127.0.0.1:8261] send request 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1470, 127.0.0.1:8261] added with generated mid KeyMID[127.0.0.1:8261-4716], NON-POST MID= 4716, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1470, 127.0.0.1:8261] added with generated token KeyToken[127.0.0.1:8261-1073DA5226618F7D], NON-POST MID= 4716, Token=1073DA5226618F7D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-4716], KeyToken[127.0.0.1:8261-1073DA5226618F7D]] 14:01:43.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8261 14:01:43.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T308) 127.0.0.1:8,262 ==> :8,261 [NON-POST MID= 4716, Token=1073DA5226618F7D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262 14:01:43.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-4716] 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1471, 127.0.0.1:8262] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, 127.0.0.1:8262, complete]! 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, 127.0.0.1:8262, complete] completed NON-4.13 MID=55414, Token=1073DA5226618F7D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8262 14:01:43.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T311) 127.0.0.1:8,261 ==> :8,262 [NON-4.13 MID=55414, Token=1073DA5226618F7D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-55414] 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=55414, Token=1073DA5226618F7D, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261, complete]! 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1470, 127.0.0.1:8261, complete] for token KeyToken[127.0.0.1:8261-1073DA5226618F7D] 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1470, 127.0.0.1:8261, complete] for MID KeyMID[127.0.0.1:8261-4716] 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1470, 127.0.0.1:8261, complete] completed NON-POST MID= 4716, Token=1073DA5226618F7D, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID= 4716, Token=1073DA5226618F7D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1469, 127.0.0.1:8264] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, 127.0.0.1:8264, complete]! 14:01:43.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, 127.0.0.1:8264, complete] completed NON-4.13 MID=45692, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8264 14:01:43.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T319) 127.0.0.1:8,263 ==> :8,264 [NON-4.13 MID=45692, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-45692] 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=45692, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8263]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-POST MID=48594, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8261"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8261/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1468, 127.0.0.1:8263] send request 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263] replace NON-PUT MID= -1, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8261/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] added with generated mid KeyMID[127.0.0.1:8263-48595], NON-POST MID=48595, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263] for MID KeyMID[127.0.0.1:8263-48594] 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1468, 127.0.0.1:8263] keep for KeyToken[127.0.0.1:8263-0C23D67AB8282EFB], NON-POST MID=48595, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-48595], KeyToken[127.0.0.1:8263-0C23D67AB8282EFB]] 14:01:43.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8263 14:01:43.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T316) 127.0.0.1:8,264 ==> :8,263 [NON-POST MID=48595, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 14:01:43.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8263) received 130 bytes from 127.0.0.1:8264 14:01:43.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-48595] 14:01:43.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8261 ==[ CoAP Request ]============================================= MID : 48595 Token : 0C23D67AB8282EFB Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1473, 127.0.0.1:8261] send request 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8261] added with generated mid KeyMID[127.0.0.1:8261-4717], NON-POST MID= 4717, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8261] added with generated token KeyToken[127.0.0.1:8261-5072182EC1A29C7C], NON-POST MID= 4717, Token=5072182EC1A29C7C, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-4717], KeyToken[127.0.0.1:8261-5072182EC1A29C7C]] 14:01:43.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8261 14:01:43.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T308) 127.0.0.1:8,262 ==> :8,261 [NON-POST MID= 4717, Token=5072182EC1A29C7C, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 14:01:43.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 54 bytes from 127.0.0.1:8262 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-4717] 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474, 127.0.0.1:8262] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8262, complete]! 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8262, complete] completed NON-4.13 MID=55415, Token=5072182EC1A29C7C, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8262 14:01:43.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T311) 127.0.0.1:8,261 ==> :8,262 [NON-4.13 MID=55415, Token=5072182EC1A29C7C, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 45 bytes from 127.0.0.1:8261 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-55415] 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=55415, Token=5072182EC1A29C7C, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8261]], block1 transfers still in progress: 0 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261, complete]! 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8261, complete] for token KeyToken[127.0.0.1:8261-5072182EC1A29C7C] 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8261, complete] for MID KeyMID[127.0.0.1:8261-4717] 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1473, 127.0.0.1:8261, complete] completed NON-POST MID= 4717, Token=5072182EC1A29C7C, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID= 4717, Token=5072182EC1A29C7C, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1472, 127.0.0.1:8264] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8264, complete]! 14:01:43.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8264, complete] completed NON-4.13 MID=45693, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 14:01:43.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8264 14:01:43.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T319) 127.0.0.1:8,263 ==> :8,264 [NON-4.13 MID=45693, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 14:01:43.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8264) received 45 bytes from 127.0.0.1:8263 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-45693] 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected but is expected to be! 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=45693, Token=0C23D67AB8282EFB, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 14:01:43.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8263]], block1 transfers still in progress: 0 14:01:43.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263, complete]! 14:01:43.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263, complete] for token KeyToken[127.0.0.1:8263-0C23D67AB8282EFB] 14:01:43.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1468, 127.0.0.1:8263, complete] for MID KeyMID[127.0.0.1:8263-48595] 14:01:43.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1468, 127.0.0.1:8263, complete] completed NON-PUT MID=48594, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8261/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=48595, Token=0C23D67AB8282EFB, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8261"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : 0C23D67AB8282EFB Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 4 ms Payload: 29 Bytes =============================================================== 14:01:43.388 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.388 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ... 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped. 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261 14:01:43.388 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.388 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ... 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped. 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262 14:01:43.388 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.388 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ... 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1 14:01:43.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped. 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263 14:01:43.388 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.388 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264 14:01:43.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264 14:01:43.389 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ... 14:01:43.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0 14:01:43.389 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped. 14:01:43.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264 14:01:43.389 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 14:01:43.389 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 14:01:43.389 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.389 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.389 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.389 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.389 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.390 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.390 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 14:01:43.390 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.390 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8265, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265 14:01:43.390 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.390 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.390 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.390 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.391 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.391 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 14:01:43.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8266, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.391 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8266 14:01:43.391 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8266 14:01:43.391 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.391 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.391 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.391 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.391 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.391 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.391 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.391 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 14:01:43.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8267, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8267 14:01:43.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.392 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.392 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.392 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.392 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.392 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.392 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.392 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 14:01:43.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8268, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268 14:01:43.392 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268 14:01:43.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] send request 14:01:43.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8267] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8267] added with generated mid KeyMID[127.0.0.1:8267-24572], CON-POST MID=24572, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8267] added with generated token KeyToken[127.0.0.1:8267-64CBEAD7228FB1C0], CON-POST MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8267-24572], KeyToken[127.0.0.1:8267-64CBEAD7228FB1C0]] 14:01:43.393 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8267 14:01:43.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T332) 127.0.0.1:8,268 ==> :8,267 [CON-POST MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8267) received 189 bytes from 127.0.0.1:8268 14:01:43.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-24572] 14:01:43.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8265 ==[ CoAP Request ]============================================= MID : 24572 Token : 64CBEAD7228FB1C0 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8265]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-26941], CON-POST MID=26941, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-484920D9510CC4FE], CON-POST MID=26941, Token=484920D9510CC4FE, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-26941], KeyToken[127.0.0.1:8265-484920D9510CC4FE]] 14:01:43.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8265 14:01:43.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=26941, Token=484920D9510CC4FE, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 54 bytes from 127.0.0.1:8266 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-26941] 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8266]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1478, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8266, complete]! 14:01:43.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8266, complete] completed ACK-2.31 MID=26941, Token=484920D9510CC4FE, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 14:01:43.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266 14:01:43.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=26941, Token=484920D9510CC4FE, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 14:01:43.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=26941, Token=484920D9510CC4FE, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 14:01:43.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-26942], CON-POST MID=26942, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-26941] 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-ACBE76E7B5DBC131], CON-POST MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-484920D9510CC4FE] 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-26942], KeyToken[127.0.0.1:8265-ACBE76E7B5DBC131]] 14:01:43.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265 14:01:43.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 14:01:43.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-26942] 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1479, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, 127.0.0.1:8266, complete]! 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, 127.0.0.1:8266, complete] completed ACK-2.31 MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 14:01:43.395 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266 14:01:43.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 14:01:43.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=26942, Token=ACBE76E7B5DBC131, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-26943], CON-POST MID=26943, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-26942] 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-28EEA943BB921C29], CON-POST MID=26943, Token=28EEA943BB921C29, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-ACBE76E7B5DBC131] 14:01:43.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-26943], KeyToken[127.0.0.1:8265-28EEA943BB921C29]] 14:01:43.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265 14:01:43.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=26943, Token=28EEA943BB921C29, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 14:01:43.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-26943] 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=26943, Token=28EEA943BB921C29, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1480, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8266, complete]! 14:01:43.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8266, complete] completed ACK-2.31 MID=26943, Token=28EEA943BB921C29, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 14:01:43.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266 14:01:43.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=26943, Token=28EEA943BB921C29, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 14:01:43.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=26943, Token=28EEA943BB921C29, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-26944], CON-POST MID=26944, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-26943] 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-24784CFBBA8284EC], CON-POST MID=26944, Token=24784CFBBA8284EC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-28EEA943BB921C29] 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-26944], KeyToken[127.0.0.1:8265-24784CFBBA8284EC]] 14:01:43.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265 14:01:43.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=26944, Token=24784CFBBA8284EC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 14:01:43.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 51 bytes from 127.0.0.1:8266 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-26944] 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=26944, Token=24784CFBBA8284EC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1481, 127.0.0.1:8266] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, 127.0.0.1:8266, complete]! 14:01:43.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, 127.0.0.1:8266, complete] completed ACK-2.31 MID=26944, Token=24784CFBBA8284EC, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 14:01:43.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266 14:01:43.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31 MID=26944, Token=24784CFBBA8284EC, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 14:01:43.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 15 bytes from 127.0.0.1:8265 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265] replace CON-POST MID=26944, Token=24784CFBBA8284EC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] send request 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated mid KeyMID[127.0.0.1:8265-26945], CON-POST MID=26945, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for MID KeyMID[127.0.0.1:8265-26944] 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8265] added with generated token KeyToken[127.0.0.1:8265-DC7E8253D0D7D73E], CON-POST MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265] for token KeyToken[127.0.0.1:8265-24784CFBBA8284EC] 14:01:43.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-26945], KeyToken[127.0.0.1:8265-DC7E8253D0D7D73E]] 14:01:43.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8265 14:01:43.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T324) 127.0.0.1:8,266 ==> :8,265 [CON-POST MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 14:01:43.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 40 bytes from 127.0.0.1:8266 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-26945] 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8266] for CON-POST MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8266]], block1 transfers still in progress: 0 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1482, 127.0.0.1:8266] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8266, complete]! 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8266, complete] completed ACK-2.04 MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 14:01:43.397 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8266 14:01:43.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T327) 127.0.0.1:8,265 ==> :8,266 [ACK-2.04 MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 14:01:43.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8266) received 26 bytes from 127.0.0.1:8265 14:01:43.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 14:01:43.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265, complete]! 14:01:43.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265, complete] for token KeyToken[127.0.0.1:8265-DC7E8253D0D7D73E] 14:01:43.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8265, complete] for MID KeyMID[127.0.0.1:8265-26945] 14:01:43.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1477, 127.0.0.1:8265, complete] completed CON-POST MID=26941, Token=484920D9510CC4FE, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=26945, Token=DC7E8253D0D7D73E, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476, 127.0.0.1:8268] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 14:01:43.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8268, complete]! 14:01:43.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8268, complete] completed ACK-2.04 MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 14:01:43.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8268 14:01:43.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T335) 127.0.0.1:8,267 ==> :8,268 [ACK-2.04 MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 14:01:43.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8268) received 26 bytes from 127.0.0.1:8267 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267, complete]! 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8267, complete] for token KeyToken[127.0.0.1:8267-64CBEAD7228FB1C0] 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8267, complete] for MID KeyMID[127.0.0.1:8267-24572] 14:01:43.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1475, 127.0.0.1:8267, complete] completed CON-PUT MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=24572, Token=64CBEAD7228FB1C0, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 24572 Token : 64CBEAD7228FB1C0 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 5 ms Payload: 0 Bytes =============================================================== 14:01:43.398 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.398 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.398 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265 14:01:43.398 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ... 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped. 14:01:43.398 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265 14:01:43.398 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.398 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.398 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8266 14:01:43.398 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8266 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] stopping ... 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /0.0.0.0 14:01:43.398 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] has stopped. 14:01:43.398 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8266 14:01:43.398 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.398 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.398 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8267 14:01:43.398 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8267 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] stopping ... 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /127.0.0.1 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] has stopped. 14:01:43.399 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8267 14:01:43.399 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.399 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.399 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268 14:01:43.399 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ... 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0 14:01:43.399 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped. 14:01:43.399 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268 14:01:43.399 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 14:01:43.399 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 14:01:43.399 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.399 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.399 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.399 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.399 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.450 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.450 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.450 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 14:01:43.450 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8269, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269 14:01:43.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.451 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.451 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.451 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.451 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.451 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.451 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 14:01:43.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8270, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8270 14:01:43.451 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8270 14:01:43.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.451 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.452 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.452 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.452 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.452 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.452 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.452 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 14:01:43.452 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.452 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8271, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.452 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8271 14:01:43.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.452 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.452 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.452 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.453 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.453 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.453 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 14:01:43.453 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.453 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8272, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272 14:01:43.453 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272 14:01:43.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8271] send request 14:01:43.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8271] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, 14:01:43.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8271] added with generated mid KeyMID[127.0.0.1:8271-43396], CON-POST MID=43396, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8271] added with generated token KeyToken[127.0.0.1:8271-40A3D12D97E0E3E9], CON-POST MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8271-43396], KeyToken[127.0.0.1:8271-40A3D12D97E0E3E9]] 14:01:43.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8271 14:01:43.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T348) 127.0.0.1:8,272 ==> :8,271 [CON-POST MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8271) received 58 bytes from 127.0.0.1:8272 14:01:43.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-43396] 14:01:43.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8269 ==[ CoAP Request ]============================================= MID : 43396 Token : 40A3D12D97E0E3E9 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] send request 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8269] added with generated mid KeyMID[127.0.0.1:8269-61946], CON-POST MID=61946, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8269] added with generated token KeyToken[127.0.0.1:8269-C8BD20AE6796ECAE], CON-POST MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-61946], KeyToken[127.0.0.1:8269-C8BD20AE6796ECAE]] 14:01:43.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8269 14:01:43.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T340) 127.0.0.1:8,270 ==> :8,269 [CON-POST MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 34 bytes from 127.0.0.1:8270 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-61946] 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270] replace CON-POST MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486, 127.0.0.1:8270] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270, complete]! 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8270, complete] completed ACK-2.04 MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8270 14:01:43.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T343) 127.0.0.1:8,269 ==> :8,270 [ACK-2.04 MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8270) received 153 bytes from 127.0.0.1:8269 14:01:43.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8269, complete]! 14:01:43.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8269, complete] for token KeyToken[127.0.0.1:8269-C8BD20AE6796ECAE] 14:01:43.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8269, complete] for MID KeyMID[127.0.0.1:8269-61946] 14:01:43.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1485, 127.0.0.1:8269, complete] completed CON-POST MID=61946, Token=C8BD20AE6796ECAE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1484, 127.0.0.1:8272] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8272, complete]! 14:01:43.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8272, complete] completed ACK-2.04 MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes! 14:01:43.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8272 14:01:43.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T351) 127.0.0.1:8,271 ==> :8,272 [ACK-2.04 MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes] 14:01:43.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8272) received 153 bytes from 127.0.0.1:8271 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271, complete]! 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8271, complete] for token KeyToken[127.0.0.1:8271-40A3D12D97E0E3E9] 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8271, complete] for MID KeyMID[127.0.0.1:8271-43396] 14:01:43.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1483, 127.0.0.1:8271, complete] completed CON-GET MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, -/- CON-POST MID=43396, Token=40A3D12D97E0E3E9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 43396 Token : 40A3D12D97E0E3E9 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.456 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.456 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269 14:01:43.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ... 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped. 14:01:43.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269 14:01:43.456 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.456 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8270 14:01:43.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8270 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] stopping ... 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /0.0.0.0 14:01:43.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] has stopped. 14:01:43.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8270 14:01:43.456 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.456 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8271 14:01:43.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8271 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] stopping ... 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /127.0.0.1 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] has stopped. 14:01:43.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8271 14:01:43.457 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.457 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272 14:01:43.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ... 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0 14:01:43.457 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped. 14:01:43.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272 14:01:43.457 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 14:01:43.457 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 14:01:43.457 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.457 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.458 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.458 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.458 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 14:01:43.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8273, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8273 14:01:43.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.458 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.458 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.458 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.458 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 14:01:43.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.459 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8274, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.459 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8274 14:01:43.459 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8274 14:01:43.459 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.459 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.459 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.459 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.459 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.459 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.459 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.459 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.459 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.459 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 14:01:43.459 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.459 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8275, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.459 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275 14:01:43.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.460 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.460 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.460 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.460 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.460 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.460 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.460 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.460 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.460 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 14:01:43.460 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.460 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8276, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.460 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276 14:01:43.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.460 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276 14:01:43.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8275] send request 14:01:43.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8275] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, 14:01:43.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8275] added with generated mid KeyMID[127.0.0.1:8275-16841], CON-POST MID=16841, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8275] added with generated token KeyToken[127.0.0.1:8275-AC8D4F1D28ED28E8], CON-POST MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-16841], KeyToken[127.0.0.1:8275-AC8D4F1D28ED28E8]] 14:01:43.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8275 14:01:43.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T364) 127.0.0.1:8,276 ==> :8,275 [CON-POST MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8275) received 58 bytes from 127.0.0.1:8276 14:01:43.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-16841] 14:01:43.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8273 ==[ CoAP Request ]============================================= MID : 16841 Token : AC8D4F1D28ED28E8 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] send request 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8273] added with generated mid KeyMID[127.0.0.1:8273-40447], CON-POST MID=40447, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8273] added with generated token KeyToken[127.0.0.1:8273-00205AE883ABA254], CON-POST MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 14:01:43.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8273-40447], KeyToken[127.0.0.1:8273-00205AE883ABA254]] 14:01:43.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8273 14:01:43.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T356) 127.0.0.1:8,274 ==> :8,273 [CON-POST MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 14:01:43.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8273) received 34 bytes from 127.0.0.1:8274 14:01:43.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8274-40447] 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274] replace CON-POST MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490, 127.0.0.1:8274] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274, complete]! 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8274, complete] completed ACK-2.04 MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 14:01:43.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8274 14:01:43.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T359) 127.0.0.1:8,273 ==> :8,274 [ACK-2.04 MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 14:01:43.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8274) received 29 bytes from 127.0.0.1:8273 14:01:43.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8273, complete]! 14:01:43.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8273, complete] for token KeyToken[127.0.0.1:8273-00205AE883ABA254] 14:01:43.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8273, complete] for MID KeyMID[127.0.0.1:8273-40447] 14:01:43.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1489, 127.0.0.1:8273, complete] completed CON-POST MID=40447, Token=00205AE883ABA254, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488, 127.0.0.1:8276] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C 14:01:43.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8276, complete]! 14:01:43.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8276, complete] completed ACK-2.04 MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 14:01:43.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8276 14:01:43.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T367) 127.0.0.1:8,275 ==> :8,276 [ACK-2.04 MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 14:01:43.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8276) received 29 bytes from 127.0.0.1:8275 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275, complete]! 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8275, complete] for token KeyToken[127.0.0.1:8275-AC8D4F1D28ED28E8] 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8275, complete] for MID KeyMID[127.0.0.1:8275-16841] 14:01:43.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1487, 127.0.0.1:8275, complete] completed CON-GET MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, -/- CON-POST MID=16841, Token=AC8D4F1D28ED28E8, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8273"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 16841 Token : AC8D4F1D28ED28E8 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 14:01:43.463 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.463 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.463 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8273 14:01:43.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8273 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] stopping ... 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /127.0.0.1 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] has stopped. 14:01:43.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8273 14:01:43.463 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.463 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.463 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8274 14:01:43.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8274 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] stopping ... 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /0.0.0.0 14:01:43.463 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] has stopped. 14:01:43.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8274 14:01:43.463 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.463 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275 14:01:43.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ... 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped. 14:01:43.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275 14:01:43.464 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.464 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276 14:01:43.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ... 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0 14:01:43.464 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped. 14:01:43.464 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276 14:01:43.464 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 14:01:43.464 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 14:01:43.464 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.464 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.465 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.465 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.465 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.465 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.465 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 14:01:43.465 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.465 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8277, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8277 14:01:43.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.465 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.465 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.465 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.466 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.466 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 14:01:43.466 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.466 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8278, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.466 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8278 14:01:43.466 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8278 14:01:43.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.466 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.466 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.466 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.466 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.466 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.466 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.466 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.466 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.466 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 14:01:43.466 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.467 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8279, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 14:01:43.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.467 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.467 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.467 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.467 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.467 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.467 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.467 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 14:01:43.467 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.467 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8280, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.467 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 14:01:43.467 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280 14:01:43.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3464], CON-POST MID= 3464, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-20FCDCB4C619917D], CON-POST MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3464], KeyToken[127.0.0.1:8279-20FCDCB4C619917D]] 14:01:43.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8279 14:01:43.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 189 bytes from 127.0.0.1:8280 14:01:43.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3464] 14:01:43.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8277 ==[ CoAP Request ]============================================= MID : 3464 Token : 20FCDCB4C619917D Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] send request 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8277] added with generated mid KeyMID[127.0.0.1:8277-12812], CON-POST MID=12812, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8277] added with generated token KeyToken[127.0.0.1:8277-D00F0F5E63C86989], CON-POST MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8277-12812], KeyToken[127.0.0.1:8277-D00F0F5E63C86989]] 14:01:43.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8277 14:01:43.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T372) 127.0.0.1:8,278 ==> :8,277 [CON-POST MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8277) received 165 bytes from 127.0.0.1:8278 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8278-12812] 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278] replace CON-POST MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494, 127.0.0.1:8278] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278, complete]! 14:01:43.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8278, complete] completed ACK-2.04 MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8278 14:01:43.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T375) 127.0.0.1:8,277 ==> :8,278 [ACK-2.04 MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8278) received 281 bytes from 127.0.0.1:8277 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8277, complete]! 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8277, complete] for token KeyToken[127.0.0.1:8277-D00F0F5E63C86989] 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8277, complete] for MID KeyMID[127.0.0.1:8277-12812] 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1493, 127.0.0.1:8277, complete] completed CON-POST MID=12812, Token=D00F0F5E63C86989, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]! 14:01:43.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, 127.0.0.1:8280, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes -/- ACK-2.04 MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06! 14:01:43.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8280 14:01:43.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06] 14:01:43.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 52 bytes from 127.0.0.1:8279 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8279]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8277"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3465], CON-POST MID= 3465, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3464] 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-D0E64D05928DC911], CON-POST MID= 3465, Token=D0E64D05928DC911, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-20FCDCB4C619917D] 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3465], KeyToken[127.0.0.1:8279-D0E64D05928DC911]] 14:01:43.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3465, Token=D0E64D05928DC911, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3465] 14:01:43.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 14:01:43.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1495, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40 14:01:43.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, 127.0.0.1:8280, complete]! 14:01:43.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3465, Token=D0E64D05928DC911, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40! 14:01:43.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3465, Token=D0E64D05928DC911, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40] 14:01:43.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3465, Token=D0E64D05928DC911, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3466], CON-POST MID= 3466, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3465] 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-386570665559C142], CON-POST MID= 3466, Token=386570665559C142, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-D0E64D05928DC911] 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3466], KeyToken[127.0.0.1:8279-386570665559C142]] 14:01:43.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3466, Token=386570665559C142, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3466] 14:01:43.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 14:01:43.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3 14:01:43.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]! 14:01:43.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3466, Token=386570665559C142, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3! 14:01:43.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3466, Token=386570665559C142, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3] 14:01:43.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3466, Token=386570665559C142, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3467], CON-POST MID= 3467, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3466] 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B4438CD5375F83A4], CON-POST MID= 3467, Token=B4438CD5375F83A4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-386570665559C142] 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3467], KeyToken[127.0.0.1:8279-B4438CD5375F83A4]] 14:01:43.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3467, Token=B4438CD5375F83A4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3467] 14:01:43.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 14:01:43.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1497, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06 14:01:43.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1497, 127.0.0.1:8280, complete]! 14:01:43.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1497, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3467, Token=B4438CD5375F83A4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06! 14:01:43.473 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3467, Token=B4438CD5375F83A4, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06] 14:01:43.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3467, Token=B4438CD5375F83A4, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3468], CON-POST MID= 3468, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3467] 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-80A081D383E018FC], CON-POST MID= 3468, Token=80A081D383E018FC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-B4438CD5375F83A4] 14:01:43.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3468], KeyToken[127.0.0.1:8279-80A081D383E018FC]] 14:01:43.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3468, Token=80A081D383E018FC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3468] 14:01:43.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 14:01:43.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2 14:01:43.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]! 14:01:43.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3468, Token=80A081D383E018FC, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2! 14:01:43.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3468, Token=80A081D383E018FC, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2] 14:01:43.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3468, Token=80A081D383E018FC, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3469], CON-POST MID= 3469, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3468] 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-64014B3534183FEF], CON-POST MID= 3469, Token=64014B3534183FEF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-80A081D383E018FC] 14:01:43.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3469], KeyToken[127.0.0.1:8279-64014B3534183FEF]] 14:01:43.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3469, Token=64014B3534183FEF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3469] 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1499, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1499, 127.0.0.1:8280, complete]! 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1499, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3469, Token=64014B3534183FEF, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5! 14:01:43.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3469, Token=64014B3534183FEF, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5] 14:01:43.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3469, Token=64014B3534183FEF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3470], CON-POST MID= 3470, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3469] 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B42BD3DB848E86B8], CON-POST MID= 3470, Token=B42BD3DB848E86B8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-64014B3534183FEF] 14:01:43.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3470], KeyToken[127.0.0.1:8279-B42BD3DB848E86B8]] 14:01:43.475 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3470, Token=B42BD3DB848E86B8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3470] 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]! 14:01:43.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3470, Token=B42BD3DB848E86B8, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C! 14:01:43.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3470, Token=B42BD3DB848E86B8, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C] 14:01:43.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3470, Token=B42BD3DB848E86B8, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3471], CON-POST MID= 3471, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3470] 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-58425EAAF9280E25], CON-POST MID= 3471, Token=58425EAAF9280E25, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-B42BD3DB848E86B8] 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3471], KeyToken[127.0.0.1:8279-58425EAAF9280E25]] 14:01:43.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3471, Token=58425EAAF9280E25, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3471] 14:01:43.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 14:01:43.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1501, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C 14:01:43.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1501, 127.0.0.1:8280, complete]! 14:01:43.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1501, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3471, Token=58425EAAF9280E25, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C! 14:01:43.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280 14:01:43.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3471, Token=58425EAAF9280E25, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C] 14:01:43.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3471, Token=58425EAAF9280E25, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] send request 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-3472], CON-POST MID= 3472, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for MID KeyMID[127.0.0.1:8279-3471] 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-2483661B53DE8CC5], CON-POST MID= 3472, Token=2483661B53DE8CC5, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279] for token KeyToken[127.0.0.1:8279-58425EAAF9280E25] 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-3472], KeyToken[127.0.0.1:8279-2483661B53DE8CC5]] 14:01:43.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279 14:01:43.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T380) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID= 3472, Token=2483661B53DE8CC5, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, ] 14:01:43.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 49 bytes from 127.0.0.1:8280 14:01:43.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-3472] 14:01:43.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8280]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 14:01:43.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502, 127.0.0.1:8280] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6 14:01:43.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]! 14:01:43.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed ACK-2.04 MID= 3472, Token=2483661B53DE8CC5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 14:01:43.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8280 14:01:43.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T383) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID= 3472, Token=2483661B53DE8CC5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 14:01:43.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 28 bytes from 127.0.0.1:8279 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8279]], block2 transfers still in progress: 0 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279] replace CON-POST MID= 3472, Token=2483661B53DE8CC5, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, acked by CON-POST MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279, complete]! 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-2483661B53DE8CC5] 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-3472] 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1491, 127.0.0.1:8279, complete] completed CON-POST MID= 3464, Token=20FCDCB4C619917D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes! 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 14:01:43.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 3464 Token : 20FCDCB4C619917D Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 9 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.478 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.478 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8277 14:01:43.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8277 14:01:43.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] stopping ... 14:01:43.478 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /127.0.0.1 14:01:43.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] has stopped. 14:01:43.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8277 14:01:43.478 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.478 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8278 14:01:43.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8278 14:01:43.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] stopping ... 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /0.0.0.0 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] has stopped. 14:01:43.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8278 14:01:43.479 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.479 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.479 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 14:01:43.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 14:01:43.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 14:01:43.479 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.479 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.479 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 14:01:43.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 14:01:43.479 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 14:01:43.479 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280 14:01:43.479 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 14:01:43.480 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 14:01:43.480 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.480 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.480 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.480 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.480 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.481 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.481 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.481 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.481 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.481 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 14:01:43.481 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.481 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8281, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281 14:01:43.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.481 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.481 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.481 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.481 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.482 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.482 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 14:01:43.482 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.482 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8282, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.482 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8282 14:01:43.482 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8282 14:01:43.482 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.482 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.482 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.482 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.482 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.482 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.482 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.482 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 14:01:43.482 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.482 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8283, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.482 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 14:01:43.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.483 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.483 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.483 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.483 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.483 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.483 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.483 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.483 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 14:01:43.483 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.483 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8284, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284 14:01:43.483 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284 14:01:43.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] send request 14:01:43.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-39075], CON-POST MID=39075, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DCCAFB0887C88697], CON-POST MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-39075], KeyToken[127.0.0.1:8283-DCCAFB0887C88697]] 14:01:43.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8283 14:01:43.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T396) 127.0.0.1:8,284 ==> :8,283 [CON-POST MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 14:01:43.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 189 bytes from 127.0.0.1:8284 14:01:43.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-39075] 14:01:43.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8281 ==[ CoAP Request ]============================================= MID : 39075 Token : DCCAFB0887C88697 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8281]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 14:01:43.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-6586], CON-POST MID= 6586, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-488C8CA99EDFDCBF], CON-POST MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 14:01:43.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-6586], KeyToken[127.0.0.1:8281-488C8CA99EDFDCBF]] 14:01:43.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8281 14:01:43.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 14:01:43.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 54 bytes from 127.0.0.1:8282 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-6586] 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8282]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1506, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8282, complete]! 14:01:43.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8282, complete] completed ACK-2.31 MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 14:01:43.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282 14:01:43.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 14:01:43.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-6587], CON-POST MID= 6587, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-6586] 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-9802242635FBD5C2], CON-POST MID= 6587, Token=9802242635FBD5C2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-488C8CA99EDFDCBF] 14:01:43.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-6587], KeyToken[127.0.0.1:8281-9802242635FBD5C2]] 14:01:43.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281 14:01:43.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID= 6587, Token=9802242635FBD5C2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 14:01:43.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-6587] 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID= 6587, Token=9802242635FBD5C2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1507, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1507, 127.0.0.1:8282, complete]! 14:01:43.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1507, 127.0.0.1:8282, complete] completed ACK-2.31 MID= 6587, Token=9802242635FBD5C2, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 14:01:43.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282 14:01:43.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID= 6587, Token=9802242635FBD5C2, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 14:01:43.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= 6587, Token=9802242635FBD5C2, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-6588], CON-POST MID= 6588, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-6587] 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-54B9F05080C5CAEF], CON-POST MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-9802242635FBD5C2] 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-6588], KeyToken[127.0.0.1:8281-54B9F05080C5CAEF]] 14:01:43.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281 14:01:43.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 14:01:43.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-6588] 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8282, complete]! 14:01:43.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8282, complete] completed ACK-2.31 MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 14:01:43.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282 14:01:43.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 14:01:43.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= 6588, Token=54B9F05080C5CAEF, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-6589], CON-POST MID= 6589, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-6588] 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-FC9CAE2102F18181], CON-POST MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-54B9F05080C5CAEF] 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-6589], KeyToken[127.0.0.1:8281-FC9CAE2102F18181]] 14:01:43.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281 14:01:43.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 14:01:43.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 51 bytes from 127.0.0.1:8282 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-6589] 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1509, 127.0.0.1:8282] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, 127.0.0.1:8282, complete]! 14:01:43.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, 127.0.0.1:8282, complete] completed ACK-2.31 MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 14:01:43.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282 14:01:43.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31 MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 14:01:43.488 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 15 bytes from 127.0.0.1:8281 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281] replace CON-POST MID= 6589, Token=FC9CAE2102F18181, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] send request 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-6590], CON-POST MID= 6590, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for MID KeyMID[127.0.0.1:8281-6589] 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-149699123D040A17], CON-POST MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281] for token KeyToken[127.0.0.1:8281-FC9CAE2102F18181] 14:01:43.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-6590], KeyToken[127.0.0.1:8281-149699123D040A17]] 14:01:43.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8281 14:01:43.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T388) 127.0.0.1:8,282 ==> :8,281 [CON-POST MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 14:01:43.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 40 bytes from 127.0.0.1:8282 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-6590] 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8282] for CON-POST MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8282]], block1 transfers still in progress: 0 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510, 127.0.0.1:8282] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8282, complete]! 14:01:43.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8282, complete] completed ACK-2.04 MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8282 14:01:43.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T391) 127.0.0.1:8,281 ==> :8,282 [ACK-2.04 MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8282) received 284 bytes from 127.0.0.1:8281 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281, complete]! 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281, complete] for token KeyToken[127.0.0.1:8281-149699123D040A17] 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8281, complete] for MID KeyMID[127.0.0.1:8281-6590] 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1505, 127.0.0.1:8281, complete] completed CON-POST MID= 6586, Token=488C8CA99EDFDCBF, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID= 6590, Token=149699123D040A17, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 14:01:43.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 14:01:43.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504, 127.0.0.1:8284] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes 14:01:43.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8284, complete]! 14:01:43.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8284, complete] completed ACK-2.04 MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes! 14:01:43.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8284 14:01:43.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T399) 127.0.0.1:8,283 ==> :8,284 [ACK-2.04 MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes] 14:01:43.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8284) received 284 bytes from 127.0.0.1:8283 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283, complete]! 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DCCAFB0887C88697] 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-39075] 14:01:43.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1503, 127.0.0.1:8283, complete] completed CON-POST MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8281/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=39075, Token=DCCAFB0887C88697, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8281"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 39075 Token : DCCAFB0887C88697 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 6 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 14:01:43.490 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.490 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.490 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281 14:01:43.490 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281 14:01:43.490 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ... 14:01:43.490 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped. 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281 14:01:43.491 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.491 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.491 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8282 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8282 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] stopping ... 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /0.0.0.0 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] has stopped. 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8282 14:01:43.491 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.491 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.491 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 14:01:43.491 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:43.491 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:43.491 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ... 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0 14:01:43.491 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped. 14:01:43.491 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284 14:01:43.491 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 14:01:43.491 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.492 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.304 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 14:01:43.492 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.492 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.492 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.493 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.493 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.493 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.493 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.493 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.493 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.493 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 14:01:43.493 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.493 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8285, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:43.493 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285 14:01:43.494 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.494 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.494 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.494 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.494 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:43.494 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:43.494 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.494 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.494 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:43.494 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 14:01:43.494 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:43.494 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8286, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.494 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8286 14:01:43.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:43.494 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8286 for coap client sent request 14:01:43.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8285] send request 14:01:43.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8285] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8285] added with generated mid KeyMID[127.0.0.1:8285-43892], CON-POST MID=43892, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8285] added with generated token KeyToken[127.0.0.1:8285-648C21597935B7BD], CON-POST MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8285-43892], KeyToken[127.0.0.1:8285-648C21597935B7BD]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8285 14:01:43.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,575,T404) 127.0.0.1:8,286 ==> :8,285 [CON-POST MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 14:01:43.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8285) received 29 bytes from 127.0.0.1:8286 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-43892] 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286] replace CON-POST MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1512, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286, complete]! 14:01:43.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8286, complete] completed ACK-2.04 MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286 14:01:43.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,576,T407) 127.0.0.1:8,285 ==> :8,286 [ACK-2.04 MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 14:01:43.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8285 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285, complete]! 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8285, complete] for token KeyToken[127.0.0.1:8285-648C21597935B7BD] 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8285, complete] for MID KeyMID[127.0.0.1:8285-43892] 14:01:43.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1511, 127.0.0.1:8285, complete] completed CON-GET MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x}, -/- CON-POST MID=43892, Token=648C21597935B7BD, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 14:01:43.496 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.496 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285 14:01:43.496 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285 14:01:43.496 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ... 14:01:43.496 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1 14:01:43.496 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped. 14:01:43.496 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285 14:01:43.496 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 14:01:43.496 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:43.496 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:43.496 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:43.496 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:43.496 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:43.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:43.497 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:43.497 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:43.497 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:43.497 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 14:01:43.497 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:43.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:43.497 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8287, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:43.497 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 14:01:43.497 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1513, 127.0.0.1:8287] send request 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1513, 127.0.0.1:8287] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1513, 127.0.0.1:8287] added with generated mid KeyMID[127.0.0.1:8287-30728], CON-POST MID=30728, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1513, 127.0.0.1:8287] added with generated token KeyToken[127.0.0.1:8287-48260DAA59CEDF4B], CON-POST MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 14:01:43.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-30728], KeyToken[127.0.0.1:8287-48260DAA59CEDF4B]] 14:01:43.498 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8287 14:01:43.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T412) 127.0.0.1:8,286 ==> :8,287 [CON-POST MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 14:01:43.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286 14:01:43.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-30728] 14:01:43.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286] replace CON-POST MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1514, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286, complete]! 14:01:43.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8286, complete] completed ACK-2.04 MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.550 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286 14:01:43.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T407) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04 MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 14:01:43.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]! 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1513, 127.0.0.1:8287, complete] for token KeyToken[127.0.0.1:8287-48260DAA59CEDF4B] 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1513, 127.0.0.1:8287, complete] for MID KeyMID[127.0.0.1:8287-30728] 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1513, 127.0.0.1:8287, complete] completed CON-GET MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x}, -/- CON-POST MID=30728, Token=48260DAA59CEDF4B, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1515, 127.0.0.1:8287] send request 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1515, 127.0.0.1:8287] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1515, 127.0.0.1:8287] added with generated mid KeyMID[127.0.0.1:8287-30729], CON-POST MID=30729, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1515, 127.0.0.1:8287] added with generated token KeyToken[127.0.0.1:8287-84E343E602B23587], CON-POST MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 14:01:43.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-30729], KeyToken[127.0.0.1:8287-84E343E602B23587]] 14:01:43.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8287 14:01:43.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T412) 127.0.0.1:8,286 ==> :8,287 [CON-POST MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 14:01:43.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 29 bytes from 127.0.0.1:8286 14:01:43.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-30729] 14:01:43.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286] replace CON-POST MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516, 127.0.0.1:8286] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 14:01:43.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286, complete]! 14:01:43.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8286, complete] completed ACK-2.04 MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 14:01:43.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286 14:01:43.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T407) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04 MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 14:01:43.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8286) received 42 bytes from 127.0.0.1:8287 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]! 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1515, 127.0.0.1:8287, complete] for token KeyToken[127.0.0.1:8287-84E343E602B23587] 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1515, 127.0.0.1:8287, complete] for MID KeyMID[127.0.0.1:8287-30729] 14:01:43.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1515, 127.0.0.1:8287, complete] completed CON-GET MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x}, -/- CON-POST MID=30729, Token=84E343E602B23587, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 14:01:43.552 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:43.552 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 14:01:43.552 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 14:01:43.552 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 14:01:43.552 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 14:01:43.552 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 14:01:43.552 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 14:01:43.552 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 14:01:43.553 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:43.553 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8286 14:01:43.553 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8286 14:01:43.553 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] stopping ... 14:01:43.553 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /0.0.0.0 14:01:43.553 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] has stopped. 14:01:43.553 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8286 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 14:01:44.382 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:44.389 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 14:01:44.389 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 14:01:44.390 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 14:01:44.398 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 14:01:44.455 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 14:01:44.463 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 14:01:44.464 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 14:01:44.464 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 14:01:44.487 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 14:01:44.493 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 14:01:44.493 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 14:01:44.494 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 14:01:44.504 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:44.507 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:44.508 [main] INFO org.eclipse.californium.ban - Started. 14:01:44.508 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:44.514 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:44.524 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:44.525 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:44.526 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:44.528 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:44.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:44.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 14:01:44.528 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:44.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:44.530 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:44.530 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:44.530 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 14:01:44.536 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.75.255 - eth0. 14:01:44.537 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:44.537 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:44.537 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:44.537 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:44.537 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:44.538 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:44.538 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:44.538 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:44.538 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:44.538 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 14:01:44.539 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:44.550 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:44.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:44.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:44.551 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 14:01:44.551 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 14:01:44.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request 14:01:44.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:44.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-GET MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:44.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:44.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=39A1B0F24088D6B5 14:01:44.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with KeyMID[127.0.0.1:8192-19145], CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:44.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1, 127.0.0.1:8192] added with token KeyToken[39A1B0F24088D6B5], CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:44.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19145], KeyToken[39A1B0F24088D6B5]] 14:01:44.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 14:01:44.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T18) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 14:01:44.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193 14:01:44.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19145] 14:01:44.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:44.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:44.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R2, 127.0.0.1:8193] 14:01:44.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 14:01:44.574 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-39A1B0F24088D6B5] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1) 14:01:44.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response ACK-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 14:01:44.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 14:01:44.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 14:01:44.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8193 14:01:44.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T21) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 14:01:44.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 32 bytes from 127.0.0.1:8192 14:01:44.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:44.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:44.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 14:01:44.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for token KeyToken[39A1B0F24088D6B5] 14:01:44.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-19145] 14:01:44.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, 127.0.0.1:8192, complete] completed CON-GET MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 14:01:44.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 14:01:44.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 14:01:44.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 14:01:45.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 14:01:45.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R2, 127.0.0.1:8193] added with generated mid KeyMID[127.0.0.1:8193-14258], NON-2.04 MID=14258, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 14:01:45.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8193 14:01:45.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T21) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=14258, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 14:01:45.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 34 bytes from 127.0.0.1:8192 14:01:45.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=39A1B0F24088D6B5: CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID=19145, Token=39A1B0F24088D6B5, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-14258] 14:01:45.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:45.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:45.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]! 14:01:45.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=14258, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 14:01:45.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 14:01:45.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=14258, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 14:01:45.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4, 127.0.0.1:8192] send request 14:01:45.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4, 127.0.0.1:8192] prepare retransmission for CON-GET MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:45.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192] replace CON-GET MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:45.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-19146], CON-FETCH MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:45.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4, 127.0.0.1:8192] added with token KeyToken[39A1B0F24088D6B5], CON-FETCH MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:45.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19146], KeyToken[39A1B0F24088D6B5]] 14:01:45.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8192 14:01:45.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T18) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 14:01:45.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 45 bytes from 127.0.0.1:8193 14:01:45.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19146] 14:01:45.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:45.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:45.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - cancel an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R5, 127.0.0.1:8193] 14:01:45.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-39A1B0F24088D6B5] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193]) 14:01:45.285 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-39A1B0F24088D6B5] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0) 14:01:45.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5, 127.0.0.1:8193] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 14:01:45.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 14:01:45.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 14:01:45.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 14:01:45.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R2, 127.0.0.1:8193, complete] for MID KeyMID[127.0.0.1:8193-14258] 14:01:45.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193 14:01:45.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04 MID=14258, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 14:01:45.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T21) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 14:01:45.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8192 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]! 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, 127.0.0.1:8192, complete] for token KeyToken[39A1B0F24088D6B5] 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, 127.0.0.1:8192, complete] for MID KeyMID[127.0.0.1:8192-19146] 14:01:45.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L4, 127.0.0.1:8192, complete] completed CON-GET MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=19146, Token=39A1B0F24088D6B5, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 14:01:45.290 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:45.290 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:45.290 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 14:01:45.290 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 14:01:45.291 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 14:01:45.291 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 14:01:45.291 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 14:01:45.291 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 14:01:45.291 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:45.291 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 14:01:45.291 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 14:01:45.291 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 14:01:45.291 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 14:01:45.292 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 14:01:45.292 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 14:01:45.292 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 14:01:45.293 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 14:01:45.293 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:45.294 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 14:01:45.295 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:45.295 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:45.295 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:45.295 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:45.296 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 14:01:45.296 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 14:01:45.296 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:45.297 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:45.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 14:01:45.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 14:01:45.297 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:45.297 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:45.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 14:01:45.297 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 14:01:45.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 14:01:45.298 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 14:01:45.298 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 14:01:45.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 14:01:45.299 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 14:01:45.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 14:01:45.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 14:01:45.299 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 14:01:45.299 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 14:01:45.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 14:01:45.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 14:01:45.299 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 14:01:45.300 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 14:01:45.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 14:01:45.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 14:01:45.300 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 14:01:45.300 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 14:01:45.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6, 127.0.0.1:8194] send request 14:01:45.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:45.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194] replace CON-GET MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=D0A6CBCF35110380 14:01:45.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6, 127.0.0.1:8194] added with KeyMID[127.0.0.1:8194-18524], CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6, 127.0.0.1:8194] added with token KeyToken[127.0.0.1:8194-D0A6CBCF35110380], CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:45.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-18524], KeyToken[127.0.0.1:8194-D0A6CBCF35110380]] 14:01:45.303 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194 14:01:45.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T28) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 14:01:45.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 43 bytes from 127.0.0.1:8195 14:01:45.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-18524] 14:01:45.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:45.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:45.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R7, 127.0.0.1:8195] 14:01:45.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 14:01:45.306 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-D0A6CBCF35110380] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1) 14:01:45.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8195] send response ACK-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 14:01:45.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 14:01:45.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04 MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 14:01:45.307 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195 14:01:45.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T31) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 14:01:45.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 32 bytes from 127.0.0.1:8194 14:01:45.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:45.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:45.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]! 14:01:45.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-D0A6CBCF35110380] 14:01:45.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-18524] 14:01:45.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L6, 127.0.0.1:8194, complete] completed CON-GET MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 14:01:45.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 14:01:45.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 14:01:45.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 14:01:46.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8195] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 14:01:46.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R7, 127.0.0.1:8195] added with generated mid KeyMID[127.0.0.1:8195-25264], NON-2.04 MID=25264, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 14:01:46.047 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8195 14:01:46.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T31) 127.0.0.1:8,194 ==> :8,195 [NON-2.04 MID=25264, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 14:01:46.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 34 bytes from 127.0.0.1:8194 14:01:46.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=D0A6CBCF35110380: CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:46.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID=18524, Token=D0A6CBCF35110380, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 14:01:46.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-25264] 14:01:46.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:46.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:46.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]! 14:01:46.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=25264, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 14:01:46.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 14:01:46.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=25264, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 14:01:46.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] send request 14:01:46.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9, 127.0.0.1:8194] prepare retransmission for CON-GET MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:46.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194] replace CON-GET MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:46.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-18525], CON-FETCH MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:46.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9, 127.0.0.1:8194] added with token KeyToken[127.0.0.1:8194-D0A6CBCF35110380], CON-FETCH MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 14:01:46.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-18525], KeyToken[127.0.0.1:8194-D0A6CBCF35110380]] 14:01:46.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8194 14:01:46.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T28) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 14:01:46.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 45 bytes from 127.0.0.1:8195 14:01:46.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-18525] 14:01:46.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:46.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 14:01:46.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - cancel an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R10, 127.0.0.1:8195] 14:01:46.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-D0A6CBCF35110380] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195]) 14:01:46.053 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-D0A6CBCF35110380] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0) 14:01:46.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8195] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 14:01:46.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]! 14:01:46.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04 MID=18525, Token=D0A6CBCF35110380, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 14:01:46.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 14:01:46.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R7, 127.0.0.1:8195, complete] for MID KeyMID[127.0.0.1:8195-25264] 14:01:46.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8195 14:01:46.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04 MID=25264, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 14:01:46.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T31) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=18525, Token=D0A6CBCF35110380, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 14:01:46.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 30 bytes from 127.0.0.1:8194 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-D0A6CBCF35110380] 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-18525] 14:01:46.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, 127.0.0.1:8194, complete] completed CON-GET MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=18525, Token=D0A6CBCF35110380, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 14:01:46.057 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 14:01:46.057 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 14:01:46.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 14:01:46.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 14:01:46.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 14:01:46.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 14:01:46.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 14:01:46.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 14:01:46.057 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 14:01:46.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 14:01:46.058 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 14:01:46.058 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 14:01:46.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 14:01:46.058 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 14:01:46.058 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 14:01:46.058 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 14:01:46.058 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.662 s - in org.eclipse.californium.oscore.OSCoreObserveTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-oscore --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore --- [INFO] Installing org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------ [INFO] Building Cf-PubSub 3.12.0-SNAPSHOT [21/39] [INFO] from cf-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-pubsub --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-pubsub --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-pubsub/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-pubsub --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-pubsub/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-pubsub --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-pubsub --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-pubsub --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-pubsub --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-pubsub --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-pubsub --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-pubsub --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.12.0-SNAPSHOT [22/39] [INFO] from californium-osgi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ californium-osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-osgi/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ californium-osgi --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-osgi --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-osgi --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-osgi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.osgi.ManagedServerTest 14:01:49.377 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 14:01:49.387 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 14:01:49.408 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 14:01:49.413 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 14:01:49.415 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 14:01:49.416 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.californium.osgi.ManagedServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-osgi --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.12.0-SNAPSHOT [23/39] [INFO] from demo-apps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ demo-apps --- [INFO] Signature checking is skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ demo-apps --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps --- [INFO] No tests to run. [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/target/demo-apps-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ demo-apps --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.12.0-SNAPSHOT/demo-apps-3.12.0-SNAPSHOT.pom [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.12.0-SNAPSHOT:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-main/run/demo-apps-3.12.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.californium:cf-benchmark >---------------- [INFO] Building Cf-BenchmarkServer 3.12.0-SNAPSHOT [24/39] [INFO] from demo-apps/cf-benchmark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-benchmark --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.12.0-SNAPSHOT:jar [INFO] Copying cf-benchmark-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-benchmark-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------ [INFO] Building Cf-ObserveBenchmarkClient 3.12.0-SNAPSHOT [25/39] [INFO] from demo-apps/cf-benchmark-observe/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark-observe --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark-observe --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark-observe --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark-observe --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark-observe --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark-observe --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark-observe --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark-observe --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark-observe --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark-observe --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark-observe --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark-observe --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark-observe --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-benchmark-observe --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-benchmark-observe --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark-observe --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark-observe:3.12.0-SNAPSHOT:jar [INFO] Copying cf-benchmark-observe-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-benchmark-observe-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------ [INFO] Building Cf-CoCoAClient 3.12.0-SNAPSHOT [26/39] [INFO] from demo-apps/cf-cocoa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cocoa --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cocoa --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cocoa --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-cocoa --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cocoa --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-cocoa --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cocoa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-cocoa --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cocoa --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cocoa --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cocoa --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cocoa --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cocoa --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cocoa --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-cocoa --- [INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.12.0-SNAPSHOT:jar [INFO] Copying cf-cocoa-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-cocoa-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------ [INFO] Building Cf-ExtendedPlugtestClient 3.12.0-SNAPSHOT [27/39] [INFO] from demo-apps/cf-extplugtest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.12.0-SNAPSHOT [28/39] [INFO] from demo-apps/cf-plugtest-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,43] org.eclipse.californium.core.server.EncryptedServersSerializationUtil in org.eclipse.californium.core.server has been deprecated [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.12.0-SNAPSHOT:jar [INFO] Copying cf-plugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------ [INFO] Building Cf-ExtendedPlugtestServer 3.12.0-SNAPSHOT [29/39] [INFO] from demo-apps/cf-extplugtest-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-extplugtest-server:3.12.0-SNAPSHOT:jar [INFO] Copying cf-extplugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-extplugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------ [INFO] Building Cf-HelloWorldClient 3.12.0-SNAPSHOT [30/39] [INFO] from demo-apps/cf-helloworld-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-client --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-client --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-client:3.12.0-SNAPSHOT:jar [INFO] Copying cf-helloworld-client-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-helloworld-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------ [INFO] Building Cf-HelloWorldServer 3.12.0-SNAPSHOT [31/39] [INFO] from demo-apps/cf-helloworld-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-server:3.12.0-SNAPSHOT:jar [INFO] Copying cf-helloworld-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-helloworld-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-plugtest-checker >------------- [INFO] Building Cf-PlugtestChecker 3.12.0-SNAPSHOT [32/39] [INFO] from demo-apps/cf-plugtest-checker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-checker --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-checker --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-checker --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-checker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 54 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-checker --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-checker --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-checker --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-checker --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.12.0-SNAPSHOT [33/39] [INFO] from demo-apps/cf-plugtest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------ [INFO] Building Cf-ExampleCrossProxy2 3.12.0-SNAPSHOT [34/39] [INFO] from demo-apps/cf-proxy2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-proxy2 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-proxy2 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-proxy2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-proxy2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-proxy2 --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-proxy2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-proxy2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-proxy2 --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-proxy2 --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-proxy2 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-proxy2 --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-proxy2 --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-proxy2 --- [INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.12.0-SNAPSHOT:jar [INFO] Copying cf-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-secure >------------------ [INFO] Building Cf-SecureServer 3.12.0-SNAPSHOT [35/39] [INFO] from demo-apps/cf-secure/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-secure --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-secure --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-secure --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-secure --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-secure --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-secure --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-secure --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-secure --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-secure --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-secure --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-secure --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-secure --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-secure --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-secure --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-secure --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-secure --- [INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.12.0-SNAPSHOT:jar [INFO] Copying cf-secure-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-secure-3.12.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-setup >---------------- [INFO] Building Californium (Cf) Demo Setup for Unix 3.12.0-SNAPSHOT [36/39] [INFO] from demo-apps/cf-unix-setup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-setup --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-setup --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-setup --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-setup --- [INFO] Copying 14 resources from scripts to target/classes/unix-setup [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-setup --- [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-setup --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-setup --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-setup --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-setup --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-setup --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-setup --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-unix-setup --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-setup --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-setup --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-setup --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-setup --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-unix-setup --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-setup --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.12.0-SNAPSHOT/cf-unix-setup-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.12.0-SNAPSHOT/cf-unix-setup-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-unix-setup --- [INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.12.0-SNAPSHOT:jar [INFO] Copying cf-unix-setup-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-unix-setup-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-client >----------- [INFO] Building Sc-DTLS-Example-Client 3.12.0-SNAPSHOT [37/39] [INFO] from demo-apps/sc-dtls-example-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-client --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-client --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-client --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-client --- [INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-client:3.12.0-SNAPSHOT:jar [INFO] Copying sc-dtls-example-client-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/sc-dtls-example-client-3.12.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-server >----------- [INFO] Building Sc-DTLS-Example-Server 3.12.0-SNAPSHOT [38/39] [INFO] from demo-apps/sc-dtls-example-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-server --- [INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-server:3.12.0-SNAPSHOT:jar [INFO] Copying sc-dtls-example-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/sc-dtls-example-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------ [INFO] Building Cf-SimpleFileServer 3.12.0-SNAPSHOT [39/39] [INFO] from demo-apps/cf-simplefile-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-simplefile-server --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-simplefile-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cf-simplefile-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cf-simplefile-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 7] to target/classes [WARNING] source value 7 is obsolete and will be removed in a future release [WARNING] target value 7 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- animal-sniffer:1.23:check (default) @ cf-simplefile-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-simplefile-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-simplefile-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server --- [INFO] No tests to run. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server --- [INFO] Skipping execution [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.12.0-SNAPSHOT:jar [INFO] Copying cf-simplefile-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-simplefile-server-3.12.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.12.0-SNAPSHOT: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 17.873 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 1.481 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.021 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 0.137 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 0.111 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 15.595 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [02:30 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 27.245 s] [INFO] Californium (Cf) Core .............................. SUCCESS [01:50 min] [INFO] Cf-NAT ............................................. SUCCESS [ 0.724 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 0.366 s] [INFO] Cf-Cluster ......................................... SUCCESS [ 0.647 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 0.992 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 0.757 s] [INFO] Cf-Encrypt ......................................... SUCCESS [ 0.401 s] [INFO] Californium (Cf) Tests ............................. SUCCESS [ 0.018 s] [INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 52.334 s] [INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 18.374 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 6.091 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 11.065 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 0.221 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 4.212 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 2.967 s] [INFO] Cf-BenchmarkServer ................................. SUCCESS [ 0.812 s] [INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [ 0.451 s] [INFO] Cf-CoCoAClient ..................................... SUCCESS [ 0.306 s] [INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 0.863 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 1.184 s] [INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [ 1.192 s] [INFO] Cf-HelloWorldClient ................................ SUCCESS [ 0.320 s] [INFO] Cf-HelloWorldServer ................................ SUCCESS [ 0.719 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 0.687 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 0.603 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 1.087 s] [INFO] Cf-SecureServer .................................... SUCCESS [ 0.458 s] [INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [ 0.066 s] [INFO] Sc-DTLS-Example-Client ............................. SUCCESS [ 0.484 s] [INFO] Sc-DTLS-Example-Server ............................. SUCCESS [ 0.385 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 1.017 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:41 min [INFO] Finished at: 2024-04-06T14:02:05Z [INFO] ------------------------------------------------------------------------ [californium-main] $ /bin/sh -xe /tmp/jenkins367790625556800692.sh Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS